PageRenderTime 29ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 0ms

/Java/PrimaNotaFacileClient/poi-3.15/docs/apidocs/org/apache/poi/hssf/record/Record.html

https://gitlab.com/fabi.gjuzi/Portfolio
HTML | 364 lines | 315 code | 0 blank | 49 comment | 0 complexity | 3f88f3d011a33e41fb94d5c5b58ba537 MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <title>Record (POI API Documentation)</title>
  6. <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
  7. </head>
  8. <body>
  9. <script type="text/javascript"><!--
  10. if (location.href.indexOf('is-external=true') == -1) {
  11. parent.document.title="Record (POI API Documentation)";
  12. }
  13. //-->
  14. </script>
  15. <noscript>
  16. <div>JavaScript is disabled on your browser.</div>
  17. </noscript>
  18. <!-- ========= START OF TOP NAVBAR ======= -->
  19. <div class="topNav"><a name="navbar_top">
  20. <!-- -->
  21. </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
  22. <!-- -->
  23. </a>
  24. <ul class="navList" title="Navigation">
  25. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  26. <li><a href="package-summary.html">Package</a></li>
  27. <li class="navBarCell1Rev">Class</li>
  28. <li><a href="class-use/Record.html">Use</a></li>
  29. <li><a href="package-tree.html">Tree</a></li>
  30. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  31. <li><a href="../../../../../index-all.html">Index</a></li>
  32. <li><a href="../../../../../help-doc.html">Help</a></li>
  33. </ul>
  34. </div>
  35. <div class="subNav">
  36. <ul class="navList">
  37. <li><a href="../../../../../org/apache/poi/hssf/record/RecalcIdRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Prev Class</span></a></li>
  38. <li><a href="../../../../../org/apache/poi/hssf/record/RecordBase.html" title="class in org.apache.poi.hssf.record"><span class="strong">Next Class</span></a></li>
  39. </ul>
  40. <ul class="navList">
  41. <li><a href="../../../../../index.html?org/apache/poi/hssf/record/Record.html" target="_top">Frames</a></li>
  42. <li><a href="Record.html" target="_top">No Frames</a></li>
  43. </ul>
  44. <ul class="navList" id="allclasses_navbar_top">
  45. <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
  46. </ul>
  47. <div>
  48. <script type="text/javascript"><!--
  49. allClassesLink = document.getElementById("allclasses_navbar_top");
  50. if(window==top) {
  51. allClassesLink.style.display = "block";
  52. }
  53. else {
  54. allClassesLink.style.display = "none";
  55. }
  56. //-->
  57. </script>
  58. </div>
  59. <div>
  60. <ul class="subNavList">
  61. <li>Summary:&nbsp;</li>
  62. <li>Nested&nbsp;|&nbsp;</li>
  63. <li>Field&nbsp;|&nbsp;</li>
  64. <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
  65. <li><a href="#method_summary">Method</a></li>
  66. </ul>
  67. <ul class="subNavList">
  68. <li>Detail:&nbsp;</li>
  69. <li>Field&nbsp;|&nbsp;</li>
  70. <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
  71. <li><a href="#method_detail">Method</a></li>
  72. </ul>
  73. </div>
  74. <a name="skip-navbar_top">
  75. <!-- -->
  76. </a></div>
  77. <!-- ========= END OF TOP NAVBAR ========= -->
  78. <!-- ======== START OF CLASS DATA ======== -->
  79. <div class="header">
  80. <div class="subTitle">org.apache.poi.hssf.record</div>
  81. <h2 title="Class Record" class="title">Class Record</h2>
  82. </div>
  83. <div class="contentContainer">
  84. <ul class="inheritance">
  85. <li>java.lang.Object</li>
  86. <li>
  87. <ul class="inheritance">
  88. <li><a href="../../../../../org/apache/poi/hssf/record/RecordBase.html" title="class in org.apache.poi.hssf.record">org.apache.poi.hssf.record.RecordBase</a></li>
  89. <li>
  90. <ul class="inheritance">
  91. <li>org.apache.poi.hssf.record.Record</li>
  92. </ul>
  93. </li>
  94. </ul>
  95. </li>
  96. </ul>
  97. <div class="description">
  98. <ul class="blockList">
  99. <li class="blockList">
  100. <dl>
  101. <dt>Direct Known Subclasses:</dt>
  102. <dd><a href="../../../../../org/apache/poi/hssf/record/AbstractEscherHolderRecord.html" title="class in org.apache.poi.hssf.record">AbstractEscherHolderRecord</a>, <a href="../../../../../org/apache/poi/hssf/record/cont/ContinuableRecord.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecord</a>, <a href="../../../../../org/apache/poi/hssf/record/LabelRecord.html" title="class in org.apache.poi.hssf.record">LabelRecord</a>, <a href="../../../../../org/apache/poi/hssf/eventusermodel/dummyrecord/LastCellOfRowDummyRecord.html" title="class in org.apache.poi.hssf.eventusermodel.dummyrecord">LastCellOfRowDummyRecord</a>, <a href="../../../../../org/apache/poi/hssf/eventusermodel/dummyrecord/MissingCellDummyRecord.html" title="class in org.apache.poi.hssf.eventusermodel.dummyrecord">MissingCellDummyRecord</a>, <a href="../../../../../org/apache/poi/hssf/eventusermodel/dummyrecord/MissingRowDummyRecord.html" title="class in org.apache.poi.hssf.eventusermodel.dummyrecord">MissingRowDummyRecord</a>, <a href="../../../../../org/apache/poi/hssf/record/ObjRecord.html" title="class in org.apache.poi.hssf.record">ObjRecord</a>, <a href="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</a></dd>
  103. </dl>
  104. <hr>
  105. <br>
  106. <pre>public abstract class <span class="strong">Record</span>
  107. extends <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html" title="class in org.apache.poi.hssf.record">RecordBase</a></pre>
  108. <div class="block">All HSSF Records inherit from this class.</div>
  109. </li>
  110. </ul>
  111. </div>
  112. <div class="summary">
  113. <ul class="blockList">
  114. <li class="blockList">
  115. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  116. <ul class="blockList">
  117. <li class="blockList"><a name="constructor_summary">
  118. <!-- -->
  119. </a>
  120. <h3>Constructor Summary</h3>
  121. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  122. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  123. <tr>
  124. <th class="colFirst" scope="col">Modifier</th>
  125. <th class="colLast" scope="col">Constructor and Description</th>
  126. </tr>
  127. <tr class="altColor">
  128. <td class="colFirst"><code>protected </code></td>
  129. <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/Record.html#Record()">Record</a></strong>()</code>&nbsp;</td>
  130. </tr>
  131. </table>
  132. </li>
  133. </ul>
  134. <!-- ========== METHOD SUMMARY =========== -->
  135. <ul class="blockList">
  136. <li class="blockList"><a name="method_summary">
  137. <!-- -->
  138. </a>
  139. <h3>Method Summary</h3>
  140. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  141. <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
  142. <tr>
  143. <th class="colFirst" scope="col">Modifier and Type</th>
  144. <th class="colLast" scope="col">Method and Description</th>
  145. </tr>
  146. <tr class="altColor">
  147. <td class="colFirst"><code>java.lang.Object</code></td>
  148. <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</a></strong>()</code>&nbsp;</td>
  149. </tr>
  150. <tr class="rowColor">
  151. <td class="colFirst"><code><a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a></code></td>
  152. <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/Record.html#cloneViaReserialise()">cloneViaReserialise</a></strong>()</code>
  153. <div class="block">Clone the current record, via a call to serialize
  154. it, and another to create a new record from the
  155. bytes.</div>
  156. </td>
  157. </tr>
  158. <tr class="altColor">
  159. <td class="colFirst"><code>abstract short</code></td>
  160. <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/Record.html#getSid()">getSid</a></strong>()</code>
  161. <div class="block">return the non static version of the id for this record.</div>
  162. </td>
  163. </tr>
  164. <tr class="rowColor">
  165. <td class="colFirst"><code>byte[]</code></td>
  166. <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/Record.html#serialize()">serialize</a></strong>()</code>
  167. <div class="block">called by the class that is responsible for writing this sucker.</div>
  168. </td>
  169. </tr>
  170. <tr class="altColor">
  171. <td class="colFirst"><code>java.lang.String</code></td>
  172. <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/hssf/record/Record.html#toString()">toString</a></strong>()</code>
  173. <div class="block">get a string representation of the record (for biffview/debugging)</div>
  174. </td>
  175. </tr>
  176. </table>
  177. <ul class="blockList">
  178. <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.hssf.record.RecordBase">
  179. <!-- -->
  180. </a>
  181. <h3>Methods inherited from class&nbsp;org.apache.poi.hssf.record.<a href="../../../../../org/apache/poi/hssf/record/RecordBase.html" title="class in org.apache.poi.hssf.record">RecordBase</a></h3>
  182. <code><a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()">getRecordSize</a>, <a href="../../../../../org/apache/poi/hssf/record/RecordBase.html#serialize(int,%20byte[])">serialize</a></code></li>
  183. </ul>
  184. <ul class="blockList">
  185. <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
  186. <!-- -->
  187. </a>
  188. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  189. <code>equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
  190. </ul>
  191. </li>
  192. </ul>
  193. </li>
  194. </ul>
  195. </div>
  196. <div class="details">
  197. <ul class="blockList">
  198. <li class="blockList">
  199. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  200. <ul class="blockList">
  201. <li class="blockList"><a name="constructor_detail">
  202. <!-- -->
  203. </a>
  204. <h3>Constructor Detail</h3>
  205. <a name="Record()">
  206. <!-- -->
  207. </a>
  208. <ul class="blockListLast">
  209. <li class="blockList">
  210. <h4>Record</h4>
  211. <pre>protected&nbsp;Record()</pre>
  212. </li>
  213. </ul>
  214. </li>
  215. </ul>
  216. <!-- ============ METHOD DETAIL ========== -->
  217. <ul class="blockList">
  218. <li class="blockList"><a name="method_detail">
  219. <!-- -->
  220. </a>
  221. <h3>Method Detail</h3>
  222. <a name="serialize()">
  223. <!-- -->
  224. </a>
  225. <ul class="blockList">
  226. <li class="blockList">
  227. <h4>serialize</h4>
  228. <pre>public final&nbsp;byte[]&nbsp;serialize()</pre>
  229. <div class="block">called by the class that is responsible for writing this sucker.
  230. Subclasses should implement this so that their data is passed back in a
  231. byte array.</div>
  232. <dl><dt><span class="strong">Returns:</span></dt><dd>byte array containing instance data</dd></dl>
  233. </li>
  234. </ul>
  235. <a name="toString()">
  236. <!-- -->
  237. </a>
  238. <ul class="blockList">
  239. <li class="blockList">
  240. <h4>toString</h4>
  241. <pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
  242. <div class="block">get a string representation of the record (for biffview/debugging)</div>
  243. <dl>
  244. <dt><strong>Overrides:</strong></dt>
  245. <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
  246. </dl>
  247. </li>
  248. </ul>
  249. <a name="getSid()">
  250. <!-- -->
  251. </a>
  252. <ul class="blockList">
  253. <li class="blockList">
  254. <h4>getSid</h4>
  255. <pre>public abstract&nbsp;short&nbsp;getSid()</pre>
  256. <div class="block">return the non static version of the id for this record.</div>
  257. <dl><dt><span class="strong">Returns:</span></dt><dd>he id for this record</dd></dl>
  258. </li>
  259. </ul>
  260. <a name="clone()">
  261. <!-- -->
  262. </a>
  263. <ul class="blockList">
  264. <li class="blockList">
  265. <h4>clone</h4>
  266. <pre>public&nbsp;java.lang.Object&nbsp;clone()
  267. throws java.lang.CloneNotSupportedException</pre>
  268. <dl>
  269. <dt><strong>Overrides:</strong></dt>
  270. <dd><code>clone</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
  271. <dt><span class="strong">Throws:</span></dt>
  272. <dd><code>java.lang.CloneNotSupportedException</code></dd></dl>
  273. </li>
  274. </ul>
  275. <a name="cloneViaReserialise()">
  276. <!-- -->
  277. </a>
  278. <ul class="blockListLast">
  279. <li class="blockList">
  280. <h4>cloneViaReserialise</h4>
  281. <pre>public&nbsp;<a href="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</a>&nbsp;cloneViaReserialise()</pre>
  282. <div class="block">Clone the current record, via a call to serialize
  283. it, and another to create a new record from the
  284. bytes.
  285. May only be used for classes which don't have
  286. internal counts / ids in them. For those which
  287. do, a full model-aware cloning is needed, which
  288. allocates new ids / counts as needed.</div>
  289. <dl><dt><span class="strong">Returns:</span></dt><dd>the cloned current record</dd></dl>
  290. </li>
  291. </ul>
  292. </li>
  293. </ul>
  294. </li>
  295. </ul>
  296. </div>
  297. </div>
  298. <!-- ========= END OF CLASS DATA ========= -->
  299. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  300. <div class="bottomNav"><a name="navbar_bottom">
  301. <!-- -->
  302. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  303. <!-- -->
  304. </a>
  305. <ul class="navList" title="Navigation">
  306. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  307. <li><a href="package-summary.html">Package</a></li>
  308. <li class="navBarCell1Rev">Class</li>
  309. <li><a href="class-use/Record.html">Use</a></li>
  310. <li><a href="package-tree.html">Tree</a></li>
  311. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  312. <li><a href="../../../../../index-all.html">Index</a></li>
  313. <li><a href="../../../../../help-doc.html">Help</a></li>
  314. </ul>
  315. </div>
  316. <div class="subNav">
  317. <ul class="navList">
  318. <li><a href="../../../../../org/apache/poi/hssf/record/RecalcIdRecord.html" title="class in org.apache.poi.hssf.record"><span class="strong">Prev Class</span></a></li>
  319. <li><a href="../../../../../org/apache/poi/hssf/record/RecordBase.html" title="class in org.apache.poi.hssf.record"><span class="strong">Next Class</span></a></li>
  320. </ul>
  321. <ul class="navList">
  322. <li><a href="../../../../../index.html?org/apache/poi/hssf/record/Record.html" target="_top">Frames</a></li>
  323. <li><a href="Record.html" target="_top">No Frames</a></li>
  324. </ul>
  325. <ul class="navList" id="allclasses_navbar_bottom">
  326. <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
  327. </ul>
  328. <div>
  329. <script type="text/javascript"><!--
  330. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  331. if(window==top) {
  332. allClassesLink.style.display = "block";
  333. }
  334. else {
  335. allClassesLink.style.display = "none";
  336. }
  337. //-->
  338. </script>
  339. </div>
  340. <div>
  341. <ul class="subNavList">
  342. <li>Summary:&nbsp;</li>
  343. <li>Nested&nbsp;|&nbsp;</li>
  344. <li>Field&nbsp;|&nbsp;</li>
  345. <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
  346. <li><a href="#method_summary">Method</a></li>
  347. </ul>
  348. <ul class="subNavList">
  349. <li>Detail:&nbsp;</li>
  350. <li>Field&nbsp;|&nbsp;</li>
  351. <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
  352. <li><a href="#method_detail">Method</a></li>
  353. </ul>
  354. </div>
  355. <a name="skip-navbar_bottom">
  356. <!-- -->
  357. </a></div>
  358. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  359. <p class="legalCopy"><small>
  360. <i>Copyright 2016 The Apache Software Foundation or
  361. its licensors, as applicable.</i>
  362. </small></p>
  363. </body>
  364. </html>