????

Your IP : 216.73.216.152


Current Path : /opt/ant/manual/api/org/apache/tools/tar/
Upload File :
Current File : //opt/ant/manual/api/org/apache/tools/tar/TarConstants.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Tue May 22 06:24:55 CEST 2012 -->
<title>TarConstants (Apache Ant API)</title>
<meta name="date" content="2012-05-22">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="TarConstants (Apache Ant API)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/tools/tar/TarBuffer.html" title="class in org.apache.tools.tar"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/tools/tar/TarEntry.html" title="class in org.apache.tools.tar"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/tools/tar/TarConstants.html" target="_top">Frames</a></li>
<li><a href="TarConstants.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.tools.tar</div>
<h2 title="Interface TarConstants" class="title">Interface TarConstants</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../org/apache/tools/tar/TarEntry.html" title="class in org.apache.tools.tar">TarEntry</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">TarConstants</span></pre>
<div class="block">This interface contains all the definitions used in the package.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!--   -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#CHKSUMLEN">CHKSUMLEN</a></strong></code>
<div class="block">The length of the checksum field in a header buffer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#DEVLEN">DEVLEN</a></strong></code>
<div class="block">The length of the devices field in a header buffer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#GIDLEN">GIDLEN</a></strong></code>
<div class="block">The length of the group id field in a header buffer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#GNAMELEN">GNAMELEN</a></strong></code>
<div class="block">The length of the group name field in a header buffer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#GNU_LONGLINK">GNU_LONGLINK</a></strong></code>
<div class="block">The namr of the GNU tar entry which contains a long name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#GNU_TMAGIC">GNU_TMAGIC</a></strong></code>
<div class="block">The magic tag representing a GNU tar archive.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#LF_BLK">LF_BLK</a></strong></code>
<div class="block">Block device file type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#LF_CHR">LF_CHR</a></strong></code>
<div class="block">Character device file type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#LF_CONTIG">LF_CONTIG</a></strong></code>
<div class="block">Contiguous file type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#LF_DIR">LF_DIR</a></strong></code>
<div class="block">Directory file type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#LF_FIFO">LF_FIFO</a></strong></code>
<div class="block">FIFO (pipe) file type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#LF_GNUTYPE_LONGNAME">LF_GNUTYPE_LONGNAME</a></strong></code>
<div class="block">Identifies the *next* file on the tape as having a long name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#LF_LINK">LF_LINK</a></strong></code>
<div class="block">Link file type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#LF_NORMAL">LF_NORMAL</a></strong></code>
<div class="block">Normal file type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#LF_OLDNORM">LF_OLDNORM</a></strong></code>
<div class="block">LF_ constants represent the "link flag" of an entry, or more commonly,
 the "entry type".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#LF_SYMLINK">LF_SYMLINK</a></strong></code>
