TarConstants.html 65 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="de">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <title>TarConstants (Apache Commons Compress 1.13 API)</title>
  7. <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
  8. </head>
  9. <body>
  10. <script type="text/javascript"><!--
  11. try {
  12. if (location.href.indexOf('is-external=true') == -1) {
  13. parent.document.title="TarConstants (Apache Commons Compress 1.13 API)";
  14. }
  15. }
  16. catch(err) {
  17. }
  18. //-->
  19. </script>
  20. <noscript>
  21. <div>JavaScript is disabled on your browser.</div>
  22. </noscript>
  23. <!-- ========= START OF TOP NAVBAR ======= -->
  24. <div class="topNav"><a name="navbar_top">
  25. <!-- -->
  26. </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
  27. <!-- -->
  28. </a>
  29. <ul class="navList" title="Navigation">
  30. <li><a href="../../../../../../overview-summary.html">Overview</a></li>
  31. <li><a href="package-summary.html">Package</a></li>
  32. <li class="navBarCell1Rev">Class</li>
  33. <li><a href="class-use/TarConstants.html">Use</a></li>
  34. <li><a href="package-tree.html">Tree</a></li>
  35. <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
  36. <li><a href="../../../../../../index-all.html">Index</a></li>
  37. <li><a href="../../../../../../help-doc.html">Help</a></li>
  38. </ul>
  39. </div>
  40. <div class="subNav">
  41. <ul class="navList">
  42. <li><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.html" title="class in org.apache.commons.compress.archivers.tar"><span class="strong">Prev Class</span></a></li>
  43. <li><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar"><span class="strong">Next Class</span></a></li>
  44. </ul>
  45. <ul class="navList">
  46. <li><a href="../../../../../../index.html?org/apache/commons/compress/archivers/tar/TarConstants.html" target="_top">Frames</a></li>
  47. <li><a href="TarConstants.html" target="_top">No Frames</a></li>
  48. </ul>
  49. <ul class="navList" id="allclasses_navbar_top">
  50. <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
  51. </ul>
  52. <div>
  53. <script type="text/javascript"><!--
  54. allClassesLink = document.getElementById("allclasses_navbar_top");
  55. if(window==top) {
  56. allClassesLink.style.display = "block";
  57. }
  58. else {
  59. allClassesLink.style.display = "none";
  60. }
  61. //-->
  62. </script>
  63. </div>
  64. <div>
  65. <ul class="subNavList">
  66. <li>Summary:&nbsp;</li>
  67. <li>Nested&nbsp;|&nbsp;</li>
  68. <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
  69. <li>Constr&nbsp;|&nbsp;</li>
  70. <li>Method</li>
  71. </ul>
  72. <ul class="subNavList">
  73. <li>Detail:&nbsp;</li>
  74. <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
  75. <li>Constr&nbsp;|&nbsp;</li>
  76. <li>Method</li>
  77. </ul>
  78. </div>
  79. <a name="skip-navbar_top">
  80. <!-- -->
  81. </a></div>
  82. <!-- ========= END OF TOP NAVBAR ========= -->
  83. <!-- ======== START OF CLASS DATA ======== -->
  84. <div class="header">
  85. <div class="subTitle">org.apache.commons.compress.archivers.tar</div>
  86. <h2 title="Interface TarConstants" class="title">Interface TarConstants</h2>
  87. </div>
  88. <div class="contentContainer">
  89. <div class="description">
  90. <ul class="blockList">
  91. <li class="blockList">
  92. <dl>
  93. <dt>All Known Implementing Classes:</dt>
  94. <dd><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a>, <a href="../../../../../../org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveSparseEntry</a></dd>
  95. </dl>
  96. <hr>
  97. <br>
  98. <pre>public interface <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.28">TarConstants</a></pre>
  99. <div class="block">This interface contains all the definitions used in the package.
  100. For tar formats (FORMAT_OLDGNU, FORMAT_POSIX, etc.) see GNU tar
  101. <I>tar.h</I> type <I>enum archive_format</I></div>
  102. </li>
  103. </ul>
  104. </div>
  105. <div class="summary">
  106. <ul class="blockList">
  107. <li class="blockList">
  108. <!-- =========== FIELD SUMMARY =========== -->
  109. <ul class="blockList">
  110. <li class="blockList"><a name="field_summary">
  111. <!-- -->
  112. </a>
  113. <h3>Field Summary</h3>
  114. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
  115. <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
  116. <tr>
  117. <th class="colFirst" scope="col">Modifier and Type</th>
  118. <th class="colLast" scope="col">Field and Description</th>
  119. </tr>
  120. <tr class="altColor">
  121. <td class="colFirst"><code>static int</code></td>
  122. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#ATIMELEN_GNU">ATIMELEN_GNU</a></strong></code>
  123. <div class="block">The length of the access time field in an old GNU header buffer.</div>
  124. </td>
  125. </tr>
  126. <tr class="rowColor">
  127. <td class="colFirst"><code>static int</code></td>
  128. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#ATIMELEN_XSTAR">ATIMELEN_XSTAR</a></strong></code>
  129. <div class="block">The length of the access time field in a xstar header buffer.</div>
  130. </td>
  131. </tr>
  132. <tr class="altColor">
  133. <td class="colFirst"><code>static int</code></td>
  134. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#CHKSUM_OFFSET">CHKSUM_OFFSET</a></strong></code>
  135. <div class="block">Offset of the checksum field within header record.</div>
  136. </td>
  137. </tr>
  138. <tr class="rowColor">
  139. <td class="colFirst"><code>static int</code></td>
  140. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#CHKSUMLEN">CHKSUMLEN</a></strong></code>
  141. <div class="block">The length of the checksum field in a header buffer.</div>
  142. </td>
  143. </tr>
  144. <tr class="altColor">
  145. <td class="colFirst"><code>static int</code></td>
  146. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#CTIMELEN_GNU">CTIMELEN_GNU</a></strong></code>
  147. <div class="block">The length of the created time field in an old GNU header buffer.</div>
  148. </td>
  149. </tr>
  150. <tr class="rowColor">
  151. <td class="colFirst"><code>static int</code></td>
  152. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#CTIMELEN_XSTAR">CTIMELEN_XSTAR</a></strong></code>
  153. <div class="block">The length of the created time field in a xstar header buffer.</div>
  154. </td>
  155. </tr>
  156. <tr class="altColor">
  157. <td class="colFirst"><code>static int</code></td>
  158. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#DEFAULT_BLKSIZE">DEFAULT_BLKSIZE</a></strong></code>
  159. <div class="block">Default block size</div>
  160. </td>
  161. </tr>
  162. <tr class="rowColor">
  163. <td class="colFirst"><code>static int</code></td>
  164. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#DEFAULT_RCDSIZE">DEFAULT_RCDSIZE</a></strong></code>
  165. <div class="block">Default record size</div>
  166. </td>
  167. </tr>
  168. <tr class="altColor">
  169. <td class="colFirst"><code>static int</code></td>
  170. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#DEVLEN">DEVLEN</a></strong></code>
  171. <div class="block">The length of each of the device fields (major and minor) in a header buffer.</div>
  172. </td>
  173. </tr>
  174. <tr class="rowColor">
  175. <td class="colFirst"><code>static int</code></td>
  176. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#FORMAT_OLDGNU">FORMAT_OLDGNU</a></strong></code>
  177. <div class="block">GNU format as per before tar 1.12.</div>
  178. </td>
  179. </tr>
  180. <tr class="altColor">
  181. <td class="colFirst"><code>static int</code></td>
  182. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#FORMAT_POSIX">FORMAT_POSIX</a></strong></code>
  183. <div class="block">Pure Posix format.</div>
  184. </td>
  185. </tr>
  186. <tr class="rowColor">
  187. <td class="colFirst"><code>static int</code></td>
  188. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#FORMAT_XSTAR">FORMAT_XSTAR</a></strong></code>
  189. <div class="block">xstar format used by Jörg Schilling's star.</div>
  190. </td>
  191. </tr>
  192. <tr class="altColor">
  193. <td class="colFirst"><code>static int</code></td>
  194. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#GIDLEN">GIDLEN</a></strong></code>
  195. <div class="block">The length of the group id field in a header buffer.</div>
  196. </td>
  197. </tr>
  198. <tr class="rowColor">
  199. <td class="colFirst"><code>static int</code></td>
  200. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#GNAMELEN">GNAMELEN</a></strong></code>
  201. <div class="block">The length of the group name field in a header buffer.</div>
  202. </td>
  203. </tr>
  204. <tr class="altColor">
  205. <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  206. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#GNU_LONGLINK">GNU_LONGLINK</a></strong></code>
  207. <div class="block">The name of the GNU tar entry which contains a long name.</div>
  208. </td>
  209. </tr>
  210. <tr class="rowColor">
  211. <td class="colFirst"><code>static int</code></td>
  212. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#ISEXTENDEDLEN_GNU">ISEXTENDEDLEN_GNU</a></strong></code>
  213. <div class="block">The length of the is extension field in an old GNU header buffer.</div>
  214. </td>
  215. </tr>
  216. <tr class="altColor">
  217. <td class="colFirst"><code>static int</code></td>
  218. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#ISEXTENDEDLEN_GNU_SPARSE">ISEXTENDEDLEN_GNU_SPARSE</a></strong></code>
  219. <div class="block">The length of the is extension field in a sparse header buffer.</div>
  220. </td>
  221. </tr>
  222. <tr class="rowColor">
  223. <td class="colFirst"><code>static byte</code></td>
  224. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_BLK">LF_BLK</a></strong></code>
  225. <div class="block">Block device file type.</div>
  226. </td>
  227. </tr>
  228. <tr class="altColor">
  229. <td class="colFirst"><code>static byte</code></td>
  230. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_CHR">LF_CHR</a></strong></code>
  231. <div class="block">Character device file type.</div>
  232. </td>
  233. </tr>
  234. <tr class="rowColor">
  235. <td class="colFirst"><code>static byte</code></td>
  236. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_CONTIG">LF_CONTIG</a></strong></code>
  237. <div class="block">Contiguous file type.</div>
  238. </td>
  239. </tr>
  240. <tr class="altColor">
  241. <td class="colFirst"><code>static byte</code></td>
  242. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_DIR">LF_DIR</a></strong></code>
  243. <div class="block">Directory file type.</div>
  244. </td>
  245. </tr>
  246. <tr class="rowColor">
  247. <td class="colFirst"><code>static byte</code></td>
  248. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_FIFO">LF_FIFO</a></strong></code>
  249. <div class="block">FIFO (pipe) file type.</div>
  250. </td>
  251. </tr>
  252. <tr class="altColor">
  253. <td class="colFirst"><code>static byte</code></td>
  254. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_GNUTYPE_LONGLINK">LF_GNUTYPE_LONGLINK</a></strong></code>
  255. <div class="block">Identifies the *next* file on the tape as having a long linkname.</div>
  256. </td>
  257. </tr>
  258. <tr class="rowColor">
  259. <td class="colFirst"><code>static byte</code></td>
  260. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_GNUTYPE_LONGNAME">LF_GNUTYPE_LONGNAME</a></strong></code>
  261. <div class="block">Identifies the *next* file on the tape as having a long name.</div>
  262. </td>
  263. </tr>
  264. <tr class="altColor">
  265. <td class="colFirst"><code>static byte</code></td>
  266. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_GNUTYPE_SPARSE">LF_GNUTYPE_SPARSE</a></strong></code>
  267. <div class="block">Sparse file type.</div>
  268. </td>
  269. </tr>
  270. <tr class="rowColor">
  271. <td class="colFirst"><code>static byte</code></td>
  272. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_LINK">LF_LINK</a></strong></code>
  273. <div class="block">Link file type.</div>
  274. </td>
  275. </tr>
  276. <tr class="altColor">
  277. <td class="colFirst"><code>static byte</code></td>
  278. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_NORMAL">LF_NORMAL</a></strong></code>
  279. <div class="block">Normal file type.</div>
  280. </td>
  281. </tr>
  282. <tr class="rowColor">
  283. <td class="colFirst"><code>static byte</code></td>
  284. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_OLDNORM">LF_OLDNORM</a></strong></code>
  285. <div class="block">LF_ constants represent the "link flag" of an entry, or more commonly,
  286. the "entry type".</div>
  287. </td>
  288. </tr>
  289. <tr class="altColor">
  290. <td class="colFirst"><code>static byte</code></td>
  291. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_PAX_EXTENDED_HEADER_LC">LF_PAX_EXTENDED_HEADER_LC</a></strong></code>
  292. <div class="block">Identifies the entry as a Pax extended header.</div>
  293. </td>
  294. </tr>
  295. <tr class="rowColor">
  296. <td class="colFirst"><code>static byte</code></td>
  297. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_PAX_EXTENDED_HEADER_UC">LF_PAX_EXTENDED_HEADER_UC</a></strong></code>
  298. <div class="block">Identifies the entry as a Pax extended header (SunOS tar -E).</div>
  299. </td>
  300. </tr>
  301. <tr class="altColor">
  302. <td class="colFirst"><code>static byte</code></td>
  303. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_PAX_GLOBAL_EXTENDED_HEADER">LF_PAX_GLOBAL_EXTENDED_HEADER</a></strong></code>
  304. <div class="block">Identifies the entry as a Pax global extended header.</div>
  305. </td>
  306. </tr>
  307. <tr class="rowColor">
  308. <td class="colFirst"><code>static byte</code></td>
  309. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LF_SYMLINK">LF_SYMLINK</a></strong></code>
  310. <div class="block">Symbolic link file type.</div>
  311. </td>
  312. </tr>
  313. <tr class="altColor">
  314. <td class="colFirst"><code>static int</code></td>
  315. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#LONGNAMESLEN_GNU">LONGNAMESLEN_GNU</a></strong></code>
  316. <div class="block">The length of the long names field in an old GNU header buffer.</div>
  317. </td>
  318. </tr>
  319. <tr class="rowColor">
  320. <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  321. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#MAGIC_ANT">MAGIC_ANT</a></strong></code>
  322. <div class="block">The magic tag representing an Ant tar archive.</div>
  323. </td>
  324. </tr>
  325. <tr class="altColor">
  326. <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  327. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#MAGIC_GNU">MAGIC_GNU</a></strong></code>
  328. <div class="block">The magic tag representing a GNU tar archive.</div>
  329. </td>
  330. </tr>
  331. <tr class="rowColor">
  332. <td class="colFirst"><code>static int</code></td>
  333. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#MAGIC_OFFSET">MAGIC_OFFSET</a></strong></code>
  334. <div class="block">Offset of start of magic field within header record</div>
  335. </td>
  336. </tr>
  337. <tr class="altColor">
  338. <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  339. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#MAGIC_POSIX">MAGIC_POSIX</a></strong></code>
  340. <div class="block">The magic tag representing a POSIX tar archive.</div>
  341. </td>
  342. </tr>
  343. <tr class="rowColor">
  344. <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  345. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#MAGIC_XSTAR">MAGIC_XSTAR</a></strong></code>
  346. <div class="block">The magix string used in the last four bytes of the header to
  347. identify the xstar format.</div>
  348. </td>
  349. </tr>
  350. <tr class="altColor">
  351. <td class="colFirst"><code>static int</code></td>
  352. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#MAGICLEN">MAGICLEN</a></strong></code>
  353. <div class="block">The length of the magic field in a header buffer.</div>
  354. </td>
  355. </tr>
  356. <tr class="rowColor">
  357. <td class="colFirst"><code>static long</code></td>
  358. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#MAXID">MAXID</a></strong></code>
  359. <div class="block">The maximum value of gid/uid in a tar archive which can
  360. be expressed in octal char notation (that's 7 sevens, octal).</div>
  361. </td>
  362. </tr>
  363. <tr class="altColor">
  364. <td class="colFirst"><code>static long</code></td>
  365. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#MAXSIZE">MAXSIZE</a></strong></code>
  366. <div class="block">The maximum size of a file in a tar archive
  367. which can be expressed in octal char notation (that's 11 sevens, octal).</div>
  368. </td>
  369. </tr>
  370. <tr class="rowColor">
  371. <td class="colFirst"><code>static int</code></td>
  372. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#MODELEN">MODELEN</a></strong></code>
  373. <div class="block">The length of the mode field in a header buffer.</div>
  374. </td>
  375. </tr>
  376. <tr class="altColor">
  377. <td class="colFirst"><code>static int</code></td>
  378. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#MODTIMELEN">MODTIMELEN</a></strong></code>
  379. <div class="block">The length of the modification time field in a header buffer.</div>
  380. </td>
  381. </tr>
  382. <tr class="rowColor">
  383. <td class="colFirst"><code>static int</code></td>
  384. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#NAMELEN">NAMELEN</a></strong></code>
  385. <div class="block">The length of the name field in a header buffer.</div>
  386. </td>
  387. </tr>
  388. <tr class="altColor">
  389. <td class="colFirst"><code>static int</code></td>
  390. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#OFFSETLEN_GNU">OFFSETLEN_GNU</a></strong></code>
  391. <div class="block">The length of the multivolume start offset field in an old GNU header buffer.</div>
  392. </td>
  393. </tr>
  394. <tr class="rowColor">
  395. <td class="colFirst"><code>static int</code></td>
  396. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#PAD2LEN_GNU">PAD2LEN_GNU</a></strong></code>
  397. <div class="block">The length of the padding field in an old GNU header buffer.</div>
  398. </td>
  399. </tr>
  400. <tr class="altColor">
  401. <td class="colFirst"><code>static int</code></td>
  402. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#PREFIXLEN">PREFIXLEN</a></strong></code>
  403. <div class="block">Length of the prefix field.</div>
  404. </td>
  405. </tr>
  406. <tr class="rowColor">
  407. <td class="colFirst"><code>static int</code></td>
  408. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#PREFIXLEN_XSTAR">PREFIXLEN_XSTAR</a></strong></code>
  409. <div class="block">Length of the prefix field in xstar archives.</div>
  410. </td>
  411. </tr>
  412. <tr class="altColor">
  413. <td class="colFirst"><code>static int</code></td>
  414. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#REALSIZELEN_GNU">REALSIZELEN_GNU</a></strong></code>
  415. <div class="block">The length of the real size field in an old GNU header buffer.</div>
  416. </td>
  417. </tr>
  418. <tr class="rowColor">
  419. <td class="colFirst"><code>static int</code></td>
  420. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#SIZELEN">SIZELEN</a></strong></code>
  421. <div class="block">The length of the size field in a header buffer.</div>
  422. </td>
  423. </tr>
  424. <tr class="altColor">
  425. <td class="colFirst"><code>static int</code></td>
  426. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#SPARSELEN_GNU">SPARSELEN_GNU</a></strong></code>
  427. <div class="block">The sum of the length of all sparse headers in an old GNU header buffer.</div>
  428. </td>
  429. </tr>
  430. <tr class="rowColor">
  431. <td class="colFirst"><code>static int</code></td>
  432. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#SPARSELEN_GNU_SPARSE">SPARSELEN_GNU_SPARSE</a></strong></code>
  433. <div class="block">The sum of the length of all sparse headers in a sparse header buffer.</div>
  434. </td>
  435. </tr>
  436. <tr class="altColor">
  437. <td class="colFirst"><code>static int</code></td>
  438. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#UIDLEN">UIDLEN</a></strong></code>
  439. <div class="block">The length of the user id field in a header buffer.</div>
  440. </td>
  441. </tr>
  442. <tr class="rowColor">
  443. <td class="colFirst"><code>static int</code></td>
  444. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#UNAMELEN">UNAMELEN</a></strong></code>
  445. <div class="block">The length of the user name field in a header buffer.</div>
  446. </td>
  447. </tr>
  448. <tr class="altColor">
  449. <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  450. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#VERSION_ANT">VERSION_ANT</a></strong></code>
  451. <div class="block">The "version" representing an Ant tar archive.</div>
  452. </td>
  453. </tr>
  454. <tr class="rowColor">
  455. <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  456. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#VERSION_GNU_SPACE">VERSION_GNU_SPACE</a></strong></code>&nbsp;</td>
  457. </tr>
  458. <tr class="altColor">
  459. <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  460. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#VERSION_GNU_ZERO">VERSION_GNU_ZERO</a></strong></code>&nbsp;</td>
  461. </tr>
  462. <tr class="rowColor">
  463. <td class="colFirst"><code>static int</code></td>
  464. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#VERSION_OFFSET">VERSION_OFFSET</a></strong></code>
  465. <div class="block">Offset of start of magic field within header record</div>
  466. </td>
  467. </tr>
  468. <tr class="altColor">
  469. <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  470. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#VERSION_POSIX">VERSION_POSIX</a></strong></code>&nbsp;</td>
  471. </tr>
  472. <tr class="rowColor">
  473. <td class="colFirst"><code>static int</code></td>
  474. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#VERSIONLEN">VERSIONLEN</a></strong></code>
  475. <div class="block">Previously this was regarded as part of "magic" field, but it is separate.</div>
  476. </td>
  477. </tr>
  478. <tr class="altColor">
  479. <td class="colFirst"><code>static int</code></td>
  480. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#XSTAR_MAGIC_LEN">XSTAR_MAGIC_LEN</a></strong></code>
  481. <div class="block">Length of the XSTAR magic.</div>
  482. </td>
  483. </tr>
  484. <tr class="rowColor">
  485. <td class="colFirst"><code>static int</code></td>
  486. <td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarConstants.html#XSTAR_MAGIC_OFFSET">XSTAR_MAGIC_OFFSET</a></strong></code>
  487. <div class="block">Offset inside the header for the xstar magic bytes.</div>
  488. </td>
  489. </tr>
  490. </table>
  491. </li>
  492. </ul>
  493. </li>
  494. </ul>
  495. </div>
  496. <div class="details">
  497. <ul class="blockList">
  498. <li class="blockList">
  499. <!-- ============ FIELD DETAIL =========== -->
  500. <ul class="blockList">
  501. <li class="blockList"><a name="field_detail">
  502. <!-- -->
  503. </a>
  504. <h3>Field Detail</h3>
  505. <a name="DEFAULT_RCDSIZE">
  506. <!-- -->
  507. </a>
  508. <ul class="blockList">
  509. <li class="blockList">
  510. <h4>DEFAULT_RCDSIZE</h4>
  511. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.31">DEFAULT_RCDSIZE</a></pre>
  512. <div class="block">Default record size</div>
  513. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.DEFAULT_RCDSIZE">Constant Field Values</a></dd></dl>
  514. </li>
  515. </ul>
  516. <a name="DEFAULT_BLKSIZE">
  517. <!-- -->
  518. </a>
  519. <ul class="blockList">
  520. <li class="blockList">
  521. <h4>DEFAULT_BLKSIZE</h4>
  522. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.34">DEFAULT_BLKSIZE</a></pre>
  523. <div class="block">Default block size</div>
  524. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.DEFAULT_BLKSIZE">Constant Field Values</a></dd></dl>
  525. </li>
  526. </ul>
  527. <a name="FORMAT_OLDGNU">
  528. <!-- -->
  529. </a>
  530. <ul class="blockList">
  531. <li class="blockList">
  532. <h4>FORMAT_OLDGNU</h4>
  533. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.39">FORMAT_OLDGNU</a></pre>
  534. <div class="block">GNU format as per before tar 1.12.</div>
  535. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.FORMAT_OLDGNU">Constant Field Values</a></dd></dl>
  536. </li>
  537. </ul>
  538. <a name="FORMAT_POSIX">
  539. <!-- -->
  540. </a>
  541. <ul class="blockList">
  542. <li class="blockList">
  543. <h4>FORMAT_POSIX</h4>
  544. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.44">FORMAT_POSIX</a></pre>
  545. <div class="block">Pure Posix format.</div>
  546. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.FORMAT_POSIX">Constant Field Values</a></dd></dl>
  547. </li>
  548. </ul>
  549. <a name="FORMAT_XSTAR">
  550. <!-- -->
  551. </a>
  552. <ul class="blockList">
  553. <li class="blockList">
  554. <h4>FORMAT_XSTAR</h4>
  555. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.49">FORMAT_XSTAR</a></pre>
  556. <div class="block">xstar format used by Jörg Schilling's star.</div>
  557. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.FORMAT_XSTAR">Constant Field Values</a></dd></dl>
  558. </li>
  559. </ul>
  560. <a name="NAMELEN">
  561. <!-- -->
  562. </a>
  563. <ul class="blockList">
  564. <li class="blockList">
  565. <h4>NAMELEN</h4>
  566. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.54">NAMELEN</a></pre>
  567. <div class="block">The length of the name field in a header buffer.</div>
  568. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.NAMELEN">Constant Field Values</a></dd></dl>
  569. </li>
  570. </ul>
  571. <a name="MODELEN">
  572. <!-- -->
  573. </a>
  574. <ul class="blockList">
  575. <li class="blockList">
  576. <h4>MODELEN</h4>
  577. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.59">MODELEN</a></pre>
  578. <div class="block">The length of the mode field in a header buffer.</div>
  579. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.MODELEN">Constant Field Values</a></dd></dl>
  580. </li>
  581. </ul>
  582. <a name="UIDLEN">
  583. <!-- -->
  584. </a>
  585. <ul class="blockList">
  586. <li class="blockList">
  587. <h4>UIDLEN</h4>
  588. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.64">UIDLEN</a></pre>
  589. <div class="block">The length of the user id field in a header buffer.</div>
  590. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.UIDLEN">Constant Field Values</a></dd></dl>
  591. </li>
  592. </ul>
  593. <a name="GIDLEN">
  594. <!-- -->
  595. </a>
  596. <ul class="blockList">
  597. <li class="blockList">
  598. <h4>GIDLEN</h4>
  599. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.69">GIDLEN</a></pre>
  600. <div class="block">The length of the group id field in a header buffer.</div>
  601. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.GIDLEN">Constant Field Values</a></dd></dl>
  602. </li>
  603. </ul>
  604. <a name="MAXID">
  605. <!-- -->
  606. </a>
  607. <ul class="blockList">
  608. <li class="blockList">
  609. <h4>MAXID</h4>
  610. <pre>static final&nbsp;long <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.75">MAXID</a></pre>
  611. <div class="block">The maximum value of gid/uid in a tar archive which can
  612. be expressed in octal char notation (that's 7 sevens, octal).</div>
  613. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.MAXID">Constant Field Values</a></dd></dl>
  614. </li>
  615. </ul>
  616. <a name="CHKSUMLEN">
  617. <!-- -->
  618. </a>
  619. <ul class="blockList">
  620. <li class="blockList">
  621. <h4>CHKSUMLEN</h4>
  622. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.80">CHKSUMLEN</a></pre>
  623. <div class="block">The length of the checksum field in a header buffer.</div>
  624. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.CHKSUMLEN">Constant Field Values</a></dd></dl>
  625. </li>
  626. </ul>
  627. <a name="CHKSUM_OFFSET">
  628. <!-- -->
  629. </a>
  630. <ul class="blockList">
  631. <li class="blockList">
  632. <h4>CHKSUM_OFFSET</h4>
  633. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.86">CHKSUM_OFFSET</a></pre>
  634. <div class="block">Offset of the checksum field within header record.</div>
  635. <dl><dt><span class="strong">Since:</span></dt>
  636. <dd>1.5</dd>
  637. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.CHKSUM_OFFSET">Constant Field Values</a></dd></dl>
  638. </li>
  639. </ul>
  640. <a name="SIZELEN">
  641. <!-- -->
  642. </a>
  643. <ul class="blockList">
  644. <li class="blockList">
  645. <h4>SIZELEN</h4>
  646. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.92">SIZELEN</a></pre>
  647. <div class="block">The length of the size field in a header buffer.
  648. Includes the trailing space or NUL.</div>
  649. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.SIZELEN">Constant Field Values</a></dd></dl>
  650. </li>
  651. </ul>
  652. <a name="MAXSIZE">
  653. <!-- -->
  654. </a>
  655. <ul class="blockList">
  656. <li class="blockList">
  657. <h4>MAXSIZE</h4>
  658. <pre>static final&nbsp;long <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.98">MAXSIZE</a></pre>
  659. <div class="block">The maximum size of a file in a tar archive
  660. which can be expressed in octal char notation (that's 11 sevens, octal).</div>
  661. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.MAXSIZE">Constant Field Values</a></dd></dl>
  662. </li>
  663. </ul>
  664. <a name="MAGIC_OFFSET">
  665. <!-- -->
  666. </a>
  667. <ul class="blockList">
  668. <li class="blockList">
  669. <h4>MAGIC_OFFSET</h4>
  670. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.101">MAGIC_OFFSET</a></pre>
  671. <div class="block">Offset of start of magic field within header record</div>
  672. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.MAGIC_OFFSET">Constant Field Values</a></dd></dl>
  673. </li>
  674. </ul>
  675. <a name="MAGICLEN">
  676. <!-- -->
  677. </a>
  678. <ul class="blockList">
  679. <li class="blockList">
  680. <h4>MAGICLEN</h4>
  681. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.105">MAGICLEN</a></pre>
  682. <div class="block">The length of the magic field in a header buffer.</div>
  683. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.MAGICLEN">Constant Field Values</a></dd></dl>
  684. </li>
  685. </ul>
  686. <a name="VERSION_OFFSET">
  687. <!-- -->
  688. </a>
  689. <ul class="blockList">
  690. <li class="blockList">
  691. <h4>VERSION_OFFSET</h4>
  692. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.108">VERSION_OFFSET</a></pre>
  693. <div class="block">Offset of start of magic field within header record</div>
  694. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.VERSION_OFFSET">Constant Field Values</a></dd></dl>
  695. </li>
  696. </ul>
  697. <a name="VERSIONLEN">
  698. <!-- -->
  699. </a>
  700. <ul class="blockList">
  701. <li class="blockList">
  702. <h4>VERSIONLEN</h4>
  703. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.112">VERSIONLEN</a></pre>
  704. <div class="block">Previously this was regarded as part of "magic" field, but it is separate.</div>
  705. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.VERSIONLEN">Constant Field Values</a></dd></dl>
  706. </li>
  707. </ul>
  708. <a name="MODTIMELEN">
  709. <!-- -->
  710. </a>
  711. <ul class="blockList">
  712. <li class="blockList">
  713. <h4>MODTIMELEN</h4>
  714. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.117">MODTIMELEN</a></pre>
  715. <div class="block">The length of the modification time field in a header buffer.</div>
  716. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.MODTIMELEN">Constant Field Values</a></dd></dl>
  717. </li>
  718. </ul>
  719. <a name="UNAMELEN">
  720. <!-- -->
  721. </a>
  722. <ul class="blockList">
  723. <li class="blockList">
  724. <h4>UNAMELEN</h4>
  725. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.122">UNAMELEN</a></pre>
  726. <div class="block">The length of the user name field in a header buffer.</div>
  727. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.UNAMELEN">Constant Field Values</a></dd></dl>
  728. </li>
  729. </ul>
  730. <a name="GNAMELEN">
  731. <!-- -->
  732. </a>
  733. <ul class="blockList">
  734. <li class="blockList">
  735. <h4>GNAMELEN</h4>
  736. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.127">GNAMELEN</a></pre>
  737. <div class="block">The length of the group name field in a header buffer.</div>
  738. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.GNAMELEN">Constant Field Values</a></dd></dl>
  739. </li>
  740. </ul>
  741. <a name="DEVLEN">
  742. <!-- -->
  743. </a>
  744. <ul class="blockList">
  745. <li class="blockList">
  746. <h4>DEVLEN</h4>
  747. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.132">DEVLEN</a></pre>
  748. <div class="block">The length of each of the device fields (major and minor) in a header buffer.</div>
  749. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.DEVLEN">Constant Field Values</a></dd></dl>
  750. </li>
  751. </ul>
  752. <a name="PREFIXLEN">
  753. <!-- -->
  754. </a>
  755. <ul class="blockList">
  756. <li class="blockList">
  757. <h4>PREFIXLEN</h4>
  758. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.138">PREFIXLEN</a></pre>
  759. <div class="block">Length of the prefix field.</div>
  760. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.PREFIXLEN">Constant Field Values</a></dd></dl>
  761. </li>
  762. </ul>
  763. <a name="ATIMELEN_GNU">
  764. <!-- -->
  765. </a>
  766. <ul class="blockList">
  767. <li class="blockList">
  768. <h4>ATIMELEN_GNU</h4>
  769. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.144">ATIMELEN_GNU</a></pre>
  770. <div class="block">The length of the access time field in an old GNU header buffer.</div>
  771. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.ATIMELEN_GNU">Constant Field Values</a></dd></dl>
  772. </li>
  773. </ul>
  774. <a name="CTIMELEN_GNU">
  775. <!-- -->
  776. </a>
  777. <ul class="blockList">
  778. <li class="blockList">
  779. <h4>CTIMELEN_GNU</h4>
  780. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.150">CTIMELEN_GNU</a></pre>
  781. <div class="block">The length of the created time field in an old GNU header buffer.</div>
  782. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.CTIMELEN_GNU">Constant Field Values</a></dd></dl>
  783. </li>
  784. </ul>
  785. <a name="OFFSETLEN_GNU">
  786. <!-- -->
  787. </a>
  788. <ul class="blockList">
  789. <li class="blockList">
  790. <h4>OFFSETLEN_GNU</h4>
  791. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.156">OFFSETLEN_GNU</a></pre>
  792. <div class="block">The length of the multivolume start offset field in an old GNU header buffer.</div>
  793. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.OFFSETLEN_GNU">Constant Field Values</a></dd></dl>
  794. </li>
  795. </ul>
  796. <a name="LONGNAMESLEN_GNU">
  797. <!-- -->
  798. </a>
  799. <ul class="blockList">
  800. <li class="blockList">
  801. <h4>LONGNAMESLEN_GNU</h4>
  802. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.162">LONGNAMESLEN_GNU</a></pre>
  803. <div class="block">The length of the long names field in an old GNU header buffer.</div>
  804. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LONGNAMESLEN_GNU">Constant Field Values</a></dd></dl>
  805. </li>
  806. </ul>
  807. <a name="PAD2LEN_GNU">
  808. <!-- -->
  809. </a>
  810. <ul class="blockList">
  811. <li class="blockList">
  812. <h4>PAD2LEN_GNU</h4>
  813. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.168">PAD2LEN_GNU</a></pre>
  814. <div class="block">The length of the padding field in an old GNU header buffer.</div>
  815. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.PAD2LEN_GNU">Constant Field Values</a></dd></dl>
  816. </li>
  817. </ul>
  818. <a name="SPARSELEN_GNU">
  819. <!-- -->
  820. </a>
  821. <ul class="blockList">
  822. <li class="blockList">
  823. <h4>SPARSELEN_GNU</h4>
  824. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.174">SPARSELEN_GNU</a></pre>
  825. <div class="block">The sum of the length of all sparse headers in an old GNU header buffer.</div>
  826. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.SPARSELEN_GNU">Constant Field Values</a></dd></dl>
  827. </li>
  828. </ul>
  829. <a name="ISEXTENDEDLEN_GNU">
  830. <!-- -->
  831. </a>
  832. <ul class="blockList">
  833. <li class="blockList">
  834. <h4>ISEXTENDEDLEN_GNU</h4>
  835. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.180">ISEXTENDEDLEN_GNU</a></pre>
  836. <div class="block">The length of the is extension field in an old GNU header buffer.</div>
  837. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.ISEXTENDEDLEN_GNU">Constant Field Values</a></dd></dl>
  838. </li>
  839. </ul>
  840. <a name="REALSIZELEN_GNU">
  841. <!-- -->
  842. </a>
  843. <ul class="blockList">
  844. <li class="blockList">
  845. <h4>REALSIZELEN_GNU</h4>
  846. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.186">REALSIZELEN_GNU</a></pre>
  847. <div class="block">The length of the real size field in an old GNU header buffer.</div>
  848. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.REALSIZELEN_GNU">Constant Field Values</a></dd></dl>
  849. </li>
  850. </ul>
  851. <a name="SPARSELEN_GNU_SPARSE">
  852. <!-- -->
  853. </a>
  854. <ul class="blockList">
  855. <li class="blockList">
  856. <h4>SPARSELEN_GNU_SPARSE</h4>
  857. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.192">SPARSELEN_GNU_SPARSE</a></pre>
  858. <div class="block">The sum of the length of all sparse headers in a sparse header buffer.</div>
  859. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.SPARSELEN_GNU_SPARSE">Constant Field Values</a></dd></dl>
  860. </li>
  861. </ul>
  862. <a name="ISEXTENDEDLEN_GNU_SPARSE">
  863. <!-- -->
  864. </a>
  865. <ul class="blockList">
  866. <li class="blockList">
  867. <h4>ISEXTENDEDLEN_GNU_SPARSE</h4>
  868. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.198">ISEXTENDEDLEN_GNU_SPARSE</a></pre>
  869. <div class="block">The length of the is extension field in a sparse header buffer.</div>
  870. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.ISEXTENDEDLEN_GNU_SPARSE">Constant Field Values</a></dd></dl>
  871. </li>
  872. </ul>
  873. <a name="LF_OLDNORM">
  874. <!-- -->
  875. </a>
  876. <ul class="blockList">
  877. <li class="blockList">
  878. <h4>LF_OLDNORM</h4>
  879. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.204">LF_OLDNORM</a></pre>
  880. <div class="block">LF_ constants represent the "link flag" of an entry, or more commonly,
  881. the "entry type". This is the "old way" of indicating a normal file.</div>
  882. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_OLDNORM">Constant Field Values</a></dd></dl>
  883. </li>
  884. </ul>
  885. <a name="LF_NORMAL">
  886. <!-- -->
  887. </a>
  888. <ul class="blockList">
  889. <li class="blockList">
  890. <h4>LF_NORMAL</h4>
  891. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.209">LF_NORMAL</a></pre>
  892. <div class="block">Normal file type.</div>
  893. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_NORMAL">Constant Field Values</a></dd></dl>
  894. </li>
  895. </ul>
  896. <a name="LF_LINK">
  897. <!-- -->
  898. </a>
  899. <ul class="blockList">
  900. <li class="blockList">
  901. <h4>LF_LINK</h4>
  902. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.214">LF_LINK</a></pre>
  903. <div class="block">Link file type.</div>
  904. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_LINK">Constant Field Values</a></dd></dl>
  905. </li>
  906. </ul>
  907. <a name="LF_SYMLINK">
  908. <!-- -->
  909. </a>
  910. <ul class="blockList">
  911. <li class="blockList">
  912. <h4>LF_SYMLINK</h4>
  913. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.219">LF_SYMLINK</a></pre>
  914. <div class="block">Symbolic link file type.</div>
  915. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_SYMLINK">Constant Field Values</a></dd></dl>
  916. </li>
  917. </ul>
  918. <a name="LF_CHR">
  919. <!-- -->
  920. </a>
  921. <ul class="blockList">
  922. <li class="blockList">
  923. <h4>LF_CHR</h4>
  924. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.224">LF_CHR</a></pre>
  925. <div class="block">Character device file type.</div>
  926. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_CHR">Constant Field Values</a></dd></dl>
  927. </li>
  928. </ul>
  929. <a name="LF_BLK">
  930. <!-- -->
  931. </a>
  932. <ul class="blockList">
  933. <li class="blockList">
  934. <h4>LF_BLK</h4>
  935. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.229">LF_BLK</a></pre>
  936. <div class="block">Block device file type.</div>
  937. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_BLK">Constant Field Values</a></dd></dl>
  938. </li>
  939. </ul>
  940. <a name="LF_DIR">
  941. <!-- -->
  942. </a>
  943. <ul class="blockList">
  944. <li class="blockList">
  945. <h4>LF_DIR</h4>
  946. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.234">LF_DIR</a></pre>
  947. <div class="block">Directory file type.</div>
  948. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_DIR">Constant Field Values</a></dd></dl>
  949. </li>
  950. </ul>
  951. <a name="LF_FIFO">
  952. <!-- -->
  953. </a>
  954. <ul class="blockList">
  955. <li class="blockList">
  956. <h4>LF_FIFO</h4>
  957. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.239">LF_FIFO</a></pre>
  958. <div class="block">FIFO (pipe) file type.</div>
  959. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_FIFO">Constant Field Values</a></dd></dl>
  960. </li>
  961. </ul>
  962. <a name="LF_CONTIG">
  963. <!-- -->
  964. </a>
  965. <ul class="blockList">
  966. <li class="blockList">
  967. <h4>LF_CONTIG</h4>
  968. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.244">LF_CONTIG</a></pre>
  969. <div class="block">Contiguous file type.</div>
  970. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_CONTIG">Constant Field Values</a></dd></dl>
  971. </li>
  972. </ul>
  973. <a name="LF_GNUTYPE_LONGLINK">
  974. <!-- -->
  975. </a>
  976. <ul class="blockList">
  977. <li class="blockList">
  978. <h4>LF_GNUTYPE_LONGLINK</h4>
  979. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.249">LF_GNUTYPE_LONGLINK</a></pre>
  980. <div class="block">Identifies the *next* file on the tape as having a long linkname.</div>
  981. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_GNUTYPE_LONGLINK">Constant Field Values</a></dd></dl>
  982. </li>
  983. </ul>
  984. <a name="LF_GNUTYPE_LONGNAME">
  985. <!-- -->
  986. </a>
  987. <ul class="blockList">
  988. <li class="blockList">
  989. <h4>LF_GNUTYPE_LONGNAME</h4>
  990. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.254">LF_GNUTYPE_LONGNAME</a></pre>
  991. <div class="block">Identifies the *next* file on the tape as having a long name.</div>
  992. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_GNUTYPE_LONGNAME">Constant Field Values</a></dd></dl>
  993. </li>
  994. </ul>
  995. <a name="LF_GNUTYPE_SPARSE">
  996. <!-- -->
  997. </a>
  998. <ul class="blockList">
  999. <li class="blockList">
  1000. <h4>LF_GNUTYPE_SPARSE</h4>
  1001. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.260">LF_GNUTYPE_SPARSE</a></pre>
  1002. <div class="block">Sparse file type.</div>
  1003. <dl><dt><span class="strong">Since:</span></dt>
  1004. <dd>1.1.1</dd>
  1005. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_GNUTYPE_SPARSE">Constant Field Values</a></dd></dl>
  1006. </li>
  1007. </ul>
  1008. <a name="LF_PAX_EXTENDED_HEADER_LC">
  1009. <!-- -->
  1010. </a>
  1011. <ul class="blockList">
  1012. <li class="blockList">
  1013. <h4>LF_PAX_EXTENDED_HEADER_LC</h4>
  1014. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.268">LF_PAX_EXTENDED_HEADER_LC</a></pre>
  1015. <div class="block">Identifies the entry as a Pax extended header.</div>
  1016. <dl><dt><span class="strong">Since:</span></dt>
  1017. <dd>1.1</dd>
  1018. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_PAX_EXTENDED_HEADER_LC">Constant Field Values</a></dd></dl>
  1019. </li>
  1020. </ul>
  1021. <a name="LF_PAX_EXTENDED_HEADER_UC">
  1022. <!-- -->
  1023. </a>
  1024. <ul class="blockList">
  1025. <li class="blockList">
  1026. <h4>LF_PAX_EXTENDED_HEADER_UC</h4>
  1027. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.275">LF_PAX_EXTENDED_HEADER_UC</a></pre>
  1028. <div class="block">Identifies the entry as a Pax extended header (SunOS tar -E).</div>
  1029. <dl><dt><span class="strong">Since:</span></dt>
  1030. <dd>1.1</dd>
  1031. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_PAX_EXTENDED_HEADER_UC">Constant Field Values</a></dd></dl>
  1032. </li>
  1033. </ul>
  1034. <a name="LF_PAX_GLOBAL_EXTENDED_HEADER">
  1035. <!-- -->
  1036. </a>
  1037. <ul class="blockList">
  1038. <li class="blockList">
  1039. <h4>LF_PAX_GLOBAL_EXTENDED_HEADER</h4>
  1040. <pre>static final&nbsp;byte <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.282">LF_PAX_GLOBAL_EXTENDED_HEADER</a></pre>
  1041. <div class="block">Identifies the entry as a Pax global extended header.</div>
  1042. <dl><dt><span class="strong">Since:</span></dt>
  1043. <dd>1.1</dd>
  1044. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.LF_PAX_GLOBAL_EXTENDED_HEADER">Constant Field Values</a></dd></dl>
  1045. </li>
  1046. </ul>
  1047. <a name="MAGIC_POSIX">
  1048. <!-- -->
  1049. </a>
  1050. <ul class="blockList">
  1051. <li class="blockList">
  1052. <h4>MAGIC_POSIX</h4>
  1053. <pre>static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.287">MAGIC_POSIX</a></pre>
  1054. <div class="block">The magic tag representing a POSIX tar archive.</div>
  1055. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.MAGIC_POSIX">Constant Field Values</a></dd></dl>
  1056. </li>
  1057. </ul>
  1058. <a name="VERSION_POSIX">
  1059. <!-- -->
  1060. </a>
  1061. <ul class="blockList">
  1062. <li class="blockList">
  1063. <h4>VERSION_POSIX</h4>
  1064. <pre>static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.288">VERSION_POSIX</a></pre>
  1065. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.VERSION_POSIX">Constant Field Values</a></dd></dl>
  1066. </li>
  1067. </ul>
  1068. <a name="MAGIC_GNU">
  1069. <!-- -->
  1070. </a>
  1071. <ul class="blockList">
  1072. <li class="blockList">
  1073. <h4>MAGIC_GNU</h4>
  1074. <pre>static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.293">MAGIC_GNU</a></pre>
  1075. <div class="block">The magic tag representing a GNU tar archive.</div>
  1076. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.MAGIC_GNU">Constant Field Values</a></dd></dl>
  1077. </li>
  1078. </ul>
  1079. <a name="VERSION_GNU_SPACE">
  1080. <!-- -->
  1081. </a>
  1082. <ul class="blockList">
  1083. <li class="blockList">
  1084. <h4>VERSION_GNU_SPACE</h4>
  1085. <pre>static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.295">VERSION_GNU_SPACE</a></pre>
  1086. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.VERSION_GNU_SPACE">Constant Field Values</a></dd></dl>
  1087. </li>
  1088. </ul>
  1089. <a name="VERSION_GNU_ZERO">
  1090. <!-- -->
  1091. </a>
  1092. <ul class="blockList">
  1093. <li class="blockList">
  1094. <h4>VERSION_GNU_ZERO</h4>
  1095. <pre>static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.296">VERSION_GNU_ZERO</a></pre>
  1096. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.VERSION_GNU_ZERO">Constant Field Values</a></dd></dl>
  1097. </li>
  1098. </ul>
  1099. <a name="MAGIC_ANT">
  1100. <!-- -->
  1101. </a>
  1102. <ul class="blockList">
  1103. <li class="blockList">
  1104. <h4>MAGIC_ANT</h4>
  1105. <pre>static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.303">MAGIC_ANT</a></pre>
  1106. <div class="block">The magic tag representing an Ant tar archive.</div>
  1107. <dl><dt><span class="strong">Since:</span></dt>
  1108. <dd>1.1</dd>
  1109. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.MAGIC_ANT">Constant Field Values</a></dd></dl>
  1110. </li>
  1111. </ul>
  1112. <a name="VERSION_ANT">
  1113. <!-- -->
  1114. </a>
  1115. <ul class="blockList">
  1116. <li class="blockList">
  1117. <h4>VERSION_ANT</h4>
  1118. <pre>static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.312">VERSION_ANT</a></pre>
  1119. <div class="block">The "version" representing an Ant tar archive.</div>
  1120. <dl><dt><span class="strong">Since:</span></dt>
  1121. <dd>1.1</dd>
  1122. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.VERSION_ANT">Constant Field Values</a></dd></dl>
  1123. </li>
  1124. </ul>
  1125. <a name="GNU_LONGLINK">
  1126. <!-- -->
  1127. </a>
  1128. <ul class="blockList">
  1129. <li class="blockList">
  1130. <h4>GNU_LONGLINK</h4>
  1131. <pre>static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.317">GNU_LONGLINK</a></pre>
  1132. <div class="block">The name of the GNU tar entry which contains a long name.</div>
  1133. <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.GNU_LONGLINK">Constant Field Values</a></dd></dl>
  1134. </li>
  1135. </ul>
  1136. <a name="MAGIC_XSTAR">
  1137. <!-- -->
  1138. </a>
  1139. <ul class="blockList">
  1140. <li class="blockList">
  1141. <h4>MAGIC_XSTAR</h4>
  1142. <pre>static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.324">MAGIC_XSTAR</a></pre>
  1143. <div class="block">The magix string used in the last four bytes of the header to
  1144. identify the xstar format.</div>
  1145. <dl><dt><span class="strong">Since:</span></dt>
  1146. <dd>1.11</dd>
  1147. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.MAGIC_XSTAR">Constant Field Values</a></dd></dl>
  1148. </li>
  1149. </ul>
  1150. <a name="XSTAR_MAGIC_OFFSET">
  1151. <!-- -->
  1152. </a>
  1153. <ul class="blockList">
  1154. <li class="blockList">
  1155. <h4>XSTAR_MAGIC_OFFSET</h4>
  1156. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.330">XSTAR_MAGIC_OFFSET</a></pre>
  1157. <div class="block">Offset inside the header for the xstar magic bytes.</div>
  1158. <dl><dt><span class="strong">Since:</span></dt>
  1159. <dd>1.11</dd>
  1160. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.XSTAR_MAGIC_OFFSET">Constant Field Values</a></dd></dl>
  1161. </li>
  1162. </ul>
  1163. <a name="XSTAR_MAGIC_LEN">
  1164. <!-- -->
  1165. </a>
  1166. <ul class="blockList">
  1167. <li class="blockList">
  1168. <h4>XSTAR_MAGIC_LEN</h4>
  1169. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.336">XSTAR_MAGIC_LEN</a></pre>
  1170. <div class="block">Length of the XSTAR magic.</div>
  1171. <dl><dt><span class="strong">Since:</span></dt>
  1172. <dd>1.11</dd>
  1173. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.XSTAR_MAGIC_LEN">Constant Field Values</a></dd></dl>
  1174. </li>
  1175. </ul>
  1176. <a name="PREFIXLEN_XSTAR">
  1177. <!-- -->
  1178. </a>
  1179. <ul class="blockList">
  1180. <li class="blockList">
  1181. <h4>PREFIXLEN_XSTAR</h4>
  1182. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.343">PREFIXLEN_XSTAR</a></pre>
  1183. <div class="block">Length of the prefix field in xstar archives.</div>
  1184. <dl><dt><span class="strong">Since:</span></dt>
  1185. <dd>1.11</dd>
  1186. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.PREFIXLEN_XSTAR">Constant Field Values</a></dd></dl>
  1187. </li>
  1188. </ul>
  1189. <a name="ATIMELEN_XSTAR">
  1190. <!-- -->
  1191. </a>
  1192. <ul class="blockList">
  1193. <li class="blockList">
  1194. <h4>ATIMELEN_XSTAR</h4>
  1195. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.350">ATIMELEN_XSTAR</a></pre>
  1196. <div class="block">The length of the access time field in a xstar header buffer.</div>
  1197. <dl><dt><span class="strong">Since:</span></dt>
  1198. <dd>1.11</dd>
  1199. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.ATIMELEN_XSTAR">Constant Field Values</a></dd></dl>
  1200. </li>
  1201. </ul>
  1202. <a name="CTIMELEN_XSTAR">
  1203. <!-- -->
  1204. </a>
  1205. <ul class="blockListLast">
  1206. <li class="blockList">
  1207. <h4>CTIMELEN_XSTAR</h4>
  1208. <pre>static final&nbsp;int <a href="../../../../../../src-html/org/apache/commons/compress/archivers/tar/TarConstants.html#line.357">CTIMELEN_XSTAR</a></pre>
  1209. <div class="block">The length of the created time field in a xstar header buffer.</div>
  1210. <dl><dt><span class="strong">Since:</span></dt>
  1211. <dd>1.11</dd>
  1212. <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.commons.compress.archivers.tar.TarConstants.CTIMELEN_XSTAR">Constant Field Values</a></dd></dl>
  1213. </li>
  1214. </ul>
  1215. </li>
  1216. </ul>
  1217. </li>
  1218. </ul>
  1219. </div>
  1220. </div>
  1221. <!-- ========= END OF CLASS DATA ========= -->
  1222. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  1223. <div class="bottomNav"><a name="navbar_bottom">
  1224. <!-- -->
  1225. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  1226. <!-- -->
  1227. </a>
  1228. <ul class="navList" title="Navigation">
  1229. <li><a href="../../../../../../overview-summary.html">Overview</a></li>
  1230. <li><a href="package-summary.html">Package</a></li>
  1231. <li class="navBarCell1Rev">Class</li>
  1232. <li><a href="class-use/TarConstants.html">Use</a></li>
  1233. <li><a href="package-tree.html">Tree</a></li>
  1234. <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
  1235. <li><a href="../../../../../../index-all.html">Index</a></li>
  1236. <li><a href="../../../../../../help-doc.html">Help</a></li>
  1237. </ul>
  1238. </div>
  1239. <div class="subNav">
  1240. <ul class="navList">
  1241. <li><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.html" title="class in org.apache.commons.compress.archivers.tar"><span class="strong">Prev Class</span></a></li>
  1242. <li><a href="../../../../../../org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar"><span class="strong">Next Class</span></a></li>
  1243. </ul>
  1244. <ul class="navList">
  1245. <li><a href="../../../../../../index.html?org/apache/commons/compress/archivers/tar/TarConstants.html" target="_top">Frames</a></li>
  1246. <li><a href="TarConstants.html" target="_top">No Frames</a></li>
  1247. </ul>
  1248. <ul class="navList" id="allclasses_navbar_bottom">
  1249. <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
  1250. </ul>
  1251. <div>
  1252. <script type="text/javascript"><!--
  1253. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  1254. if(window==top) {
  1255. allClassesLink.style.display = "block";
  1256. }
  1257. else {
  1258. allClassesLink.style.display = "none";
  1259. }
  1260. //-->
  1261. </script>
  1262. </div>
  1263. <div>
  1264. <ul class="subNavList">
  1265. <li>Summary:&nbsp;</li>
  1266. <li>Nested&nbsp;|&nbsp;</li>
  1267. <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
  1268. <li>Constr&nbsp;|&nbsp;</li>
  1269. <li>Method</li>
  1270. </ul>
  1271. <ul class="subNavList">
  1272. <li>Detail:&nbsp;</li>
  1273. <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
  1274. <li>Constr&nbsp;|&nbsp;</li>
  1275. <li>Method</li>
  1276. </ul>
  1277. </div>
  1278. <a name="skip-navbar_bottom">
  1279. <!-- -->
  1280. </a></div>
  1281. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  1282. <p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
  1283. </body>
  1284. </html>