<div class="block">Symbolic link file type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#MAGICLEN">MAGICLEN</a></strong></code>
<div class="block">The length of the magic field in a header buffer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#MAXSIZE">MAXSIZE</a></strong></code>
<div class="block">The maximum size of a file in a tar archive (That's 11 sevens, octal).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#MODELEN">MODELEN</a></strong></code>
<div class="block">The length of the mode field in a header buffer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#MODTIMELEN">MODTIMELEN</a></strong></code>
<div class="block">The length of the modification time field in a header buffer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#NAMELEN">NAMELEN</a></strong></code>
<div class="block">The length of the name field in a header buffer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#SIZELEN">SIZELEN</a></strong></code>
<div class="block">The length of the size field in a header buffer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#TMAGIC">TMAGIC</a></strong></code>
<div class="block">The magic tag representing a POSIX tar archive.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#UIDLEN">UIDLEN</a></strong></code>
<div class="block">The length of the user id field in a header buffer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/tools/tar/TarConstants.html#UNAMELEN">UNAMELEN</a></strong></code>
<div class="block">The length of the user name field in a header buffer.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!--   -->
</a>
<h3>Field Detail</h3>
<a name="NAMELEN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NAMELEN</h4>
<pre>static final&nbsp;int NAMELEN</pre>
<div class="block">The length of the name field in a header buffer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.NAMELEN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MODELEN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MODELEN</h4>
<pre>static final&nbsp;int MODELEN</pre>
<div class="block">The length of the mode field in a header buffer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.MODELEN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="UIDLEN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UIDLEN</h4>
<pre>static final&nbsp;int UIDLEN</pre>
<div class="block">The length of the user id field in a header buffer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.UIDLEN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GIDLEN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GIDLEN</h4>
<pre>static final&nbsp;int GIDLEN</pre>
<div class="block">The length of the group id field in a header buffer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.GIDLEN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CHKSUMLEN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CHKSUMLEN</h4>
<pre>static final&nbsp;int CHKSUMLEN</pre>
<div class="block">The length of the checksum field in a header buffer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.CHKSUMLEN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SIZELEN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SIZELEN</h4>
<pre>static final&nbsp;int SIZELEN</pre>
<div class="block">The length of the size field in a header buffer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.SIZELEN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MAXSIZE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAXSIZE</h4>
<pre>static final&nbsp;long MAXSIZE</pre>
<div class="block">The maximum size of a file in a tar archive (That's 11 sevens, octal).</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.MAXSIZE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MAGICLEN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAGICLEN</h4>
<pre>static final&nbsp;int MAGICLEN</pre>
<div class="block">The length of the magic field in a header buffer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.MAGICLEN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MODTIMELEN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MODTIMELEN</h4>
<pre>static final&nbsp;int MODTIMELEN</pre>
<div class="block">The length of the modification time field in a header buffer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.MODTIMELEN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="UNAMELEN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNAMELEN</h4>
<pre>static final&nbsp;int UNAMELEN</pre>
<div class="block">The length of the user name field in a header buffer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.UNAMELEN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GNAMELEN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GNAMELEN</h4>
<pre>static final&nbsp;int GNAMELEN</pre>
<div class="block">The length of the group name field in a header buffer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.GNAMELEN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DEVLEN">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEVLEN</h4>
<pre>static final&nbsp;int DEVLEN</pre>
<div class="block">The length of the devices field in a header buffer.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.DEVLEN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LF_OLDNORM">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LF_OLDNORM</h4>
<pre>static final&nbsp;byte LF_OLDNORM</pre>
<div class="block">LF_ constants represent the "link flag" of an entry, or more commonly,
 the "entry type". This is the "old way" of indicating a normal file.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.LF_OLDNORM">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LF_NORMAL">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LF_NORMAL</h4>
<pre>static final&nbsp;byte LF_NORMAL</pre>
<div class="block">Normal file type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.LF_NORMAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LF_LINK">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LF_LINK</h4>
<pre>static final&nbsp;byte LF_LINK</pre>
<div class="block">Link file type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.LF_LINK">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LF_SYMLINK">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LF_SYMLINK</h4>
<pre>static final&nbsp;byte LF_SYMLINK</pre>
<div class="block">Symbolic link file type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.LF_SYMLINK">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LF_CHR">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LF_CHR</h4>
<pre>static final&nbsp;byte LF_CHR</pre>
<div class="block">Character device file type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.LF_CHR">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LF_BLK">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LF_BLK</h4>
<pre>static final&nbsp;byte LF_BLK</pre>
<div class="block">Block device file type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.LF_BLK">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LF_DIR">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LF_DIR</h4>
<pre>static final&nbsp;byte LF_DIR</pre>
<div class="block">Directory file type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.LF_DIR">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LF_FIFO">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LF_FIFO</h4>
<pre>static final&nbsp;byte LF_FIFO</pre>
<div class="block">FIFO (pipe) file type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.LF_FIFO">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LF_CONTIG">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LF_CONTIG</h4>
<pre>static final&nbsp;byte LF_CONTIG</pre>
<div class="block">Contiguous file type.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.LF_CONTIG">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="TMAGIC">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TMAGIC</h4>
<pre>static final&nbsp;java.lang.String TMAGIC</pre>
<div class="block">The magic tag representing a POSIX tar archive.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.TMAGIC">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GNU_TMAGIC">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GNU_TMAGIC</h4>
<pre>static final&nbsp;java.lang.String GNU_TMAGIC</pre>
<div class="block">The magic tag representing a GNU tar archive.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.GNU_TMAGIC">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GNU_LONGLINK">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GNU_LONGLINK</h4>
<pre>static final&nbsp;java.lang.String GNU_LONGLINK</pre>
<div class="block">The namr of the GNU tar entry which contains a long name.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.GNU_LONGLINK">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LF_GNUTYPE_LONGNAME">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>LF_GNUTYPE_LONGNAME</h4>
<pre>static final&nbsp;byte LF_GNUTYPE_LONGNAME</pre>
<div class="block">Identifies the *next* file on the tape as having a long name.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.tools.tar.TarConstants.LF_GNUTYPE_LONGNAME">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/tools/tar/TarBuffer.html" title="class in org.apache.tools.tar"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/tools/tar/TarEntry.html" title="class in org.apache.tools.tar"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/tools/tar/TarConstants.html" target="_top">Frames</a></li>
<li><a href="TarConstants.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>