<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Index (Apache Commons Compress 1.13 API)</title>
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Index (Apache Commons Compress 1.13 API)";
        }
    }
    catch(err) {
    }
//-->
</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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.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>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a href="#_Z_">Z</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">AbstractUnicodeExtraField</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">A common base class for Unicode extra information extra fields.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html#AbstractUnicodeExtraField()">AbstractUnicodeExtraField()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AbstractUnicodeExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html#AbstractUnicodeExtraField(java.lang.String,%20byte[],%20int,%20int)">AbstractUnicodeExtraField(String, byte[], int, int)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AbstractUnicodeExtraField</a></dt>
<dd>
<div class="block">Assemble as unicode extension from the name/comment and
 encoding of the original zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html#AbstractUnicodeExtraField(java.lang.String,%20byte[])">AbstractUnicodeExtraField(String, byte[])</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AbstractUnicodeExtraField</a></dt>
<dd>
<div class="block">Assemble as unicode extension from the name/comment and
 encoding of the original zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#ACCESS_TIME_BIT">ACCESS_TIME_BIT</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">The bit set inside the flags by when the lasr access time is
 present in this extra field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/changes/ChangeSet.html#add(org.apache.commons.compress.archivers.ArchiveEntry,%20java.io.InputStream)">add(ArchiveEntry, InputStream)</a></span> - Method in class org.apache.commons.compress.changes.<a href="./org/apache/commons/compress/changes/ChangeSet.html" title="class in org.apache.commons.compress.changes">ChangeSet</a></dt>
<dd>
<div class="block">Adds a new archive entry to the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/changes/ChangeSet.html#add(org.apache.commons.compress.archivers.ArchiveEntry,%20java.io.InputStream,%20boolean)">add(ArchiveEntry, InputStream, boolean)</a></span> - Method in class org.apache.commons.compress.changes.<a href="./org/apache/commons/compress/changes/ChangeSet.html" title="class in org.apache.commons.compress.changes">ChangeSet</a></dt>
<dd>
<div class="block">Adds a new archive entry to the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/Iterators.html#addAll(java.util.Collection,%20java.util.Iterator)">addAll(Collection&lt;T&gt;, Iterator&lt;? extends T&gt;)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/Iterators.html" title="class in org.apache.commons.compress.utils">Iterators</a></dt>
<dd>
<div class="block">Adds all the elements in the source <code>iterator</code> to the target
 <code>collection</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html#addArchiveEntry(org.apache.commons.compress.archivers.zip.ZipArchiveEntry,%20org.apache.commons.compress.parallel.InputStreamSupplier)">addArchiveEntry(ZipArchiveEntry, InputStreamSupplier)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html" title="class in org.apache.commons.compress.archivers.zip">ParallelScatterZipCreator</a></dt>
<dd>
<div class="block">Adds an archive entry to this archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html#addArchiveEntry(org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequestSupplier)">addArchiveEntry(ZipArchiveEntryRequestSupplier)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html" title="class in org.apache.commons.compress.archivers.zip">ParallelScatterZipCreator</a></dt>
<dd>
<div class="block">Adds an archive entry to this archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html#addArchiveEntry(org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest)">addArchiveEntry(ZipArchiveEntryRequest)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ScatterZipOutputStream</a></dt>
<dd>
<div class="block">Add an archive entry to this scatter stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#addAsFirstExtraField(org.apache.commons.compress.archivers.zip.ZipExtraField)">addAsFirstExtraField(ZipExtraField)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Adds an extra field - replacing an already present extra field
 of the same type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#addEntry(int,%20byte)">addEntry(int, byte)</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>
<div class="block">Add a new entry to the dictionary.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#addEntry(int,%20byte,%20int)">addEntry(int, byte, int)</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>
<div class="block">Adds a new entry if the maximum table size hasn't been exceeded
 and returns the new index.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/z/ZCompressorInputStream.html#addEntry(int,%20byte)">addEntry(int, byte)</a></span> - Method in class org.apache.commons.compress.compressors.z.<a href="./org/apache/commons/compress/compressors/z/ZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.z">ZCompressorInputStream</a></dt>
<dd>
<div class="block">Add a new entry to the dictionary.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#addExtraField(org.apache.commons.compress.archivers.zip.ZipExtraField)">addExtraField(ZipExtraField)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Adds an extra field - replacing an already present extra field
 of the same type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#addRawArchiveEntry(org.apache.commons.compress.archivers.zip.ZipArchiveEntry,%20java.io.InputStream)">addRawArchiveEntry(ZipArchiveEntry, InputStream)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Adds an archive entry with a raw input stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#addRepeatOfPreviousCode()">addRepeatOfPreviousCode()</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>
<div class="block">Add entry for repeat of previousCode we haven't added, yet.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html#adjustToLong(int)">adjustToLong(int)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html" title="class in org.apache.commons.compress.archivers.zip">ZipUtil</a></dt>
<dd>
<div class="block">Assumes a negative integer really is a positive integer that
 has wrapped around and re-creates the original value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#AED_SIG">AED_SIG</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Archive extra data record signature.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html#ALWAYS">ALWAYS</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream.UnicodeExtraFieldPolicy</a></dt>
<dd>
<div class="block">Always create Unicode extra fields.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html#AMIGA">AMIGA</a></span> - Static variable in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry.HostOs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html#APPLE_GS">APPLE_GS</a></span> - Static variable in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry.HostOs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#AR">AR</a></span> - Static variable in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "ar") used to identify the AR archive format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar"><span class="strong">ArArchiveEntry</span></a> - Class in <a href="./org/apache/commons/compress/archivers/ar/package-summary.html">org.apache.commons.compress.archivers.ar</a></dt>
<dd>
<div class="block">Represents an archive entry in the "ar" format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#ArArchiveEntry(java.lang.String,%20long)">ArArchiveEntry(String, long)</a></span> - Constructor for class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>
<div class="block">Create a new instance using a couple of default values.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#ArArchiveEntry(java.lang.String,%20long,%20int,%20int,%20int,%20long)">ArArchiveEntry(String, long, int, int, int, long)</a></span> - Constructor for class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>
<div class="block">Create a new instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#ArArchiveEntry(java.io.File,%20java.lang.String)">ArArchiveEntry(File, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>
<div class="block">Create a new instance using the attributes of the given file</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/ar/ArArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.ar"><span class="strong">ArArchiveInputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/ar/package-summary.html">org.apache.commons.compress.archivers.ar</a></dt>
<dd>
<div class="block">Implements the "ar" archive format as an input stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveInputStream.html#ArArchiveInputStream(java.io.InputStream)">ArArchiveInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveInputStream</a></dt>
<dd>
<div class="block">Constructs an Ar input stream with the referenced stream</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.ar"><span class="strong">ArArchiveOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/ar/package-summary.html">org.apache.commons.compress.archivers.ar</a></dt>
<dd>
<div class="block">Implements the "ar" archive format as an output stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html#ArArchiveOutputStream(java.io.OutputStream)">ArArchiveOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/ArchiveEntry.html" title="interface in org.apache.commons.compress.archivers"><span class="strong">ArchiveEntry</span></a> - Interface in <a href="./org/apache/commons/compress/archivers/package-summary.html">org.apache.commons.compress.archivers</a></dt>
<dd>
<div class="block">Represents an entry of an archive.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/ArchiveException.html" title="class in org.apache.commons.compress.archivers"><span class="strong">ArchiveException</span></a> - Exception in <a href="./org/apache/commons/compress/archivers/package-summary.html">org.apache.commons.compress.archivers</a></dt>
<dd>
<div class="block">Archiver related Exception</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveException.html#ArchiveException(java.lang.String)">ArchiveException(String)</a></span> - Constructor for exception org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveException.html" title="class in org.apache.commons.compress.archivers">ArchiveException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveException.html#ArchiveException(java.lang.String,%20java.lang.Exception)">ArchiveException(String, Exception)</a></span> - Constructor for exception org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveException.html" title="class in org.apache.commons.compress.archivers">ArchiveException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified detail message and cause.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html" title="class in org.apache.commons.compress.archivers"><span class="strong">ArchiveInputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/package-summary.html">org.apache.commons.compress.archivers</a></dt>
<dd>
<div class="block">Archive input streams <b>MUST</b> override the 
 <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true#read(byte[],%20int,%20int)" title="class or interface in java.io"><code>InputStream.read(byte[], int, int)</code></a> - or <a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html#read()"><code>ArchiveInputStream.read()</code></a> -
 method so that reading from the stream generates EOF for the end of
 data in each entry as well as at the end of the file proper.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html#ArchiveInputStream()">ArchiveInputStream()</a></span> - Constructor for class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers"><span class="strong">ArchiveOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/package-summary.html">org.apache.commons.compress.archivers</a></dt>
<dd>
<div class="block">Archive output stream implementations are expected to override the
 <a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true#write(byte[],%20int,%20int)" title="class or interface in java.io"><code>OutputStream.write(byte[], int, int)</code></a> method to improve performance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html#ArchiveOutputStream()">ArchiveOutputStream()</a></span> - Constructor for class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers"><span class="strong">ArchiveStreamFactory</span></a> - Class in <a href="./org/apache/commons/compress/archivers/package-summary.html">org.apache.commons.compress.archivers</a></dt>
<dd>
<div class="block">Factory to create Archive[In|Out]putStreams from names or the first bytes of
 the InputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#ArchiveStreamFactory()">ArchiveStreamFactory()</a></span> - Constructor for class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Create an instance using the platform default encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#ArchiveStreamFactory(java.lang.String)">ArchiveStreamFactory(String)</a></span> - Constructor for class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Create an instance using the specified encoding.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/ArchiveStreamProvider.html" title="interface in org.apache.commons.compress.archivers"><span class="strong">ArchiveStreamProvider</span></a> - Interface in <a href="./org/apache/commons/compress/archivers/package-summary.html">org.apache.commons.compress.archivers</a></dt>
<dd>
<div class="block">Creates Archive <a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html" title="class in org.apache.commons.compress.archivers"><code>ArchiveInputStream</code></a>s and <a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers"><code>ArchiveOutputStream</code></a>s.</div>
</dd>
<dt><a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils"><span class="strong">ArchiveUtils</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">Generic Archive utilities</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#ARJ">ARJ</a></span> - Static variable in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "arj") used to identify the ARJ archive format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html" title="class in org.apache.commons.compress.archivers.arj"><span class="strong">ArjArchiveEntry</span></a> - Class in <a href="./org/apache/commons/compress/archivers/arj/package-summary.html">org.apache.commons.compress.archivers.arj</a></dt>
<dd>
<div class="block">An entry in an ARJ archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html#ArjArchiveEntry()">ArjArchiveEntry()</a></span> - Constructor for class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj"><span class="strong">ArjArchiveEntry.HostOs</span></a> - Class in <a href="./org/apache/commons/compress/archivers/arj/package-summary.html">org.apache.commons.compress.archivers.arj</a></dt>
<dd>
<div class="block">The known values for HostOs.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html#ArjArchiveEntry.HostOs()">ArjArchiveEntry.HostOs()</a></span> - Constructor for class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry.HostOs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.arj"><span class="strong">ArjArchiveInputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/arj/package-summary.html">org.apache.commons.compress.archivers.arj</a></dt>
<dd>
<div class="block">Implements the "arj" archive format as an InputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html#ArjArchiveInputStream(java.io.InputStream,%20java.lang.String)">ArjArchiveInputStream(InputStream, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveInputStream</a></dt>
<dd>
<div class="block">Constructs the ArjInputStream, taking ownership of the inputStream that is passed in.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html#ArjArchiveInputStream(java.io.InputStream)">ArjArchiveInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveInputStream</a></dt>
<dd>
<div class="block">Constructs the ArjInputStream, taking ownership of the inputStream that is passed in,
 and using the CP437 character encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html#array()">array()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils">SeekableInMemoryByteChannel</a></dt>
<dd>
<div class="block">Obtains the array backing this channel.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">AsiExtraField</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Adds Unix file permission and UID/GID fields as well as symbolic
 link handling.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#AsiExtraField()">AsiExtraField()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Constructor for AsiExtraField.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html#ATARI_ST">ATARI_ST</a></span> - Static variable in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry.HostOs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#ATIMELEN_GNU">ATIMELEN_GNU</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the access time field in an old GNU header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#ATIMELEN_XSTAR">ATIMELEN_XSTAR</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the access time field in a xstar header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html#available()">available()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveInputStream</a></dt>
<dd>
<div class="block">Returns 0 after EOF has reached for the current entry data, otherwise
 always return 1.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#available()">available()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Get the available data that can be read from the current
 entry in the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html#available()">available()</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html#available()">available()</a></span> - Method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html" title="class in org.apache.commons.compress.compressors.lzma">LZMACompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#available()">available()</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html#available()">available()</a></span> - Method in class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">FramedSnappyCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html#available()">available()</a></span> - Method in class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">SnappyCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html#available()">available()</a></span> - Method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorInputStream</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_B_">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#BIGNUMBER_ERROR">BIGNUMBER_ERROR</a></span> - Static variable in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Fail if a big number (e.g. size &gt; 8GiB) is required in the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#BIGNUMBER_POSIX">BIGNUMBER_POSIX</a></span> - Static variable in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">POSIX/PAX extensions are used to store big numbers in the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#BIGNUMBER_STAR">BIGNUMBER_STAR</a></span> - Static variable in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">star/GNU tar/BSD tar extensions are used to store big number in the archive.</div>
</dd>
<dt><a href="./org/apache/commons/compress/utils/BitInputStream.html" title="class in org.apache.commons.compress.utils"><span class="strong">BitInputStream</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">Reads bits from an InputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/BitInputStream.html#BitInputStream(java.io.InputStream,%20java.nio.ByteOrder)">BitInputStream(InputStream, ByteOrder)</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/BitInputStream.html" title="class in org.apache.commons.compress.utils">BitInputStream</a></dt>
<dd>
<div class="block">Constructor taking an InputStream and its bit arrangement.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#BLOCK_SIZE">BLOCK_SIZE</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">The default block size.</div>
</dd>
<dt><a href="./org/apache/commons/compress/utils/BoundedInputStream.html" title="class in org.apache.commons.compress.utils"><span class="strong">BoundedInputStream</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">A stream that limits reading from a wrapped stream to a given number of bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/BoundedInputStream.html#BoundedInputStream(java.io.InputStream,%20long)">BoundedInputStream(InputStream, long)</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/BoundedInputStream.html" title="class in org.apache.commons.compress.utils">BoundedInputStream</a></dt>
<dd>
<div class="block">Creates the stream that will at most read the given amount of
 bytes from the given stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#BZIP2">BZIP2</a></span> - Static variable in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "bzip2") used to identify the BZIP2 compression
 algorithm.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.bzip2"><span class="strong">BZip2CompressorInputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/bzip2/package-summary.html">org.apache.commons.compress.compressors.bzip2</a></dt>
<dd>
<div class="block">An input stream that decompresses from the BZip2 format to be read as any other stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.html#BZip2CompressorInputStream(java.io.InputStream)">BZip2CompressorInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorInputStream</a></dt>
<dd>
<div class="block">Constructs a new BZip2CompressorInputStream which decompresses bytes
 read from the specified stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.html#BZip2CompressorInputStream(java.io.InputStream,%20boolean)">BZip2CompressorInputStream(InputStream, boolean)</a></span> - Constructor for class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorInputStream</a></dt>
<dd>
<div class="block">Constructs a new BZip2CompressorInputStream which decompresses bytes
 read from the specified stream.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.bzip2"><span class="strong">BZip2CompressorOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/bzip2/package-summary.html">org.apache.commons.compress.compressors.bzip2</a></dt>
<dd>
<div class="block">An output stream that compresses into the BZip2 format into another stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html#BZip2CompressorOutputStream(java.io.OutputStream)">BZip2CompressorOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorOutputStream</a></dt>
<dd>
<div class="block">Constructs a new <code>BZip2CompressorOutputStream</code> with a blocksize of 900k.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html#BZip2CompressorOutputStream(java.io.OutputStream,%20int)">BZip2CompressorOutputStream(OutputStream, int)</a></span> - Constructor for class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorOutputStream</a></dt>
<dd>
<div class="block">Constructs a new <code>BZip2CompressorOutputStream</code> with specified blocksize.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/bzip2/BZip2Utils.html" title="class in org.apache.commons.compress.compressors.bzip2"><span class="strong">BZip2Utils</span></a> - Class in <a href="./org/apache/commons/compress/compressors/bzip2/package-summary.html">org.apache.commons.compress.compressors.bzip2</a></dt>
<dd>
<div class="block">Utility code for the BZip2 compression format.</div>
</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_IRGRP">C_IRGRP</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Permits a file's group to read the file</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_IROTH">C_IROTH</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Permits others to read the file</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_IRUSR">C_IRUSR</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Permits the owner of a file to read the file</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_ISBLK">C_ISBLK</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Defines a block device</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_ISCHR">C_ISCHR</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Defines a character device</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_ISDIR">C_ISDIR</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Defines a directory</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_ISFIFO">C_ISFIFO</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Defines a pipe</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_ISGID">C_ISGID</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Set group ID</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_ISLNK">C_ISLNK</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Defines a symbolic link</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_ISNWK">C_ISNWK</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">HP/UX network special (C_ISCTG)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_ISREG">C_ISREG</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Defines a regular file</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_ISSOCK">C_ISSOCK</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Defines a socket</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_ISUID">C_ISUID</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Set user ID</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_ISVTX">C_ISVTX</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">On directories, restricted deletion flag.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_IWGRP">C_IWGRP</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Permits a file's group to write to the file</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_IWOTH">C_IWOTH</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Permits others to write to the file</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_IWUSR">C_IWUSR</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Permits the owner of a file to write to the file</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_IXGRP">C_IXGRP</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Permits a file's group to execute the file or to search the directory</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_IXOTH">C_IXOTH</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Permits others to execute the file or to search the directory</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#C_IXUSR">C_IXUSR</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Permits the owner of a file to execute the file or to search the directory</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEncoding.html#canEncode(java.lang.String)">canEncode(String)</a></span> - Method in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEncoding.html" title="interface in org.apache.commons.compress.archivers.zip">ZipEncoding</a></dt>
<dd>
<div class="block">Check, whether the given string may be losslessly encoded using this
 encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html#canReadEntryData(org.apache.commons.compress.archivers.ArchiveEntry)">canReadEntryData(ArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveInputStream</a></dt>
<dd>
<div class="block">Whether this stream is able to read the given entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html#canReadEntryData(org.apache.commons.compress.archivers.ArchiveEntry)">canReadEntryData(ArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#canReadEntryData(org.apache.commons.compress.archivers.ArchiveEntry)">canReadEntryData(ArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Whether this class is able to read the given entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html#canReadEntryData(org.apache.commons.compress.archivers.ArchiveEntry)">canReadEntryData(ArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveInputStream</a></dt>
<dd>
<div class="block">Whether this class is able to read the given entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#canReadEntryData(org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">canReadEntryData(ZipArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Whether this class is able to read the given entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html#canWriteEntryData(org.apache.commons.compress.archivers.ArchiveEntry)">canWriteEntryData(ArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></dt>
<dd>
<div class="block">Whether this stream is able to write the given entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#canWriteEntryData(org.apache.commons.compress.archivers.ArchiveEntry)">canWriteEntryData(ArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Whether this stream is able to write the given entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#CFH_SIG">CFH_SIG</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Central File Header Signature</div>
</dd>
<dt><a href="./org/apache/commons/compress/changes/ChangeSet.html" title="class in org.apache.commons.compress.changes"><span class="strong">ChangeSet</span></a> - Class in <a href="./org/apache/commons/compress/changes/package-summary.html">org.apache.commons.compress.changes</a></dt>
<dd>
<div class="block">ChangeSet collects and performs changes to an archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/changes/ChangeSet.html#ChangeSet()">ChangeSet()</a></span> - Constructor for class org.apache.commons.compress.changes.<a href="./org/apache/commons/compress/changes/ChangeSet.html" title="class in org.apache.commons.compress.changes">ChangeSet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/changes/ChangeSetPerformer.html" title="class in org.apache.commons.compress.changes"><span class="strong">ChangeSetPerformer</span></a> - Class in <a href="./org/apache/commons/compress/changes/package-summary.html">org.apache.commons.compress.changes</a></dt>
<dd>
<div class="block">Performs ChangeSet operations on a stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/changes/ChangeSetPerformer.html#ChangeSetPerformer(org.apache.commons.compress.changes.ChangeSet)">ChangeSetPerformer(ChangeSet)</a></span> - Constructor for class org.apache.commons.compress.changes.<a href="./org/apache/commons/compress/changes/ChangeSetPerformer.html" title="class in org.apache.commons.compress.changes">ChangeSetPerformer</a></dt>
<dd>
<div class="block">Constructs a ChangeSetPerformer with the changes from this ChangeSet</div>
</dd>
<dt><a href="./org/apache/commons/compress/changes/ChangeSetResults.html" title="class in org.apache.commons.compress.changes"><span class="strong">ChangeSetResults</span></a> - Class in <a href="./org/apache/commons/compress/changes/package-summary.html">org.apache.commons.compress.changes</a></dt>
<dd>
<div class="block">Stores the results of an performed ChangeSet operation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/changes/ChangeSetResults.html#ChangeSetResults()">ChangeSetResults()</a></span> - Constructor for class org.apache.commons.compress.changes.<a href="./org/apache/commons/compress/changes/ChangeSetResults.html" title="class in org.apache.commons.compress.changes">ChangeSetResults</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/utils/CharsetNames.html" title="class in org.apache.commons.compress.utils"><span class="strong">CharsetNames</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">Character encoding names required of every implementation of the Java platform.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CharsetNames.html#CharsetNames()">CharsetNames()</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CharsetNames.html" title="class in org.apache.commons.compress.utils">CharsetNames</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/utils/Charsets.html" title="class in org.apache.commons.compress.utils"><span class="strong">Charsets</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">Charsets required of every implementation of the Java platform.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/Charsets.html#Charsets()">Charsets()</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/Charsets.html" title="class in org.apache.commons.compress.utils">Charsets</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html#CHECKSUM">CHECKSUM</a></span> - Static variable in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html" title="class in org.apache.commons.compress.utils"><span class="strong">ChecksumVerifyingInputStream</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">A stream that verifies the checksum of the data read once the stream is
 exhausted.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html#ChecksumVerifyingInputStream(java.util.zip.Checksum,%20java.io.InputStream,%20long,%20long)">ChecksumVerifyingInputStream(Checksum, InputStream, long, long)</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html" title="class in org.apache.commons.compress.utils">ChecksumVerifyingInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#CHKSUM_OFFSET">CHKSUM_OFFSET</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Offset of the checksum field within header record.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#CHKSUMLEN">CHKSUMLEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the checksum field in a header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html#chooseBlockSize(long)">chooseBlockSize(long)</a></span> - Static method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorOutputStream</a></dt>
<dd>
<div class="block">Chooses a blocksize based on the given length of the data to compress.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/BitInputStream.html#clearBitCache()">clearBitCache()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/BitInputStream.html" title="class in org.apache.commons.compress.utils">BitInputStream</a></dt>
<dd>
<div class="block">Clears the cache of bits that have been read from the
 underlying stream but not yet provided via <a href="./org/apache/commons/compress/utils/BitInputStream.html#readBits(int)"><code>BitInputStream.readBits(int)</code></a>.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/sevenz/CLI.html" title="class in org.apache.commons.compress.archivers.sevenz"><span class="strong">CLI</span></a> - Class in <a href="./org/apache/commons/compress/archivers/sevenz/package-summary.html">org.apache.commons.compress.archivers.sevenz</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/CLI.html#CLI()">CLI()</a></span> - Constructor for class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/CLI.html" title="class in org.apache.commons.compress.archivers.sevenz">CLI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#clone()">clone()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#clone()">clone()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#clone()">clone()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#clone()">clone()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#clone()">clone()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Overwrite clone.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#clone()">clone()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html#clone()">clone()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveOutputStream</a></dt>
<dd>
<div class="block">Calls finish if necessary, and then closes the OutputStream</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveInputStream</a></dt>
<dd>
<div class="block">Closes the CPIO input stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveOutputStream</a></dt>
<dd>
<div class="block">Closes the CPIO output stream as well as the stream being filtered.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveInputStream</a></dt>
<dd>
<div class="block">Closes the stream for this entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZFile</a></dt>
<dd>
<div class="block">Closes the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZOutputFile</a></dt>
<dd>
<div class="block">Closes the archive, calling <a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html#finish()"><code>SevenZOutputFile.finish()</code></a> if necessary.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Closes this stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Closes the underlying OutputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ScatterZipOutputStream</a></dt>
<dd>
<div class="block">Closes this stream, freeing all resources involved in the creation of this stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html" title="class in org.apache.commons.compress.archivers.zip">StreamCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Closes this output stream and releases any system resources
 associated with the stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#close()">close()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Closes the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorInputStream</a></dt>
<dd>
<div class="block">Closes the input stream (unless it is System.in).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html" title="class in org.apache.commons.compress.compressors.lzma">LZMACompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorOutputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.lzma">LZMACompressorOutputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">FramedSnappyCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">SnappyCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/parallel/FileBasedScatterGatherBackingStore.html#close()">close()</a></span> - Method in class org.apache.commons.compress.parallel.<a href="./org/apache/commons/compress/parallel/FileBasedScatterGatherBackingStore.html" title="class in org.apache.commons.compress.parallel">FileBasedScatterGatherBackingStore</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/BitInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/BitInputStream.html" title="class in org.apache.commons.compress.utils">BitInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/BoundedInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/BoundedInputStream.html" title="class in org.apache.commons.compress.utils">BoundedInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html#close()">close()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html" title="class in org.apache.commons.compress.utils">ChecksumVerifyingInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html#close()">close()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils">SeekableInMemoryByteChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html#closeArchiveEntry()">closeArchiveEntry()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html#closeArchiveEntry()">closeArchiveEntry()</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></dt>
<dd>
<div class="block">Closes the archive entry, writing any trailer information that may
 be required.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html#closeArchiveEntry()">closeArchiveEntry()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html#closeArchiveEntry()">closeArchiveEntry()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZOutputFile</a></dt>
<dd>
<div class="block">Closes the archive entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#closeArchiveEntry()">closeArchiveEntry()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Close an entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#closeArchiveEntry()">closeArchiveEntry()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Writes all necessary data for this entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/parallel/FileBasedScatterGatherBackingStore.html#closeForWriting()">closeForWriting()</a></span> - Method in class org.apache.commons.compress.parallel.<a href="./org/apache/commons/compress/parallel/FileBasedScatterGatherBackingStore.html" title="class in org.apache.commons.compress.parallel">FileBasedScatterGatherBackingStore</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/parallel/ScatterGatherBackingStore.html#closeForWriting()">closeForWriting()</a></span> - Method in interface org.apache.commons.compress.parallel.<a href="./org/apache/commons/compress/parallel/ScatterGatherBackingStore.html" title="interface in org.apache.commons.compress.parallel">ScatterGatherBackingStore</a></dt>
<dd>
<div class="block">Closes this backing store for further writing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#closeQuietly(org.apache.commons.compress.archivers.zip.ZipFile)">closeQuietly(ZipFile)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">close a zipfile quietly; throw no io fault, do nothing
 on a null parameter</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/IOUtils.html#closeQuietly(java.io.Closeable)">closeQuietly(Closeable)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/IOUtils.html" title="class in org.apache.commons.compress.utils">IOUtils</a></dt>
<dd>
<div class="block">Closes the given Closeable and swallows any IOException that may occur.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/CompressorException.html" title="class in org.apache.commons.compress.compressors"><span class="strong">CompressorException</span></a> - Exception in <a href="./org/apache/commons/compress/compressors/package-summary.html">org.apache.commons.compress.compressors</a></dt>
<dd>
<div class="block">Compressor related exception</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorException.html#CompressorException(java.lang.String)">CompressorException(String)</a></span> - Constructor for exception org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorException.html" title="class in org.apache.commons.compress.compressors">CompressorException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorException.html#CompressorException(java.lang.String,%20java.lang.Throwable)">CompressorException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorException.html" title="class in org.apache.commons.compress.compressors">CompressorException</a></dt>
<dd>
<div class="block">Constructs a new exception with the specified detail message and cause.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/CompressorInputStream.html" title="class in org.apache.commons.compress.compressors"><span class="strong">CompressorInputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/package-summary.html">org.apache.commons.compress.compressors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorInputStream.html#CompressorInputStream()">CompressorInputStream()</a></span> - Constructor for class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorInputStream.html" title="class in org.apache.commons.compress.compressors">CompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/compressors/CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors"><span class="strong">CompressorOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/package-summary.html">org.apache.commons.compress.compressors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorOutputStream.html#CompressorOutputStream()">CompressorOutputStream()</a></span> - Constructor for class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors">CompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors"><span class="strong">CompressorStreamFactory</span></a> - Class in <a href="./org/apache/commons/compress/compressors/package-summary.html">org.apache.commons.compress.compressors</a></dt>
<dd>
<div class="block">
 Factory to create Compressor[In|Out]putStreams from names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#CompressorStreamFactory()">CompressorStreamFactory()</a></span> - Constructor for class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Create an instance with the decompress Concatenated option set to false.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#CompressorStreamFactory(boolean)">CompressorStreamFactory(boolean)</a></span> - Constructor for class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Create an instance with the provided decompress Concatenated option.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/CompressorStreamProvider.html" title="interface in org.apache.commons.compress.compressors"><span class="strong">CompressorStreamProvider</span></a> - Interface in <a href="./org/apache/commons/compress/compressors/package-summary.html">org.apache.commons.compress.compressors</a></dt>
<dd>
<div class="block">Creates Compressor <a href="./org/apache/commons/compress/compressors/CompressorInputStream.html" title="class in org.apache.commons.compress.compressors"><code>CompressorInputStream</code></a>s and
 <a href="./org/apache/commons/compress/compressors/CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors"><code>CompressorOutputStream</code></a>s.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#computeCheckSum(byte[])">computeCheckSum(byte[])</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Compute the checksum of a tar entry header.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/IOUtils.html#copy(java.io.InputStream,%20java.io.OutputStream)">copy(InputStream, OutputStream)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/IOUtils.html" title="class in org.apache.commons.compress.utils">IOUtils</a></dt>
<dd>
<div class="block">Copies the content of a InputStream into an OutputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/IOUtils.html#copy(java.io.InputStream,%20java.io.OutputStream,%20int)">copy(InputStream, OutputStream, int)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/IOUtils.html" title="class in org.apache.commons.compress.utils">IOUtils</a></dt>
<dd>
<div class="block">Copies the content of a InputStream into an OutputStream</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#copyRawEntries(org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream,%20org.apache.commons.compress.archivers.zip.ZipArchiveEntryPredicate)">copyRawEntries(ZipArchiveOutputStream, ZipArchiveEntryPredicate)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Transfer selected entries from this zipfile to a given #ZipArchiveOutputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html#count(int)">count(int)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveInputStream</a></dt>
<dd>
<div class="block">Increments the counter of already read bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html#count(long)">count(long)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveInputStream</a></dt>
<dd>
<div class="block">Increments the counter of already read bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html#count(int)">count(int)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></dt>
<dd>
<div class="block">Increments the counter of already written bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html#count(long)">count(long)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></dt>
<dd>
<div class="block">Increments the counter of already written bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorInputStream.html#count(int)">count(int)</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorInputStream.html" title="class in org.apache.commons.compress.compressors">CompressorInputStream</a></dt>
<dd>
<div class="block">Increments the counter of already read bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorInputStream.html#count(long)">count(long)</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorInputStream.html" title="class in org.apache.commons.compress.compressors">CompressorInputStream</a></dt>
<dd>
<div class="block">Increments the counter of already read bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CountingInputStream.html#count(long)">count(long)</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CountingInputStream.html" title="class in org.apache.commons.compress.utils">CountingInputStream</a></dt>
<dd>
<div class="block">Increments the counter of already read bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CountingOutputStream.html#count(long)">count(long)</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CountingOutputStream.html" title="class in org.apache.commons.compress.utils">CountingOutputStream</a></dt>
<dd>
<div class="block">Increments the counter of already written bytes.</div>
</dd>
<dt><a href="./org/apache/commons/compress/utils/CountingInputStream.html" title="class in org.apache.commons.compress.utils"><span class="strong">CountingInputStream</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">Stream that tracks the number of bytes read.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CountingInputStream.html#CountingInputStream(java.io.InputStream)">CountingInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CountingInputStream.html" title="class in org.apache.commons.compress.utils">CountingInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/utils/CountingOutputStream.html" title="class in org.apache.commons.compress.utils"><span class="strong">CountingOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">Stream that tracks the number of bytes read.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CountingOutputStream.html#CountingOutputStream(java.io.OutputStream)">CountingOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CountingOutputStream.html" title="class in org.apache.commons.compress.utils">CountingOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#CPIO">CPIO</a></span> - Static variable in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "cpio") used to identify the CPIO archive format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#CPIO_TRAILER">CPIO_TRAILER</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">The special trailer marker</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio"><span class="strong">CpioArchiveEntry</span></a> - Class in <a href="./org/apache/commons/compress/archivers/cpio/package-summary.html">org.apache.commons.compress.archivers.cpio</a></dt>
<dd>
<div class="block">A cpio archive consists of a sequence of files.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#CpioArchiveEntry(short)">CpioArchiveEntry(short)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Creates a CPIOArchiveEntry with a specified format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#CpioArchiveEntry(java.lang.String)">CpioArchiveEntry(String)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Creates a CPIOArchiveEntry with a specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#CpioArchiveEntry(short,%20java.lang.String)">CpioArchiveEntry(short, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Creates a CPIOArchiveEntry with a specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#CpioArchiveEntry(java.lang.String,%20long)">CpioArchiveEntry(String, long)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Creates a CPIOArchiveEntry with a specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#CpioArchiveEntry(short,%20java.lang.String,%20long)">CpioArchiveEntry(short, String, long)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Creates a CPIOArchiveEntry with a specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#CpioArchiveEntry(java.io.File,%20java.lang.String)">CpioArchiveEntry(File, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Creates a CPIOArchiveEntry with a specified name for a
 specified file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#CpioArchiveEntry(short,%20java.io.File,%20java.lang.String)">CpioArchiveEntry(short, File, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Creates a CPIOArchiveEntry with a specified name for a
 specified file.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.cpio"><span class="strong">CpioArchiveInputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/cpio/package-summary.html">org.apache.commons.compress.archivers.cpio</a></dt>
<dd>
<div class="block">CPIOArchiveInputStream is a stream for reading cpio streams.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html#CpioArchiveInputStream(java.io.InputStream)">CpioArchiveInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveInputStream</a></dt>
<dd>
<div class="block">Construct the cpio input stream with a blocksize of <a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#BLOCK_SIZE"><code>BLOCK_SIZE</code></a> and expecting ASCII file
 names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html#CpioArchiveInputStream(java.io.InputStream,%20java.lang.String)">CpioArchiveInputStream(InputStream, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveInputStream</a></dt>
<dd>
<div class="block">Construct the cpio input stream with a blocksize of <a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#BLOCK_SIZE"><code>BLOCK_SIZE</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html#CpioArchiveInputStream(java.io.InputStream,%20int)">CpioArchiveInputStream(InputStream, int)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveInputStream</a></dt>
<dd>
<div class="block">Construct the cpio input stream with a blocksize of <a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#BLOCK_SIZE"><code>BLOCK_SIZE</code></a> expecting ASCII file
 names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html#CpioArchiveInputStream(java.io.InputStream,%20int,%20java.lang.String)">CpioArchiveInputStream(InputStream, int, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveInputStream</a></dt>
<dd>
<div class="block">Construct the cpio input stream with a blocksize of <a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#BLOCK_SIZE"><code>BLOCK_SIZE</code></a>.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.cpio"><span class="strong">CpioArchiveOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/cpio/package-summary.html">org.apache.commons.compress.archivers.cpio</a></dt>
<dd>
<div class="block">CPIOArchiveOutputStream is a stream for writing CPIO streams.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html#CpioArchiveOutputStream(java.io.OutputStream,%20short)">CpioArchiveOutputStream(OutputStream, short)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveOutputStream</a></dt>
<dd>
<div class="block">Construct the cpio output stream with a specified format, a
 blocksize of <a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#BLOCK_SIZE"><code>BLOCK_SIZE</code></a> and
 using ASCII as the file name encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html#CpioArchiveOutputStream(java.io.OutputStream,%20short,%20int)">CpioArchiveOutputStream(OutputStream, short, int)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveOutputStream</a></dt>
<dd>
<div class="block">Construct the cpio output stream with a specified format using
 ASCII as the file name encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html#CpioArchiveOutputStream(java.io.OutputStream,%20short,%20int,%20java.lang.String)">CpioArchiveOutputStream(OutputStream, short, int, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveOutputStream</a></dt>
<dd>
<div class="block">Construct the cpio output stream with a specified format using
 ASCII as the file name encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html#CpioArchiveOutputStream(java.io.OutputStream)">CpioArchiveOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveOutputStream</a></dt>
<dd>
<div class="block">Construct the cpio output stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html#CpioArchiveOutputStream(java.io.OutputStream,%20java.lang.String)">CpioArchiveOutputStream(OutputStream, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveOutputStream</a></dt>
<dd>
<div class="block">Construct the cpio output stream.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio"><span class="strong">CpioConstants</span></a> - Interface in <a href="./org/apache/commons/compress/archivers/cpio/package-summary.html">org.apache.commons.compress.archivers.cpio</a></dt>
<dd>
<div class="block">All constants needed by CPIO.</div>
</dd>
<dt><a href="./org/apache/commons/compress/utils/CRC32VerifyingInputStream.html" title="class in org.apache.commons.compress.utils"><span class="strong">CRC32VerifyingInputStream</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">A stream that verifies the CRC of the data read once the stream is
 exhausted.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CRC32VerifyingInputStream.html#CRC32VerifyingInputStream(java.io.InputStream,%20long,%20int)">CRC32VerifyingInputStream(InputStream, long, int)</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CRC32VerifyingInputStream.html" title="class in org.apache.commons.compress.utils">CRC32VerifyingInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CRC32VerifyingInputStream.html#CRC32VerifyingInputStream(java.io.InputStream,%20long,%20long)">CRC32VerifyingInputStream(InputStream, long, long)</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CRC32VerifyingInputStream.html" title="class in org.apache.commons.compress.utils">CRC32VerifyingInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#CRC_UNKNOWN">CRC_UNKNOWN</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html#create(int,%20org.apache.commons.compress.parallel.ScatterGatherBackingStore)">create(int, ScatterGatherBackingStore)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html" title="class in org.apache.commons.compress.archivers.zip">StreamCompressor</a></dt>
<dd>
<div class="block">Create a stream compressor with the given compression level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html#create(org.apache.commons.compress.parallel.ScatterGatherBackingStore)">create(ScatterGatherBackingStore)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html" title="class in org.apache.commons.compress.archivers.zip">StreamCompressor</a></dt>
<dd>
<div class="block">Create a stream compressor with the default compression level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#CREATE_TIME_BIT">CREATE_TIME_BIT</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">The bit set inside the flags by when the original creation time
 is present in this extra field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html#createArchiveEntry(java.io.File,%20java.lang.String)">createArchiveEntry(File, String)</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html#createArchiveEntry(java.io.File,%20java.lang.String)">createArchiveEntry(File, String)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></dt>
<dd>
<div class="block">Create an archive entry using the inputFile and entryName provided.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html#createArchiveEntry(java.io.File,%20java.lang.String)">createArchiveEntry(File, String)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveOutputStream</a></dt>
<dd>
<div class="block">Creates a new ArchiveEntry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html#createArchiveEntry(java.io.File,%20java.lang.String)">createArchiveEntry(File, String)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZOutputFile</a></dt>
<dd>
<div class="block">Create an archive entry using the inputFile and entryName provided.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#createArchiveEntry(java.io.File,%20java.lang.String)">createArchiveEntry(File, String)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#createArchiveEntry(java.io.File,%20java.lang.String)">createArchiveEntry(File, String)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Creates a new zip entry taking some information from the given
 file and using the provided name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#createArchiveInputStream(java.lang.String,%20java.io.InputStream)">createArchiveInputStream(String, InputStream)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Creates an archive input stream from an archiver name and an input stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#createArchiveInputStream(java.lang.String,%20java.io.InputStream,%20java.lang.String)">createArchiveInputStream(String, InputStream, String)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#createArchiveInputStream(java.io.InputStream)">createArchiveInputStream(InputStream)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Create an archive input stream from an input stream, autodetecting
 the archive type from the first few bytes of the stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamProvider.html#createArchiveInputStream(java.lang.String,%20java.io.InputStream,%20java.lang.String)">createArchiveInputStream(String, InputStream, String)</a></span> - Method in interface org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamProvider.html" title="interface in org.apache.commons.compress.archivers">ArchiveStreamProvider</a></dt>
<dd>
<div class="block">Creates an archive input stream from an archiver name and an input
 stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#createArchiveOutputStream(java.lang.String,%20java.io.OutputStream)">createArchiveOutputStream(String, OutputStream)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Creates an archive output stream from an archiver name and an output stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#createArchiveOutputStream(java.lang.String,%20java.io.OutputStream,%20java.lang.String)">createArchiveOutputStream(String, OutputStream, String)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamProvider.html#createArchiveOutputStream(java.lang.String,%20java.io.OutputStream,%20java.lang.String)">createArchiveOutputStream(String, OutputStream, String)</a></span> - Method in interface org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamProvider.html" title="interface in org.apache.commons.compress.archivers">ArchiveStreamProvider</a></dt>
<dd>
<div class="block">Creates an archive output stream from an archiver name and an output
 stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html#createCallable(org.apache.commons.compress.archivers.zip.ZipArchiveEntry,%20org.apache.commons.compress.parallel.InputStreamSupplier)">createCallable(ZipArchiveEntry, InputStreamSupplier)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html" title="class in org.apache.commons.compress.archivers.zip">ParallelScatterZipCreator</a></dt>
<dd>
<div class="block">Create a callable that will compress the given archive entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html#createCallable(org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequestSupplier)">createCallable(ZipArchiveEntryRequestSupplier)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html" title="class in org.apache.commons.compress.archivers.zip">ParallelScatterZipCreator</a></dt>
<dd>
<div class="block">Create a callable that will compress archive entry supplied by <a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequestSupplier.html" title="interface in org.apache.commons.compress.archivers.zip"><code>ZipArchiveEntryRequestSupplier</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#createCompressorInputStream(java.io.InputStream)">createCompressorInputStream(InputStream)</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Create an compressor input stream from an input stream, autodetecting the
 compressor type from the first few bytes of the stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#createCompressorInputStream(java.lang.String,%20java.io.InputStream)">createCompressorInputStream(String, InputStream)</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Creates a compressor input stream from a compressor name and an input
 stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#createCompressorInputStream(java.lang.String,%20java.io.InputStream,%20boolean)">createCompressorInputStream(String, InputStream, boolean)</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamProvider.html#createCompressorInputStream(java.lang.String,%20java.io.InputStream,%20boolean)">createCompressorInputStream(String, InputStream, boolean)</a></span> - Method in interface org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamProvider.html" title="interface in org.apache.commons.compress.compressors">CompressorStreamProvider</a></dt>
<dd>
<div class="block">Creates a compressor input stream from a compressor name and an input
 stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#createCompressorOutputStream(java.lang.String,%20java.io.OutputStream)">createCompressorOutputStream(String, OutputStream)</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Creates an compressor output stream from an compressor name and an output
 stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamProvider.html#createCompressorOutputStream(java.lang.String,%20java.io.OutputStream)">createCompressorOutputStream(String, OutputStream)</a></span> - Method in interface org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamProvider.html" title="interface in org.apache.commons.compress.compressors">CompressorStreamProvider</a></dt>
<dd>
<div class="block">Creates a compressor output stream from an compressor name and an output
 stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html#createExtraField(org.apache.commons.compress.archivers.zip.ZipShort)">createExtraField(ZipShort)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils</a></dt>
<dd>
<div class="block">Create an instance of the appropriate ExtraField, falls back to
 <a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip"><code>UnrecognizedExtraField</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html#createZipArchiveEntryRequest(org.apache.commons.compress.archivers.zip.ZipArchiveEntry,%20org.apache.commons.compress.parallel.InputStreamSupplier)">createZipArchiveEntryRequest(ZipArchiveEntry, InputStreamSupplier)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntryRequest</a></dt>
<dd>
<div class="block">Create a ZipArchiveEntryRequest</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#CTIMELEN_GNU">CTIMELEN_GNU</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the created time field in an old GNU header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#CTIMELEN_XSTAR">CTIMELEN_XSTAR</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the created time field in a xstar header buffer.</div>
</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html#DATA_DESCRIPTOR">DATA_DESCRIPTOR</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException.Feature</a></dt>
<dd>
<div class="block">The entry uses a data descriptor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#DD_SIG">DD_SIG</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Data Descriptor signature.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEncoding.html#decode(byte[])">decode(byte[])</a></span> - Method in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEncoding.html" title="interface in org.apache.commons.compress.archivers.zip">ZipEncoding</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#decompressNextSymbol()">decompressNextSymbol()</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>
<div class="block">Read the next code and expand it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/z/ZCompressorInputStream.html#decompressNextSymbol()">decompressNextSymbol()</a></span> - Method in class org.apache.commons.compress.compressors.z.<a href="./org/apache/commons/compress/compressors/z/ZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.z">ZCompressorInputStream</a></dt>
<dd>
<div class="block">Read the next code and expand it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#def">def</a></span> - Variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">This Deflater object is used for output.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#DEFAULT_BLKSIZE">DEFAULT_BLKSIZE</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Default block size</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html#DEFAULT_BLOCK_SIZE">DEFAULT_BLOCK_SIZE</a></span> - Static variable in class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">SnappyCompressorInputStream</a></dt>
<dd>
<div class="block">Default block size</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#DEFAULT_CODE_SIZE">DEFAULT_CODE_SIZE</a></span> - Static variable in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#DEFAULT_COMPRESSION">DEFAULT_COMPRESSION</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Default compression level for deflated entries.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#DEFAULT_DIR_MODE">DEFAULT_DIR_MODE</a></span> - Static variable in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Default permissions bits for directories</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnixStat.html#DEFAULT_DIR_PERM">DEFAULT_DIR_PERM</a></span> - Static variable in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnixStat.html" title="interface in org.apache.commons.compress.archivers.zip">UnixStat</a></dt>
<dd>
<div class="block">Default permissions for directories.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#DEFAULT_FILE_MODE">DEFAULT_FILE_MODE</a></span> - Static variable in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Default permissions bits for files</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnixStat.html#DEFAULT_FILE_PERM">DEFAULT_FILE_PERM</a></span> - Static variable in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnixStat.html" title="interface in org.apache.commons.compress.archivers.zip">UnixStat</a></dt>
<dd>
<div class="block">Default permissions for plain files.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnixStat.html#DEFAULT_LINK_PERM">DEFAULT_LINK_PERM</a></span> - Static variable in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnixStat.html" title="interface in org.apache.commons.compress.archivers.zip">UnixStat</a></dt>
<dd>
<div class="block">Default permissions for symbolic links.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#DEFAULT_RCDSIZE">DEFAULT_RCDSIZE</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Default record size</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html#deflate(java.io.InputStream,%20int)">deflate(InputStream, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html" title="class in org.apache.commons.compress.archivers.zip">StreamCompressor</a></dt>
<dd>
<div class="block">Deflate the given source using the supplied compression method</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#deflate()">deflate()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Writes next block of compressed data to the output stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#DEFLATE">DEFLATE</a></span> - Static variable in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "deflate") used to identify the Deflate compress method.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.deflate"><span class="strong">DeflateCompressorInputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/deflate/package-summary.html">org.apache.commons.compress.compressors.deflate</a></dt>
<dd>
<div class="block">Deflate decompressor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html#DeflateCompressorInputStream(java.io.InputStream)">DeflateCompressorInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorInputStream</a></dt>
<dd>
<div class="block">Creates a new input stream that decompresses Deflate-compressed data
 from the specified input stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html#DeflateCompressorInputStream(java.io.InputStream,%20org.apache.commons.compress.compressors.deflate.DeflateParameters)">DeflateCompressorInputStream(InputStream, DeflateParameters)</a></span> - Constructor for class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorInputStream</a></dt>
<dd>
<div class="block">Creates a new input stream that decompresses Deflate-compressed data
 from the specified input stream.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.deflate"><span class="strong">DeflateCompressorOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/deflate/package-summary.html">org.apache.commons.compress.compressors.deflate</a></dt>
<dd>
<div class="block">Deflate compressor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html#DeflateCompressorOutputStream(java.io.OutputStream)">DeflateCompressorOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorOutputStream</a></dt>
<dd>
<div class="block">Creates a Deflate compressed output stream with the default parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html#DeflateCompressorOutputStream(java.io.OutputStream,%20org.apache.commons.compress.compressors.deflate.DeflateParameters)">DeflateCompressorOutputStream(OutputStream, DeflateParameters)</a></span> - Constructor for class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorOutputStream</a></dt>
<dd>
<div class="block">Creates a Deflate compressed output stream with the specified parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#DEFLATED">DEFLATED</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Compression method for deflated entries.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/deflate/DeflateParameters.html" title="class in org.apache.commons.compress.compressors.deflate"><span class="strong">DeflateParameters</span></a> - Class in <a href="./org/apache/commons/compress/compressors/deflate/package-summary.html">org.apache.commons.compress.compressors.deflate</a></dt>
<dd>
<div class="block">Parameters for the Deflate compressor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateParameters.html#DeflateParameters()">DeflateParameters()</a></span> - Constructor for class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateParameters.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/changes/ChangeSet.html#delete(java.lang.String)">delete(String)</a></span> - Method in class org.apache.commons.compress.changes.<a href="./org/apache/commons/compress/changes/ChangeSet.html" title="class in org.apache.commons.compress.changes">ChangeSet</a></dt>
<dd>
<div class="block">Deletes the file with the filename from the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/changes/ChangeSet.html#deleteDir(java.lang.String)">deleteDir(String)</a></span> - Method in class org.apache.commons.compress.changes.<a href="./org/apache/commons/compress/changes/ChangeSet.html" title="class in org.apache.commons.compress.changes">ChangeSet</a></dt>
<dd>
<div class="block">Deletes the directory tree from the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#DEVLEN">DEVLEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of each of the device fields (major and minor) in a header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnixStat.html#DIR_FLAG">DIR_FLAG</a></span> - Static variable in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnixStat.html" title="interface in org.apache.commons.compress.archivers.zip">UnixStat</a></dt>
<dd>
<div class="block">Indicates directories.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html#DOS">DOS</a></span> - Static variable in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry.HostOs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html#dosToJavaTime(long)">dosToJavaTime(long)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html" title="class in org.apache.commons.compress.archivers.zip">ZipUtil</a></dt>
<dd>
<div class="block">Converts DOS time to Java time (number of milliseconds since
 epoch).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#DUMP">DUMP</a></span> - Static variable in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "dump") used to identify the Unix DUMP archive format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html" title="class in org.apache.commons.compress.archivers.dump"><span class="strong">DumpArchiveConstants</span></a> - Class in <a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a></dt>
<dd>
<div class="block">Various constants associated with dump archives.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.COMPRESSION_TYPE.html" title="enum in org.apache.commons.compress.archivers.dump"><span class="strong">DumpArchiveConstants.COMPRESSION_TYPE</span></a> - Enum in <a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a></dt>
<dd>
<div class="block">The type of compression.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.SEGMENT_TYPE.html" title="enum in org.apache.commons.compress.archivers.dump"><span class="strong">DumpArchiveConstants.SEGMENT_TYPE</span></a> - Enum in <a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a></dt>
<dd>
<div class="block">The type of tape segment.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump"><span class="strong">DumpArchiveEntry</span></a> - Class in <a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a></dt>
<dd>
<div class="block">This class represents an entry in a Dump archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#DumpArchiveEntry()">DumpArchiveEntry()</a></span> - Constructor for class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#DumpArchiveEntry(java.lang.String,%20java.lang.String)">DumpArchiveEntry(String, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Constructor taking only filename.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#DumpArchiveEntry(java.lang.String,%20java.lang.String,%20int,%20org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE)">DumpArchiveEntry(String, String, int, DumpArchiveEntry.TYPE)</a></span> - Constructor for class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Constructor taking name, inode and type.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.PERMISSION.html" title="enum in org.apache.commons.compress.archivers.dump"><span class="strong">DumpArchiveEntry.PERMISSION</span></a> - Enum in <a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.TYPE.html" title="enum in org.apache.commons.compress.archivers.dump"><span class="strong">DumpArchiveEntry.TYPE</span></a> - Enum in <a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveException.html" title="class in org.apache.commons.compress.archivers.dump"><span class="strong">DumpArchiveException</span></a> - Exception in <a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a></dt>
<dd>
<div class="block">Dump Archive Exception</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveException.html#DumpArchiveException()">DumpArchiveException()</a></span> - Constructor for exception org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveException.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveException.html#DumpArchiveException(java.lang.String)">DumpArchiveException(String)</a></span> - Constructor for exception org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveException.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveException.html#DumpArchiveException(java.lang.Throwable)">DumpArchiveException(Throwable)</a></span> - Constructor for exception org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveException.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveException.html#DumpArchiveException(java.lang.String,%20java.lang.Throwable)">DumpArchiveException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveException.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.dump"><span class="strong">DumpArchiveInputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a></dt>
<dd>
<div class="block">The DumpArchiveInputStream reads a UNIX dump archive as an InputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html#DumpArchiveInputStream(java.io.InputStream)">DumpArchiveInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveInputStream</a></dt>
<dd>
<div class="block">Constructor using the platform's default encoding for file
 names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html#DumpArchiveInputStream(java.io.InputStream,%20java.lang.String)">DumpArchiveInputStream(InputStream, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveInputStream</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump"><span class="strong">DumpArchiveSummary</span></a> - Class in <a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a></dt>
<dd>
<div class="block">This class represents identifying information about a Dump archive volume.</div>
</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#EFS_FLAG">EFS_FLAG</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#UFT8_NAMES_FLAG"><code>GeneralPurposeBit.UFT8_NAMES_FLAG</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#encode()">encode()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>
<div class="block">Encodes the set bits in a form suitable for ZIP archives.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#encode(byte[],%20int)">encode(byte[], int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>
<div class="block">Encodes the set bits in a form suitable for ZIP archives.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEncoding.html#encode(java.lang.String)">encode(String)</a></span> - Method in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEncoding.html" title="interface in org.apache.commons.compress.archivers.zip">ZipEncoding</a></dt>
<dd>
<div class="block">Encode a filename or a comment to a byte array suitable for
 storing it to a serialized zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html#ENCRYPTION">ENCRYPTION</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException.Feature</a></dt>
<dd>
<div class="block">The entry is encrypted.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#equals(org.apache.commons.compress.archivers.tar.TarArchiveEntry)">equals(TarArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Determine if the two entries are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Determine if the two entries are equal.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Override to make two instances with same value equal.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Override to make two instances with same value equal.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a></dt>
<dd>
<div class="block">Override to make two instances with same value equal.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#expandCodeToOutputStack(int,%20boolean)">expandCodeToOutputStack(int, boolean)</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>
<div class="block">Expands the entry with index code to the output stack and may
 create a new entry</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ExtraFieldUtils</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">ZipExtraField related methods</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html#ExtraFieldUtils()">ExtraFieldUtils()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ExtraFieldUtils.UnparseableExtraField</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">"enum" for the possible actions to take if the extra field
 cannot be parsed.</div>
</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnixStat.html#FILE_FLAG">FILE_FLAG</a></span> - Static variable in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnixStat.html" title="interface in org.apache.commons.compress.archivers.zip">UnixStat</a></dt>
<dd>
<div class="block">Indicates plain files.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html#fileBased(java.io.File)">fileBased(File)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ScatterZipOutputStream</a></dt>
<dd>
<div class="block">Create a <a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html" title="class in org.apache.commons.compress.archivers.zip"><code>ScatterZipOutputStream</code></a> with default compression level that is backed by a file</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html#fileBased(java.io.File,%20int)">fileBased(File, int)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ScatterZipOutputStream</a></dt>
<dd>
<div class="block">Create a <a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html" title="class in org.apache.commons.compress.archivers.zip"><code>ScatterZipOutputStream</code></a> that is backed by a file</div>
</dd>
<dt><a href="./org/apache/commons/compress/parallel/FileBasedScatterGatherBackingStore.html" title="class in org.apache.commons.compress.parallel"><span class="strong">FileBasedScatterGatherBackingStore</span></a> - Class in <a href="./org/apache/commons/compress/parallel/package-summary.html">org.apache.commons.compress.parallel</a></dt>
<dd>
<div class="block">ScatterGatherBackingStore that is backed by a file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/parallel/FileBasedScatterGatherBackingStore.html#FileBasedScatterGatherBackingStore(java.io.File)">FileBasedScatterGatherBackingStore(File)</a></span> - Constructor for class org.apache.commons.compress.parallel.<a href="./org/apache/commons/compress/parallel/FileBasedScatterGatherBackingStore.html" title="class in org.apache.commons.compress.parallel">FileBasedScatterGatherBackingStore</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/compressors/FileNameUtil.html" title="class in org.apache.commons.compress.compressors"><span class="strong">FileNameUtil</span></a> - Class in <a href="./org/apache/commons/compress/compressors/package-summary.html">org.apache.commons.compress.compressors</a></dt>
<dd>
<div class="block">File name mapping code for the compression formats.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/FileNameUtil.html#FileNameUtil(java.util.Map,%20java.lang.String)">FileNameUtil(Map&lt;String, String&gt;, String)</a></span> - Constructor for class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/FileNameUtil.html" title="class in org.apache.commons.compress.compressors">FileNameUtil</a></dt>
<dd>
<div class="block">sets up the utility with a map of known compressed to
 uncompressed suffix mappings and the default extension of the
 format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#finalize()">finalize()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Ensures that the close method of this zipfile is called when
 there are no more references to it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html#finalize()">finalize()</a></span> - Method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorOutputStream</a></dt>
<dd>
<div class="block">Overriden to warn about an unclosed stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.COMPRESSION_TYPE.html#find(int)">find(int)</a></span> - Static method in enum org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.COMPRESSION_TYPE.html" title="enum in org.apache.commons.compress.archivers.dump">DumpArchiveConstants.COMPRESSION_TYPE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.SEGMENT_TYPE.html#find(int)">find(int)</a></span> - Static method in enum org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.SEGMENT_TYPE.html" title="enum in org.apache.commons.compress.archivers.dump">DumpArchiveConstants.SEGMENT_TYPE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.PERMISSION.html#find(int)">find(int)</a></span> - Static method in enum org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.PERMISSION.html" title="enum in org.apache.commons.compress.archivers.dump">DumpArchiveEntry.PERMISSION</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.TYPE.html#find(int)">find(int)</a></span> - Static method in enum org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.TYPE.html" title="enum in org.apache.commons.compress.archivers.dump">DumpArchiveEntry.TYPE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#findAvailableArchiveInputStreamProviders()">findAvailableArchiveInputStreamProviders()</a></span> - Static method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Constructs a new sorted map from input stream provider names to provider
 objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#findAvailableArchiveOutputStreamProviders()">findAvailableArchiveOutputStreamProviders()</a></span> - Static method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Constructs a new sorted map from output stream provider names to provider
 objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#findAvailableCompressorInputStreamProviders()">findAvailableCompressorInputStreamProviders()</a></span> - Static method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Constructs a new sorted map from input stream provider names to provider
 objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#findAvailableCompressorOutputStreamProviders()">findAvailableCompressorOutputStreamProviders()</a></span> - Static method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Constructs a new sorted map from output stream provider names to provider
 objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html#finish()">finish()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html#finish()">finish()</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></dt>
<dd>
<div class="block">Finishes the addition of entries to this stream, without closing it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html#finish()">finish()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveOutputStream</a></dt>
<dd>
<div class="block">Finishes writing the contents of the CPIO output stream without closing
 the underlying stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html#finish()">finish()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZOutputFile</a></dt>
<dd>
<div class="block">Finishes the addition of entries to this archive, without closing it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#finish()">finish()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Ends the TAR archive without closing the underlying OutputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#finish()">finish()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Finishes the addition of entries to this stream, without closing it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html#finish()">finish()</a></span> - Method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html#finish()">finish()</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorOutputStream</a></dt>
<dd>
<div class="block">Finishes compression without closing the underlying stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#finish()">finish()</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorOutputStream</a></dt>
<dd>
<div class="block">Finishes writing compressed data to the underlying stream without closing it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorOutputStream.html#finish()">finish()</a></span> - Method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.lzma">LZMACompressorOutputStream</a></dt>
<dd>
<div class="block">Finishes compression without closing the underlying stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html#finish()">finish()</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html#finish()">finish()</a></span> - Method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorOutputStream</a></dt>
<dd>
<div class="block">Finishes compression without closing the underlying stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#finished">finished</a></span> - Variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">indicates if this archive is finished. protected for use in Jar implementation</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#flush()">flush()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#flush()">flush()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Flushes this output stream and forces any buffered output bytes
 to be written out to the stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html#flush()">flush()</a></span> - Method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html#flush()">flush()</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorOutputStream</a></dt>
<dd>
<div class="block">Flushes the encoder and calls <code>outputStream.flush()</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#flush()">flush()</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorOutputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorOutputStream.html#flush()">flush()</a></span> - Method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.lzma">LZMACompressorOutputStream</a></dt>
<dd>
<div class="block">Doesn't do anything as <code>LZMAOutputStream</code> doesn't support flushing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html#flush()">flush()</a></span> - Method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorOutputStream</a></dt>
<dd>
<div class="block">Flushes the encoder and calls <code>outputStream.flush()</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/FlushShieldFilterOutputStream.html#flush()">flush()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/FlushShieldFilterOutputStream.html" title="class in org.apache.commons.compress.utils">FlushShieldFilterOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/utils/FlushShieldFilterOutputStream.html" title="class in org.apache.commons.compress.utils"><span class="strong">FlushShieldFilterOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">Re-implements <a href="http://docs.oracle.com/javase/7/docs/api/java/io/FilterOutputStream.html?is-external=true#flush()" title="class or interface in java.io"><code>FilterOutputStream.flush()</code></a> to do nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/FlushShieldFilterOutputStream.html#FlushShieldFilterOutputStream(java.io.OutputStream)">FlushShieldFilterOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/FlushShieldFilterOutputStream.html" title="class in org.apache.commons.compress.utils">FlushShieldFilterOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#FORMAT_NEW">FORMAT_NEW</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">write/read a CPIOArchiveEntry in the new format</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#FORMAT_NEW_CRC">FORMAT_NEW_CRC</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">write/read a CPIOArchiveEntry in the new format with crc</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#FORMAT_NEW_MASK">FORMAT_NEW_MASK</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Mask for both new formats</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#FORMAT_OLD_ASCII">FORMAT_OLD_ASCII</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">write/read a CPIOArchiveEntry in the old ascii format</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#FORMAT_OLD_BINARY">FORMAT_OLD_BINARY</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">write/read a CPIOArchiveEntry in the old binary format</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#FORMAT_OLD_MASK">FORMAT_OLD_MASK</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Mask for both old formats</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#FORMAT_OLDGNU">FORMAT_OLDGNU</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">GNU format as per before tar 1.12.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#FORMAT_POSIX">FORMAT_POSIX</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Pure Posix format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#FORMAT_XSTAR">FORMAT_XSTAR</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">xstar format used by Jörg Schilling's star.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#formatCheckSumOctalBytes(long,%20byte[],%20int,%20int)">formatCheckSumOctalBytes(long, byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Writes an octal value into a buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#formatLongOctalBytes(long,%20byte[],%20int,%20int)">formatLongOctalBytes(long, byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Write an octal long integer into a buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#formatLongOctalOrBinaryBytes(long,%20byte[],%20int,%20int)">formatLongOctalOrBinaryBytes(long, byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Write an long integer into a buffer as an octal string if this
 will fit, or as a binary number otherwise.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#formatNameBytes(java.lang.String,%20byte[],%20int,%20int)">formatNameBytes(String, byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Copy a name into a buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#formatNameBytes(java.lang.String,%20byte[],%20int,%20int,%20org.apache.commons.compress.archivers.zip.ZipEncoding)">formatNameBytes(String, byte[], int, int, ZipEncoding)</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Copy a name into a buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#formatOctalBytes(long,%20byte[],%20int,%20int)">formatOctalBytes(long, byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Write an octal integer into a buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#formatUnsignedOctalString(long,%20byte[],%20int,%20int)">formatUnsignedOctalString(long, byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Fill buffer with unsigned octal number, padded with leading zeroes.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy"><span class="strong">FramedSnappyCompressorInputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/snappy/package-summary.html">org.apache.commons.compress.compressors.snappy</a></dt>
<dd>
<div class="block">CompressorInputStream for the framing Snappy format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html#FramedSnappyCompressorInputStream(java.io.InputStream)">FramedSnappyCompressorInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">FramedSnappyCompressorInputStream</a></dt>
<dd>
<div class="block">Constructs a new input stream that decompresses
 snappy-framed-compressed data from the specified input stream
 using the <a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyDialect.html#STANDARD"><code>FramedSnappyDialect.STANDARD</code></a> dialect.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html#FramedSnappyCompressorInputStream(java.io.InputStream,%20org.apache.commons.compress.compressors.snappy.FramedSnappyDialect)">FramedSnappyCompressorInputStream(InputStream, FramedSnappyDialect)</a></span> - Constructor for class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">FramedSnappyCompressorInputStream</a></dt>
<dd>
<div class="block">Constructs a new input stream that decompresses snappy-framed-compressed data
 from the specified input stream.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyDialect.html" title="enum in org.apache.commons.compress.compressors.snappy"><span class="strong">FramedSnappyDialect</span></a> - Enum in <a href="./org/apache/commons/compress/compressors/snappy/package-summary.html">org.apache.commons.compress.compressors.snappy</a></dt>
<dd>
<div class="block">Dialects of the framing format that <a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy"><code>FramedSnappyCompressorInputStream</code></a> can deal with.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html#fromDosTime(org.apache.commons.compress.archivers.zip.ZipLong)">fromDosTime(ZipLong)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html" title="class in org.apache.commons.compress.archivers.zip">ZipUtil</a></dt>
<dd>
<div class="block">Convert a DOS date/time field to a Date object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html#FS_UFS2_MAGIC">FS_UFS2_MAGIC</a></span> - Static variable in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveConstants</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">GeneralPurposeBit</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Parser/encoder for the "general purpose bit" field in ZIP's local
 file and central directory headers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#GeneralPurposeBit()">GeneralPurposeBit()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequestSupplier.html#get()">get()</a></span> - Method in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequestSupplier.html" title="interface in org.apache.commons.compress.archivers.zip">ZipArchiveEntryRequestSupplier</a></dt>
<dd>
<div class="block">Supply a <a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html" title="class in org.apache.commons.compress.archivers.zip"><code>ZipArchiveEntryRequest</code></a> to be added to a parallel archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/parallel/InputStreamSupplier.html#get()">get()</a></span> - Method in interface org.apache.commons.compress.parallel.<a href="./org/apache/commons/compress/parallel/InputStreamSupplier.html" title="interface in org.apache.commons.compress.parallel">InputStreamSupplier</a></dt>
<dd>
<div class="block">Supply an input stream for a resource.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/parallel/ScatterGatherBackingStoreSupplier.html#get()">get()</a></span> - Method in interface org.apache.commons.compress.parallel.<a href="./org/apache/commons/compress/parallel/ScatterGatherBackingStoreSupplier.html" title="interface in org.apache.commons.compress.parallel">ScatterGatherBackingStoreSupplier</a></dt>
<dd>
<div class="block">Create a ScatterGatherBackingStore.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getAccessDate()">getAccessDate()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Gets the access date.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#getAccessJavaTime()">getAccessJavaTime()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Returns the access time as a java.util.Date
 of this zip entry, or null if no such timestamp exists in the zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#getAccessJavaTime()">getAccessJavaTime()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Returns the access time as a java.util.Date
 of this zip entry, or null if no such timestamp exists in the zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getAccessTime()">getAccessTime()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Returns the time the file was last accessed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#getAccessTime()">getAccessTime()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Returns the "File last access time" of this zip entry as a
 ZipEightByteInteger object, or <a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#ZERO"><code>ZipEightByteInteger.ZERO</code></a>
 if no such timestamp exists in the zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#getAccessTime()">getAccessTime()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Returns the access time (seconds since epoch) of this zip entry
 as a ZipLong object, or null if no such timestamp exists in the
 zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/changes/ChangeSetResults.html#getAddedFromChangeSet()">getAddedFromChangeSet()</a></span> - Method in class org.apache.commons.compress.changes.<a href="./org/apache/commons/compress/changes/ChangeSetResults.html" title="class in org.apache.commons.compress.changes">ChangeSetResults</a></dt>
<dd>
<div class="block">Returns a list of filenames which has been added from the changeset</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/changes/ChangeSetResults.html#getAddedFromStream()">getAddedFromStream()</a></span> - Method in class org.apache.commons.compress.changes.<a href="./org/apache/commons/compress/changes/ChangeSetResults.html" title="class in org.apache.commons.compress.changes">ChangeSetResults</a></dt>
<dd>
<div class="block">Returns a list of filenames which has been added from the original stream</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.EncryptionAlgorithm.html#getAlgorithmByCode(int)">getAlgorithmByCode(int)</a></span> - Static method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.EncryptionAlgorithm.html" title="enum in org.apache.commons.compress.archivers.zip">PKWareExtraHeader.EncryptionAlgorithm</a></dt>
<dd>
<div class="block">Returns the EncryptionAlgorithm for the given code or null if the
 method is not known.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.HashAlgorithm.html#getAlgorithmByCode(int)">getAlgorithmByCode(int)</a></span> - Static method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.HashAlgorithm.html" title="enum in org.apache.commons.compress.archivers.zip">PKWareExtraHeader.HashAlgorithm</a></dt>
<dd>
<div class="block">Returns the HashAlgorithm for the given code or null if the method is
 not known.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getAlignmentBoundary()">getAlignmentBoundary()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the alignment boundary for this CPIO format</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html#getArchiveComment()">getArchiveComment()</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveInputStream</a></dt>
<dd>
<div class="block">Gets the archive's comment.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#getArchiveInputStreamProviders()">getArchiveInputStreamProviders()</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html#getArchiveName()">getArchiveName()</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveInputStream</a></dt>
<dd>
<div class="block">Gets the archive's recorded name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#getArchiveOutputStreamProviders()">getArchiveOutputStreamProviders()</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html#getBlockSize()">getBlockSize()</a></span> - Method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorOutputStream</a></dt>
<dd>
<div class="block">Returns the blocksize parameter specified at construction time.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#getBytes()">getBytes()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Get value as eight bytes in big endian byte order.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#getBytes(long)">getBytes(long)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Get value as eight bytes in big endian byte order.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#getBytes(java.math.BigInteger)">getBytes(BigInteger)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Get value as eight bytes in big endian byte order.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#getBytes()">getBytes()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Get value as four bytes in big endian byte order.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#getBytes(long)">getBytes(long)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Get value as four bytes in big endian byte order.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html#getBytes()">getBytes()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a></dt>
<dd>
<div class="block">Get value as two bytes in big endian byte order.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html#getBytes(int)">getBytes(int)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a></dt>
<dd>
<div class="block">Get value as two bytes in big endian byte order.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html#getBytesRead()">getBytesRead()</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveInputStream</a></dt>
<dd>
<div class="block">Returns the current number of bytes read from this stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html#getBytesRead()">getBytesRead()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html#getBytesRead()">getBytesRead()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html" title="class in org.apache.commons.compress.archivers.zip">StreamCompressor</a></dt>
<dd>
<div class="block">Return the number of bytes read from the source stream</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorInputStream.html#getBytesRead()">getBytesRead()</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorInputStream.html" title="class in org.apache.commons.compress.compressors">CompressorInputStream</a></dt>
<dd>
<div class="block">Returns the current number of bytes read from this stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CountingInputStream.html#getBytesRead()">getBytesRead()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CountingInputStream.html" title="class in org.apache.commons.compress.utils">CountingInputStream</a></dt>
<dd>
<div class="block">Returns the current number of bytes read from this stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html#getBytesWritten()">getBytesWritten()</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></dt>
<dd>
<div class="block">Returns the current number of bytes written to this stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#getBytesWritten()">getBytesWritten()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CountingOutputStream.html#getBytesWritten()">getBytesWritten()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CountingOutputStream.html" title="class in org.apache.commons.compress.utils">CountingOutputStream</a></dt>
<dd>
<div class="block">Returns the current number of bytes written to this stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html#getBytesWrittenForLastEntry()">getBytesWrittenForLastEntry()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html" title="class in org.apache.commons.compress.archivers.zip">StreamCompressor</a></dt>
<dd>
<div class="block">The number of bytes written to the output for the last entry</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getBzip2()">getBzip2()</a></span> - Static method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html#getCentralDirectoryData()">getCentralDirectoryData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AbstractUnicodeExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#getCentralDirectoryData()">getCentralDirectoryData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Delegate to local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/JarMarker.html#getCentralDirectoryData()">getCentralDirectoryData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/JarMarker.html" title="class in org.apache.commons.compress.archivers.zip">JarMarker</a></dt>
<dd>
<div class="block">The actual data to put central directory - without Header-ID or
 length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html#getCentralDirectoryData()">getCentralDirectoryData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html" title="class in org.apache.commons.compress.archivers.zip">PKWareExtraHeader</a></dt>
<dd>
<div class="block">Get the central data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html#getCentralDirectoryData()">getCentralDirectoryData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip">UnparseableExtraFieldData</a></dt>
<dd>
<div class="block">The actual data to put into central directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html#getCentralDirectoryData()">getCentralDirectoryData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnrecognizedExtraField</a></dt>
<dd>
<div class="block">Get the central data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#getCentralDirectoryData()">getCentralDirectoryData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">The actual data to put into central directory data - without Header-ID
 or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#getCentralDirectoryData()">getCentralDirectoryData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">The actual data to put into central directory data - without Header-ID
 or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#getCentralDirectoryData()">getCentralDirectoryData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>
<div class="block">The actual data to put into central directory data - without Header-ID
 or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#getCentralDirectoryData()">getCentralDirectoryData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html#getCentralDirectoryData()">getCentralDirectoryData()</a></span> - Method in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a></dt>
<dd>
<div class="block">The actual data to put into central directory - without Header-ID or
 length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getCentralDirectoryExtra()">getCentralDirectoryExtra()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Retrieves the extra data for the central directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html#getCentralDirectoryLength()">getCentralDirectoryLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AbstractUnicodeExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#getCentralDirectoryLength()">getCentralDirectoryLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Delegate to local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/JarMarker.html#getCentralDirectoryLength()">getCentralDirectoryLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/JarMarker.html" title="class in org.apache.commons.compress.archivers.zip">JarMarker</a></dt>
<dd>
<div class="block">Length of the extra field in the central directory - without
 Header-ID or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html#getCentralDirectoryLength()">getCentralDirectoryLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html" title="class in org.apache.commons.compress.archivers.zip">PKWareExtraHeader</a></dt>
<dd>
<div class="block">Get the central data length.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html#getCentralDirectoryLength()">getCentralDirectoryLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip">UnparseableExtraFieldData</a></dt>
<dd>
<div class="block">Length of the complete extra field in the central directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html#getCentralDirectoryLength()">getCentralDirectoryLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnrecognizedExtraField</a></dt>
<dd>
<div class="block">Get the central data length.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#getCentralDirectoryLength()">getCentralDirectoryLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Length of the extra field in the local file data - without
 Header-ID or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#getCentralDirectoryLength()">getCentralDirectoryLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Length of the extra field in the local file data - without
 Header-ID or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#getCentralDirectoryLength()">getCentralDirectoryLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>
<div class="block">Length of the extra field in the central directory data - without
 Header-ID or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#getCentralDirectoryLength()">getCentralDirectoryLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html#getCentralDirectoryLength()">getCentralDirectoryLength()</a></span> - Method in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a></dt>
<dd>
<div class="block">Length of the extra field in the central directory - without
 Header-ID or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveEntry.html#getCertificates()">getCertificates()</a></span> - Method in class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveEntry</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.5, not currently implemented</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getChksum()">getChksum()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the checksum.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#getClearCode()">getClearCode()</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.EncryptionAlgorithm.html#getCode()">getCode()</a></span> - Method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.EncryptionAlgorithm.html" title="enum in org.apache.commons.compress.archivers.zip">PKWareExtraHeader.EncryptionAlgorithm</a></dt>
<dd>
<div class="block">the algorithm id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.HashAlgorithm.html#getCode()">getCode()</a></span> - Method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.HashAlgorithm.html" title="enum in org.apache.commons.compress.archivers.zip">PKWareExtraHeader.HashAlgorithm</a></dt>
<dd>
<div class="block">the hash algorithm ID.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipMethod.html#getCode()">getCode()</a></span> - Method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipMethod.html" title="enum in org.apache.commons.compress.archivers.zip">ZipMethod</a></dt>
<dd>
<div class="block">the code of the compression method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#getCodeSize()">getCodeSize()</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html#getComment()">getComment()</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip">GzipParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2Utils.html#getCompressedFilename(java.lang.String)">getCompressedFilename(String)</a></span> - Static method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2Utils.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2Utils</a></dt>
<dd>
<div class="block">Maps the given filename to the name that the file should have after
 compression with bzip2.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/FileNameUtil.html#getCompressedFilename(java.lang.String)">getCompressedFilename(String)</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/FileNameUtil.html" title="class in org.apache.commons.compress.compressors">FileNameUtil</a></dt>
<dd>
<div class="block">Maps the given filename to the name that the file should have after
 compression.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipUtils.html#getCompressedFilename(java.lang.String)">getCompressedFilename(String)</a></span> - Static method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipUtils.html" title="class in org.apache.commons.compress.compressors.gzip">GzipUtils</a></dt>
<dd>
<div class="block">Maps the given filename to the name that the file should have after
 compression with gzip.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMAUtils.html#getCompressedFilename(java.lang.String)">getCompressedFilename(String)</a></span> - Static method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMAUtils.html" title="class in org.apache.commons.compress.compressors.lzma">LZMAUtils</a></dt>
<dd>
<div class="block">Maps the given filename to the name that the file should have after
 compression with lzma.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZUtils.html#getCompressedFilename(java.lang.String)">getCompressedFilename(String)</a></span> - Static method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZUtils.html" title="class in org.apache.commons.compress.compressors.xz">XZUtils</a></dt>
<dd>
<div class="block">Maps the given filename to the name that the file should have after
 compression with xz.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#getCompressedSize()">getCompressedSize()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>
<div class="block">The compressed size stored in this extra field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ScatterStatistics.html#getCompressionElapsed()">getCompressionElapsed()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ScatterStatistics.html" title="class in org.apache.commons.compress.archivers.zip">ScatterStatistics</a></dt>
<dd>
<div class="block">The number of milliseconds elapsed in the parallel compression phase</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateParameters.html#getCompressionLevel()">getCompressionLevel()</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateParameters.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateParameters</a></dt>
<dd>
<div class="block">The compression level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html#getCompressionLevel()">getCompressionLevel()</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip">GzipParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getCompressorInputStreamProviders()">getCompressorInputStreamProviders()</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getCompressorOutputStreamProviders()">getCompressorOutputStreamProviders()</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getContentMethods()">getContentMethods()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Gets the (compression) methods to use for entry's content - the
 default is LZMA2.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html#getCount()">getCount()</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveInputStream</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>this method may yield wrong results for large
 archives, use #getBytesRead instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html#getCount()">getCount()</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>this method may yield wrong results for large
 archives, use #getBytesWritten instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html#getCount()">getCount()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveInputStream</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#getCount()">getCount()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorInputStream.html#getCount()">getCount()</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorInputStream.html" title="class in org.apache.commons.compress.compressors">CompressorInputStream</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>this method may yield wrong results for large
 archives, use #getBytesRead instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getCrc()">getCrc()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use getCrcValue instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html#getCrc32()">getCrc32()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html" title="class in org.apache.commons.compress.archivers.zip">StreamCompressor</a></dt>
<dd>
<div class="block">The crc32 of the last deflated file</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getCrcValue()">getCrcValue()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Gets the CRC.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#getCreateJavaTime()">getCreateJavaTime()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Returns the create time as a a java.util.Date of this zip
 entry, or null if no such timestamp exists in the zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#getCreateJavaTime()">getCreateJavaTime()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">
 Returns the create time as a a java.util.Date
 of this zip entry, or null if no such timestamp exists in the zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#getCreateTime()">getCreateTime()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Returns the "File creation time" of this zip entry as a
 ZipEightByteInteger object, or <a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#ZERO"><code>ZipEightByteInteger.ZERO</code></a>
 if no such timestamp exists in the zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#getCreateTime()">getCreateTime()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">
 Returns the create time (seconds since epoch) of this zip entry
 as a ZipLong object, or null if no such timestamp exists in the
 zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getCreationDate()">getCreationDate()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Gets the creation date.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getCreationTime()">getCreationTime()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Get file creation time.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#getCurrentEntry()">getCurrentEntry()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Get the current TAR Archive Entry that this input stream is processing</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getDataPadCount()">getDataPadCount()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the number of bytes needed to pad the data to the alignment boundary.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getDecompressUntilEOF()">getDecompressUntilEOF()</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getDeflate()">getDeflate()</a></span> - Static method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/changes/ChangeSetResults.html#getDeleted()">getDeleted()</a></span> - Method in class org.apache.commons.compress.changes.<a href="./org/apache/commons/compress/changes/ChangeSetResults.html" title="class in org.apache.commons.compress.changes">ChangeSetResults</a></dt>
<dd>
<div class="block">Returns a list of filenames which has been deleted</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getDevice()">getDevice()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the device id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getDeviceMaj()">getDeviceMaj()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the major device id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getDeviceMin()">getDeviceMin()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the minor device id</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getDevMajor()">getDevMajor()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's major device number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getDevMinor()">getDevMinor()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's minor device number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#getDevname()">getDevname()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Get the device name, e.g., /dev/sda3 or /dev/mapper/vg0-home.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getDirectoryEntries()">getDirectoryEntries()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">If this entry represents a file, and the file is a directory, return
 an array of TarEntries for this entry's children.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#getDiskStartNumber()">getDiskStartNumber()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>
<div class="block">The disk start number stored in this extra field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#getDumpDate()">getDumpDate()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Get the date of this dump.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#getEncoding()">getEncoding()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">The encoding to use for filenames and the file comment.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#getEncoding()">getEncoding()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">The encoding to use for filenames and the file comment.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html#getEncryptionAlgorithm()">getEncryptionAlgorithm()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html" title="class in org.apache.commons.compress.archivers.zip">X0017_StrongEncryptionHeader</a></dt>
<dd>
<div class="block">Get encryption algorithm.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html#getEntries()">getEntries()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZFile</a></dt>
<dd>
<div class="block">Returns meta-data of all archive entries.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#getEntries()">getEntries()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Returns all entries.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#getEntries(java.lang.String)">getEntries(String)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Returns all named entries in the same order they appear within
 the archive's central directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#getEntriesInPhysicalOrder()">getEntriesInPhysicalOrder()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Returns all entries in physical order.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#getEntriesInPhysicalOrder(java.lang.String)">getEntriesInPhysicalOrder(String)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Returns all named entries in the same order their contents
 appear within the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#getEntry()">getEntry()</a></span> - Method in exception org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException</a></dt>
<dd>
<div class="block">The entry using the unsupported feature.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#getEntry(java.lang.String)">getEntry(String)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Returns a named entry - or <code>null</code> if no entry by
 that name exists.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#getEntryEncoding()">getEntryEncoding()</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Returns the encoding to use for arj, jar, zip, dump, cpio and tar
 files, or null for the archiver default.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getExternalAttributes()">getExternalAttributes()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Retrieves the external file attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getExtraField(org.apache.commons.compress.archivers.zip.ZipShort)">getExtraField(ZipShort)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Looks up an extra field by its header id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getExtraFields()">getExtraFields()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Retrieves all extra fields that have been parsed successfully.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getExtraFields(boolean)">getExtraFields(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Retrieves extra fields.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#getFeature()">getFeature()</a></span> - Method in exception org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException</a></dt>
<dd>
<div class="block">The unsupported feature that has been used.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getFile()">getFile()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html#getFilename()">getFilename()</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip">GzipParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#getFilesystem()">getFilesystem()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Get the last mountpoint, e.g., /home.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#getFirstRecord()">getFirstRecord()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Get the inode of the first record on this volume.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#getFlags()">getFlags()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Get the miscellaneous flags.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#getFlags()">getFlags()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Gets flags byte.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getFormat()">getFormat()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the format for this entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/StreamingNotSupportedException.html#getFormat()">getFormat()</a></span> - Method in exception org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/StreamingNotSupportedException.html" title="class in org.apache.commons.compress.archivers">StreamingNotSupportedException</a></dt>
<dd>
<div class="block">Returns the format that has been requested/detected.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getGeneralPurposeBit()">getGeneralPurposeBit()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">The "general purpose bit" field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getGeneration()">getGeneration()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Return the generation of the file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getGID()">getGID()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the group id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#getGID()">getGID()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>
<div class="block">Gets the GID as a long.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#getGroupId()">getGroupId()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getGroupId()">getGroupId()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Return the group id</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getGroupId()">getGroupId()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use #getLongGroupId instead as group ids can be
 bigger than <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Integer.MAX_VALUE</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#getGroupId()">getGroupId()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Get the group id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getGroupName()">getGroupName()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's group name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getGzip()">getGzip()</a></span> - Static method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getHasAccessDate()">getHasAccessDate()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Returns whether this entry has got an access date at all.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getHasCrc()">getHasCrc()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Returns whether this entry has got a crc.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getHasCreationDate()">getHasCreationDate()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Returns whether this entry has got a creation date at all.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0015_CertificateIdForFile.html#getHashAlgorithm()">getHashAlgorithm()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0015_CertificateIdForFile.html" title="class in org.apache.commons.compress.archivers.zip">X0015_CertificateIdForFile</a></dt>
<dd>
<div class="block">Get hash algorithm.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0016_CertificateIdForCentralDirectory.html#getHashAlgorithm()">getHashAlgorithm()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0016_CertificateIdForCentralDirectory.html" title="class in org.apache.commons.compress.archivers.zip">X0016_CertificateIdForCentralDirectory</a></dt>
<dd>
<div class="block">Get hash algorithm.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html#getHashAlgorithm()">getHashAlgorithm()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html" title="class in org.apache.commons.compress.archivers.zip">X0017_StrongEncryptionHeader</a></dt>
<dd>
<div class="block">Get hash algorithm.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getHasLastModifiedDate()">getHasLastModifiedDate()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Returns whether this entry has got a last modified date at all.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getHasWindowsAttributes()">getHasWindowsAttributes()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Returns whether this entry has windows attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getHeaderCount()">getHeaderCount()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Return the number of records in this segment.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getHeaderHoles()">getHeaderHoles()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Return the number of sparse records in this segment.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#getHeaderId()">getHeaderId()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">The Header-ID.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/JarMarker.html#getHeaderId()">getHeaderId()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/JarMarker.html" title="class in org.apache.commons.compress.archivers.zip">JarMarker</a></dt>
<dd>
<div class="block">The Header-ID.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html#getHeaderId()">getHeaderId()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html" title="class in org.apache.commons.compress.archivers.zip">PKWareExtraHeader</a></dt>
<dd>
<div class="block">Get the header id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnicodeCommentExtraField.html#getHeaderId()">getHeaderId()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnicodeCommentExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnicodeCommentExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnicodePathExtraField.html#getHeaderId()">getHeaderId()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnicodePathExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnicodePathExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html#getHeaderId()">getHeaderId()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip">UnparseableExtraFieldData</a></dt>
<dd>
<div class="block">The Header-ID.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html#getHeaderId()">getHeaderId()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnrecognizedExtraField</a></dt>
<dd>
<div class="block">Get the header id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#getHeaderId()">getHeaderId()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">The Header-ID.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#getHeaderId()">getHeaderId()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">The Header-ID.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#getHeaderId()">getHeaderId()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>
<div class="block">The Header-ID.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#getHeaderId()">getHeaderId()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html#getHeaderId()">getHeaderId()</a></span> - Method in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a></dt>
<dd>
<div class="block">The Header-ID.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getHeaderPadCount()">getHeaderPadCount()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the number of bytes needed to pad the header to the alignment boundary.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getHeaderSize()">getHeaderSize()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the header size for this CPIO format</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getHeaderType()">getHeaderType()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Return the type of the tape segment header.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#getHostname()">getHostname()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Get the hostname of the system where the dump was performed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html#getHostOs()">getHostOs()</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry</a></dt>
<dd>
<div class="block">The operating system the archive has been created on.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getIno()">getIno()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Returns the ino of the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getInode()">getInode()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the inode.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#getInputStream(org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">getInputStream(ZipArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Returns an InputStream for reading the contents of the given entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/parallel/FileBasedScatterGatherBackingStore.html#getInputStream()">getInputStream()</a></span> - Method in class org.apache.commons.compress.parallel.<a href="./org/apache/commons/compress/parallel/FileBasedScatterGatherBackingStore.html" title="class in org.apache.commons.compress.parallel">FileBasedScatterGatherBackingStore</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/parallel/ScatterGatherBackingStore.html#getInputStream()">getInputStream()</a></span> - Method in interface org.apache.commons.compress.parallel.<a href="./org/apache/commons/compress/parallel/ScatterGatherBackingStore.html" title="interface in org.apache.commons.compress.parallel">ScatterGatherBackingStore</a></dt>
<dd>
<div class="block">An input stream that contains the scattered payload</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#getInputStreamArchiveNames()">getInputStreamArchiveNames()</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamProvider.html#getInputStreamArchiveNames()">getInputStreamArchiveNames()</a></span> - Method in interface org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamProvider.html" title="interface in org.apache.commons.compress.archivers">ArchiveStreamProvider</a></dt>
<dd>
<div class="block">Gets all the input stream archive names for this provider</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getInputStreamCompressorNames()">getInputStreamCompressorNames()</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamProvider.html#getInputStreamCompressorNames()">getInputStreamCompressorNames()</a></span> - Method in interface org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamProvider.html" title="interface in org.apache.commons.compress.compressors">CompressorStreamProvider</a></dt>
<dd>
<div class="block">Gets all the input stream compressor names for this provider</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/JarMarker.html#getInstance()">getInstance()</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/JarMarker.html" title="class in org.apache.commons.compress.archivers.zip">JarMarker</a></dt>
<dd>
<div class="block">Since JarMarker is stateless we can always use the same instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getInternalAttributes()">getInternalAttributes()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Retrieves the internal file attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html#getKey()">getKey()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils.UnparseableExtraField</a></dt>
<dd>
<div class="block">Key of the action to take.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#getLabel()">getLabel()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Get dump label.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#getLastModified()">getLastModified()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>
<div class="block">Last modified time in seconds since the epoch.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#getLastModifiedDate()">getLastModifiedDate()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveEntry.html#getLastModifiedDate()">getLastModifiedDate()</a></span> - Method in interface org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveEntry.html" title="interface in org.apache.commons.compress.archivers">ArchiveEntry</a></dt>
<dd>
<div class="block">Gets the last modified date of this entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html#getLastModifiedDate()">getLastModifiedDate()</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry</a></dt>
<dd>
<div class="block">The last modified date of the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getLastModifiedDate()">getLastModifiedDate()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getLastModifiedDate()">getLastModifiedDate()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">The last modified date.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getLastModifiedDate()">getLastModifiedDate()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Gets the last modified date.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getLastModifiedDate()">getLastModifiedDate()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getLastModifiedDate()">getLastModifiedDate()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Wraps <a href="http://docs.oracle.com/javase/7/docs/api/java/util/zip/ZipEntry.html?is-external=true#getTime()" title="class or interface in java.util.zip"><code>ZipEntry.getTime()</code></a> with a <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util"><code>Date</code></a> as the
 entry's last modified date.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#getLength()">getLength()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#getLevel()">getLevel()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Get the level of this dump.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#getLinkedFile()">getLinkedFile()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Name of linked file</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getLinkName()">getLinkName()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's link name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html#getLocalFileDataData()">getLocalFileDataData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AbstractUnicodeExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#getLocalFileDataData()">getLocalFileDataData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">The actual data to put into local file data - without Header-ID
 or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/JarMarker.html#getLocalFileDataData()">getLocalFileDataData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/JarMarker.html" title="class in org.apache.commons.compress.archivers.zip">JarMarker</a></dt>
<dd>
<div class="block">The actual data to put into local file data - without Header-ID
 or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html#getLocalFileDataData()">getLocalFileDataData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html" title="class in org.apache.commons.compress.archivers.zip">PKWareExtraHeader</a></dt>
<dd>
<div class="block">Get the local data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html#getLocalFileDataData()">getLocalFileDataData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip">UnparseableExtraFieldData</a></dt>
<dd>
<div class="block">The actual data to put into local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html#getLocalFileDataData()">getLocalFileDataData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnrecognizedExtraField</a></dt>
<dd>
<div class="block">Get the local data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#getLocalFileDataData()">getLocalFileDataData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">The actual data to put into local file data - without Header-ID
 or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#getLocalFileDataData()">getLocalFileDataData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">The actual data to put into local file data - without Header-ID
 or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#getLocalFileDataData()">getLocalFileDataData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>
<div class="block">The actual data to put into local file data - without Header-ID
 or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#getLocalFileDataData()">getLocalFileDataData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html#getLocalFileDataData()">getLocalFileDataData()</a></span> - Method in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a></dt>
<dd>
<div class="block">The actual data to put into local file data - without Header-ID
 or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getLocalFileDataExtra()">getLocalFileDataExtra()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Retrieves the extra data for the local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html#getLocalFileDataLength()">getLocalFileDataLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AbstractUnicodeExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#getLocalFileDataLength()">getLocalFileDataLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Length of the extra field in the local file data - without
 Header-ID or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/JarMarker.html#getLocalFileDataLength()">getLocalFileDataLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/JarMarker.html" title="class in org.apache.commons.compress.archivers.zip">JarMarker</a></dt>
<dd>
<div class="block">Length of the extra field in the local file data - without
 Header-ID or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html#getLocalFileDataLength()">getLocalFileDataLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html" title="class in org.apache.commons.compress.archivers.zip">PKWareExtraHeader</a></dt>
<dd>
<div class="block">Get the length of the local data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html#getLocalFileDataLength()">getLocalFileDataLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip">UnparseableExtraFieldData</a></dt>
<dd>
<div class="block">Length of the complete extra field in the local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html#getLocalFileDataLength()">getLocalFileDataLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnrecognizedExtraField</a></dt>
<dd>
<div class="block">Get the length of the local data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#getLocalFileDataLength()">getLocalFileDataLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Length of the extra field in the local file data - without
 Header-ID or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#getLocalFileDataLength()">getLocalFileDataLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Length of the extra field in the local file data - without
 Header-ID or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#getLocalFileDataLength()">getLocalFileDataLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>
<div class="block">Length of the extra field in the local file data - without
 Header-ID or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#getLocalFileDataLength()">getLocalFileDataLength()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html#getLocalFileDataLength()">getLocalFileDataLength()</a></span> - Method in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a></dt>
<dd>
<div class="block">Length of the extra field in the local file data - without
 Header-ID or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getLongGroupId()">getLongGroupId()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's group id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#getLongNameData()">getLongNameData()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Get the next entry in this tar archive as longname data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getLongUserId()">getLongUserId()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's user id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#getLongValue()">getLongValue()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Get value as Java long.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#getLongValue(byte[],%20int)">getLongValue(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Helper method to get the value as a Java long from eight bytes
 starting at given array offset</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#getLongValue(byte[])">getLongValue(byte[])</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Helper method to get the value as a Java long from an eight-byte array</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getLzma()">getLzma()</a></span> - Static method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveEntry.html#getManifestAttributes()">getManifestAttributes()</a></span> - Method in class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveEntry</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.5, do not use; always returns null</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ScatterStatistics.html#getMergingElapsed()">getMergingElapsed()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ScatterStatistics.html" title="class in org.apache.commons.compress.archivers.zip">ScatterStatistics</a></dt>
<dd>
<div class="block">The number of milliseconds elapsed in merging the results of the parallel compression, the IO phase</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html#getMetaData()">getMetaData()</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorInputStream</a></dt>
<dd>
<div class="block">Provides the stream's meta data - may change with each stream
 when decompressing concatenated streams.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethodConfiguration.html#getMethod()">getMethod()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethodConfiguration.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZMethodConfiguration</a></dt>
<dd>
<div class="block">The specified method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getMethod()">getMethod()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Returns the compression method of this entry, or -1 if the
 compression method has not been specified.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html#getMethod()">getMethod()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntryRequest</a></dt>
<dd>
<div class="block">The compression method to use</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipMethod.html#getMethodByCode(int)">getMethodByCode(int)</a></span> - Static method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipMethod.html" title="enum in org.apache.commons.compress.archivers.zip">ZipMethod</a></dt>
<dd>
<div class="block">returns the <a href="./org/apache/commons/compress/archivers/zip/ZipMethod.html" title="enum in org.apache.commons.compress.archivers.zip"><code>ZipMethod</code></a> for the given code or null if the
 method is not known.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#getMode()">getMode()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html#getMode()">getMode()</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry</a></dt>
<dd>
<div class="block">File mode of this entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getMode()">getMode()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the mode of this entry (e.g. directory, regular file).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getMode()">getMode()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Return the access permissions on the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getMode()">getMode()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's mode.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#getMode()">getMode()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">File mode of this file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#getMode(int)">getMode(int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Get the file mode for given permissions with the correct file type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html#getModificationTime()">getModificationTime()</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip">GzipParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#getModifyJavaTime()">getModifyJavaTime()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Returns the modify time as a java.util.Date
 of this zip entry, or null if no such timestamp exists in the zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#getModifyJavaTime()">getModifyJavaTime()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Returns the modify time as a java.util.Date
 of this zip entry, or null if no such timestamp exists in the zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#getModifyTime()">getModifyTime()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Returns the "File last modification time" of this zip entry as
 a ZipEightByteInteger object, or <a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#ZERO"><code>ZipEightByteInteger.ZERO</code></a> if no such timestamp exists in the
 zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#getModifyTime()">getModifyTime()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Returns the modify time (seconds since epoch) of this zip entry
 as a ZipLong object, or null if no such timestamp exists in the
 zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getModTime()">getModTime()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's modification time.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#getName()">getName()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveEntry.html#getName()">getName()</a></span> - Method in interface org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveEntry.html" title="interface in org.apache.commons.compress.archivers">ArchiveEntry</a></dt>
<dd>
<div class="block">Gets the name of the entry in this archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html#getName()">getName()</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getName()">getName()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getName()">getName()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Returns the name of the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getName()">getName()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getName()">getName()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getName()">getName()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Get the name of the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html#getNameCRC32()">getNameCRC32()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AbstractUnicodeExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveInputStream.html#getNextArEntry()">getNextArEntry()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveInputStream</a></dt>
<dd>
<div class="block">Returns the next AR entry in this stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html#getNextCPIOEntry()">getNextCPIOEntry()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveInputStream</a></dt>
<dd>
<div class="block">Reads the next CPIO file entry and positions stream at the beginning of
 the entry data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html#getNextDumpEntry()">getNextDumpEntry()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveInputStream</a></dt>
<dd>
<div class="block">Read the next entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveInputStream.html#getNextEntry()">getNextEntry()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html#getNextEntry()">getNextEntry()</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveInputStream</a></dt>
<dd>
<div class="block">Returns the next Archive Entry in this Stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html#getNextEntry()">getNextEntry()</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html#getNextEntry()">getNextEntry()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html#getNextEntry()">getNextEntry()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveInputStream.html#getNextEntry()">getNextEntry()</a></span> - Method in class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html#getNextEntry()">getNextEntry()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZFile</a></dt>
<dd>
<div class="block">Returns the next Archive Entry in this archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#getNextEntry()">getNextEntry()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Returns the next Archive Entry in this Stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html#getNextEntry()">getNextEntry()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveInputStream.html#getNextJarEntry()">getNextJarEntry()</a></span> - Method in class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#getNextTarEntry()">getNextTarEntry()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Get the next entry in this tar archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html#getNextZipEntry()">getNextZipEntry()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getNlink()">getNlink()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Return the number of hard links to the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#getNTRec()">getNTRec()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Get the number of records per tape block.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getNumberOfLinks()">getNumberOfLinks()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the number of links.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getOffset()">getOffset()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Return the offset within the archive</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/InvalidFormatException.html#getOffset()">getOffset()</a></span> - Method in exception org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/InvalidFormatException.html" title="class in org.apache.commons.compress.archivers.dump">InvalidFormatException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html#getOperatingSystem()">getOperatingSystem()</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip">GzipParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethodConfiguration.html#getOptions()">getOptions()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethodConfiguration.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZMethodConfiguration</a></dt>
<dd>
<div class="block">The specified options.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#getOutputStreamArchiveNames()">getOutputStreamArchiveNames()</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamProvider.html#getOutputStreamArchiveNames()">getOutputStreamArchiveNames()</a></span> - Method in interface org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamProvider.html" title="interface in org.apache.commons.compress.archivers">ArchiveStreamProvider</a></dt>
<dd>
<div class="block">Gets all the output stream archive names for this provider</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getOutputStreamCompressorNames()">getOutputStreamCompressorNames()</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamProvider.html#getOutputStreamCompressorNames()">getOutputStreamCompressorNames()</a></span> - Method in interface org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamProvider.html" title="interface in org.apache.commons.compress.compressors">CompressorStreamProvider</a></dt>
<dd>
<div class="block">Gets all the output stream compressor names for this provider</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getPack200()">getPack200()</a></span> - Static method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html#getPayloadStream()">getPayloadStream()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntryRequest</a></dt>
<dd>
<div class="block">The paylaod that will be added to this zip entry</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getPermissions()">getPermissions()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Returns the permissions on the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getPlatform()">getPlatform()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Platform specification to put into the &quot;version made
 by&quot; part of the central file header.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#getPrefix(int)">getPrefix(int)</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#getPrefixesLength()">getPrefixesLength()</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#getPreviousDumpDate()">getPreviousDumpDate()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Get the date of the previous dump at this level higher.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getRawFlag()">getRawFlag()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">The content of the flags field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#getRawInputStream(org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">getRawInputStream(ZipArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Expose the raw stream of the archive entry (compressed form).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getRawName()">getRawName()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Returns the raw bytes that made up the name before it has been
 converted using the configured or guessed encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getRealSize()">getRealSize()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's real file size in case of a sparse file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0015_CertificateIdForFile.html#getRecordCount()">getRecordCount()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0015_CertificateIdForFile.html" title="class in org.apache.commons.compress.archivers.zip">X0015_CertificateIdForFile</a></dt>
<dd>
<div class="block">Get record count.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0016_CertificateIdForCentralDirectory.html#getRecordCount()">getRecordCount()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0016_CertificateIdForCentralDirectory.html" title="class in org.apache.commons.compress.archivers.zip">X0016_CertificateIdForCentralDirectory</a></dt>
<dd>
<div class="block">Get record count.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html#getRecordCount()">getRecordCount()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html" title="class in org.apache.commons.compress.archivers.zip">X0017_StrongEncryptionHeader</a></dt>
<dd>
<div class="block">Get record count.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#getRecordSize()">getRecordSize()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Get the record size being used by this stream's buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#getRecordSize()">getRecordSize()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Get the record size being used by this stream's TarBuffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#getRelativeHeaderOffset()">getRelativeHeaderOffset()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>
<div class="block">The relative header offset stored in this extra field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getRemoteDevice()">getRemoteDevice()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the remote device id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getRemoteDeviceMaj()">getRemoteDeviceMaj()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the remote major device id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getRemoteDeviceMin()">getRemoteDeviceMin()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the remote minor device id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getSimpleName()">getSimpleName()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Returns the path of the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getSingleton()">getSingleton()</a></span> - Static method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#getSize()">getSize()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveEntry.html#getSize()">getSize()</a></span> - Method in interface org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveEntry.html" title="interface in org.apache.commons.compress.archivers">ArchiveEntry</a></dt>
<dd>
<div class="block">Gets the uncompressed size of this entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html#getSize()">getSize()</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's file size.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getSize()">getSize()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the filesize.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getSize()">getSize()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Returns the size of the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getSize()">getSize()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's file size.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getSize()">getSize()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's file size.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#getSize()">getSize()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>
<div class="block">The uncompressed size stored in this extra field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getSize()">getSize()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Gets the uncompressed size of the entry data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html#getSize()">getSize()</a></span> - Method in class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">SnappyCompressorInputStream</a></dt>
<dd>
<div class="block">Get the uncompressed size of the stream</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getSnappyFramed()">getSnappyFramed()</a></span> - Static method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getSnappyRaw()">getSnappyRaw()</a></span> - Static method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html#getStatisticsMessage()">getStatisticsMessage()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html" title="class in org.apache.commons.compress.archivers.zip">ParallelScatterZipCreator</a></dt>
<dd>
<div class="block">Returns a message describing the overall statistics of the compression run</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html#getSummary()">getSummary()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveInputStream</a></dt>
<dd>
<div class="block">Return the archive summary information.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#getTableSize()">getTableSize()</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getTime()">getTime()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the time in seconds.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html#getTotalBytesWritten()">getTotalBytesWritten()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html" title="class in org.apache.commons.compress.archivers.zip">StreamCompressor</a></dt>
<dd>
<div class="block">The total number of bytes written to the output for all files</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getType()">getType()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Get the type of the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#getUID()">getUID()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Get the user id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#getUID()">getUID()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>
<div class="block">Gets the UID as a long.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2Utils.html#getUncompressedFilename(java.lang.String)">getUncompressedFilename(String)</a></span> - Static method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2Utils.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2Utils</a></dt>
<dd>
<div class="block">Maps the given name of a bzip2-compressed file to the name that the
 file should have after uncompression.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/FileNameUtil.html#getUncompressedFilename(java.lang.String)">getUncompressedFilename(String)</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/FileNameUtil.html" title="class in org.apache.commons.compress.compressors">FileNameUtil</a></dt>
<dd>
<div class="block">Maps the given name of a compressed file to the name that the
 file should have after uncompression.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipUtils.html#getUncompressedFilename(java.lang.String)">getUncompressedFilename(String)</a></span> - Static method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipUtils.html" title="class in org.apache.commons.compress.compressors.gzip">GzipUtils</a></dt>
<dd>
<div class="block">Maps the given name of a gzip-compressed file to the name that the
 file should have after uncompression.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMAUtils.html#getUncompressedFilename(java.lang.String)">getUncompressedFilename(String)</a></span> - Static method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMAUtils.html" title="class in org.apache.commons.compress.compressors.lzma">LZMAUtils</a></dt>
<dd>
<div class="block">Maps the given name of a lzma-compressed file to the name that
 the file should have after uncompression.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZUtils.html#getUncompressedFilename(java.lang.String)">getUncompressedFilename(String)</a></span> - Static method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZUtils.html" title="class in org.apache.commons.compress.compressors.xz">XZUtils</a></dt>
<dd>
<div class="block">Maps the given name of a xz-compressed file to the name that the
 file should have after uncompression.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html#getUnicodeName()">getUnicodeName()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AbstractUnicodeExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html#getUnixMode()">getUnixMode()</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry</a></dt>
<dd>
<div class="block">File mode of this entry as Unix stat value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getUnixMode()">getUnixMode()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Unix permission.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#getUnixSymlink(org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">getUnixSymlink(ZipArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">
 Convenience method to return the entry's content as a String if isUnixSymlink()
 returns true for it, otherwise returns null.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getUnparseableExtraFieldData()">getUnparseableExtraFieldData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Looks up extra field data that couldn't be parsed correctly.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#getUserId()">getUserId()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getUserId()">getUserId()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Return the user id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getUserId()">getUserId()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use #getLongUserId instead as user ids can be
 bigger than <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Integer.MAX_VALUE</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#getUserId()">getUserId()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Get the user id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#getUserName()">getUserName()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's user name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#getValue()">getValue()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Get value as Java long.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#getValue(byte[],%20int)">getValue(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Helper method to get the value as a Java BigInteger from eight
 bytes starting at given array offset</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#getValue(byte[])">getValue(byte[])</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Helper method to get the value as a Java long from an eight-byte array</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#getValue()">getValue()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Get value as Java long.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#getValue(byte[],%20int)">getValue(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Helper method to get the value as a Java long from four bytes starting at given array offset</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#getValue(byte[])">getValue(byte[])</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Helper method to get the value as a Java long from a four-byte array</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html#getValue()">getValue()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a></dt>
<dd>
<div class="block">Get value as Java int.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html#getValue(byte[],%20int)">getValue(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a></dt>
<dd>
<div class="block">Helper method to get the value as a java int from two bytes starting at given array offset</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html#getValue(byte[])">getValue(byte[])</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a></dt>
<dd>
<div class="block">Helper method to get the value as a java int from a two-byte array</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getVersionMadeBy()">getVersionMadeBy()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">The "version made by" field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#getVersionRequired()">getVersionRequired()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">The "version required to expand" field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#getVolume()">getVolume()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Return the tape volume where this file is located.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#getVolume()">getVolume()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Get volume (tape) number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#getWindowsAttributes()">getWindowsAttributes()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Gets the windows attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getXz()">getXz()</a></span> - Static method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#getZ()">getZ()</a></span> - Static method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEncodingHelper.html#getZipEncoding(java.lang.String)">getZipEncoding(String)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEncodingHelper.html" title="class in org.apache.commons.compress.archivers.zip">ZipEncodingHelper</a></dt>
<dd>
<div class="block">Instantiates a zip encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#GIDLEN">GIDLEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the group id field in a header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#GNAMELEN">GNAMELEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the group name field in a header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#GNU_LONGLINK">GNU_LONGLINK</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The name of the GNU tar entry which contains a long name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#GZIP">GZIP</a></span> - Static variable in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "gz") used to identify the GZIP compression
 algorithm.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.gzip"><span class="strong">GzipCompressorInputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/gzip/package-summary.html">org.apache.commons.compress.compressors.gzip</a></dt>
<dd>
<div class="block">Input stream that decompresses .gz files.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html#GzipCompressorInputStream(java.io.InputStream)">GzipCompressorInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorInputStream</a></dt>
<dd>
<div class="block">Constructs a new input stream that decompresses gzip-compressed data
 from the specified input stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html#GzipCompressorInputStream(java.io.InputStream,%20boolean)">GzipCompressorInputStream(InputStream, boolean)</a></span> - Constructor for class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorInputStream</a></dt>
<dd>
<div class="block">Constructs a new input stream that decompresses gzip-compressed data
 from the specified input stream.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.gzip"><span class="strong">GzipCompressorOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/gzip/package-summary.html">org.apache.commons.compress.compressors.gzip</a></dt>
<dd>
<div class="block">Compressed output stream using the gzip format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#GzipCompressorOutputStream(java.io.OutputStream)">GzipCompressorOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorOutputStream</a></dt>
<dd>
<div class="block">Creates a gzip compressed output stream with the default parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#GzipCompressorOutputStream(java.io.OutputStream,%20org.apache.commons.compress.compressors.gzip.GzipParameters)">GzipCompressorOutputStream(OutputStream, GzipParameters)</a></span> - Constructor for class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorOutputStream</a></dt>
<dd>
<div class="block">Creates a gzip compressed output stream with the specified parameters.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip"><span class="strong">GzipParameters</span></a> - Class in <a href="./org/apache/commons/compress/compressors/gzip/package-summary.html">org.apache.commons.compress.compressors.gzip</a></dt>
<dd>
<div class="block">Parameters for the GZIP compressor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html#GzipParameters()">GzipParameters()</a></span> - Constructor for class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip">GzipParameters</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/compressors/gzip/GzipUtils.html" title="class in org.apache.commons.compress.compressors.gzip"><span class="strong">GzipUtils</span></a> - Class in <a href="./org/apache/commons/compress/compressors/gzip/package-summary.html">org.apache.commons.compress.compressors.gzip</a></dt>
<dd>
<div class="block">Utility code for the gzip compression format.</div>
</dd>
</dl>
<a name="_H_">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Hashcodes are based on entry names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Get the hashCode of the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Override to make two instances with same value equal.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Override to make two instances with same value equal.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a></dt>
<dd>
<div class="block">Override to make two instances with same value equal.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ServiceLoaderIterator.html#hasNext()">hasNext()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ServiceLoaderIterator.html" title="class in org.apache.commons.compress.utils">ServiceLoaderIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#hasStream()">hasStream()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Whether there is any content associated with this entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#HEADER">HEADER</a></span> - Static variable in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>
<div class="block">The header for each entry</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html#HIGH_DENSITY_NTREC">HIGH_DENSITY_NTREC</a></span> - Static variable in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveConstants</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#in">in</a></span> - Variable in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#incrementCodeSize()">incrementCodeSize()</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#initializeTables(int)">initializeTables(int)</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>
<div class="block">Initializes the arrays based on the maximum code size.</div>
</dd>
<dt><a href="./org/apache/commons/compress/parallel/InputStreamSupplier.html" title="interface in org.apache.commons.compress.parallel"><span class="strong">InputStreamSupplier</span></a> - Interface in <a href="./org/apache/commons/compress/parallel/package-summary.html">org.apache.commons.compress.parallel</a></dt>
<dd>
<div class="block">Supplies input streams.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/InvalidFormatException.html" title="class in org.apache.commons.compress.archivers.dump"><span class="strong">InvalidFormatException</span></a> - Exception in <a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a></dt>
<dd>
<div class="block">Invalid Format Exception.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/InvalidFormatException.html#InvalidFormatException()">InvalidFormatException()</a></span> - Constructor for exception org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/InvalidFormatException.html" title="class in org.apache.commons.compress.archivers.dump">InvalidFormatException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/InvalidFormatException.html#InvalidFormatException(long)">InvalidFormatException(long)</a></span> - Constructor for exception org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/InvalidFormatException.html" title="class in org.apache.commons.compress.archivers.dump">InvalidFormatException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/utils/IOUtils.html" title="class in org.apache.commons.compress.utils"><span class="strong">IOUtils</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">Utility functions</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#isAntiItem()">isAntiItem()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Indicates whether this is an "anti-item" used in differential backups,
 meaning it should delete the same file from a previous backup.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ArchiveUtils.html#isArrayZero(byte[],%20int)">isArrayZero(byte[], int)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></dt>
<dd>
<div class="block">Returns true if the first N bytes of an array are all zero</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#isAtEOF()">isAtEOF()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#isBit0_modifyTimePresent()">isBit0_modifyTimePresent()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Returns whether bit0 of the flags byte is set or not,
 which should correspond to the presence or absence of
 a modify timestamp in this particular zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#isBit1_accessTimePresent()">isBit1_accessTimePresent()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Returns whether bit1 of the flags byte is set or not,
 which should correspond to the presence or absence of
 a "last access" timestamp in this particular zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#isBit2_createTimePresent()">isBit2_createTimePresent()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Returns whether bit2 of the flags byte is set or not,
 which should correspond to the presence or absence of
 a create timestamp in this particular zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#isBlkDev()">isBlkDev()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Is this a block device?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#isBlockDevice()">isBlockDevice()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Check if this entry represents a block device.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isBlockDevice()">isBlockDevice()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Check if this is a block device entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#isCharacterDevice()">isCharacterDevice()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Check if this entry represents a character device.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isCharacterDevice()">isCharacterDevice()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Check if this is a character device entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isCheckSumOK()">isCheckSumOK()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Get this entry's checksum status.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#isChrDev()">isChrDev()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Is this a character device?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#isCompressed()">isCompressed()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Is this volume compressed?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2Utils.html#isCompressedFilename(java.lang.String)">isCompressedFilename(String)</a></span> - Static method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2Utils.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2Utils</a></dt>
<dd>
<div class="block">Detects common bzip2 suffixes in the given filename.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/FileNameUtil.html#isCompressedFilename(java.lang.String)">isCompressedFilename(String)</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/FileNameUtil.html" title="class in org.apache.commons.compress.compressors">FileNameUtil</a></dt>
<dd>
<div class="block">Detects common format suffixes in the given filename.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipUtils.html#isCompressedFilename(java.lang.String)">isCompressedFilename(String)</a></span> - Static method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipUtils.html" title="class in org.apache.commons.compress.compressors.gzip">GzipUtils</a></dt>
<dd>
<div class="block">Detects common gzip suffixes in the given filename.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMAUtils.html#isCompressedFilename(java.lang.String)">isCompressedFilename(String)</a></span> - Static method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMAUtils.html" title="class in org.apache.commons.compress.compressors.lzma">LZMAUtils</a></dt>
<dd>
<div class="block">Detects common lzma suffixes in the given filename.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZUtils.html#isCompressedFilename(java.lang.String)">isCompressedFilename(String)</a></span> - Static method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZUtils.html" title="class in org.apache.commons.compress.compressors.xz">XZUtils</a></dt>
<dd>
<div class="block">Detects common xz suffixes in the given filename.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#isDeleted()">isDeleted()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Has this file been deleted?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isDescendent(org.apache.commons.compress.archivers.tar.TarArchiveEntry)">isDescendent(TarArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Determine if the given entry is a descendant of this entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#isDirectory()">isDirectory()</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveEntry.html#isDirectory()">isDirectory()</a></span> - Method in interface org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveEntry.html" title="interface in org.apache.commons.compress.archivers">ArchiveEntry</a></dt>
<dd>
<div class="block">Returns true if this entry refers to a directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html#isDirectory()">isDirectory()</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry</a></dt>
<dd>
<div class="block">True if the entry refers to a directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#isDirectory()">isDirectory()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Check if this entry represents a directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#isDirectory()">isDirectory()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Is this a directory?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#isDirectory()">isDirectory()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Return whether or not this entry represents a directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isDirectory()">isDirectory()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Return whether or not this entry represents a directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#isDirectory()">isDirectory()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Is this entry a directory?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#isDirectory()">isDirectory()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Is this entry a directory?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#isEOFRecord(byte[])">isEOFRecord(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Determine if an archive record indicate End of Archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ArchiveUtils.html#isEqual(byte[],%20int,%20int,%20byte[],%20int,%20int,%20boolean)">isEqual(byte[], int, int, byte[], int, int, boolean)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></dt>
<dd>
<div class="block">Compare byte buffers, optionally ignoring trailing nulls</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ArchiveUtils.html#isEqual(byte[],%20int,%20int,%20byte[],%20int,%20int)">isEqual(byte[], int, int, byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></dt>
<dd>
<div class="block">Compare byte buffers</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ArchiveUtils.html#isEqual(byte[],%20byte[])">isEqual(byte[], byte[])</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></dt>
<dd>
<div class="block">Compare byte buffers</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ArchiveUtils.html#isEqual(byte[],%20byte[],%20boolean)">isEqual(byte[], byte[], boolean)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></dt>
<dd>
<div class="block">Compare byte buffers, optionally ignoring trailing nulls</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ArchiveUtils.html#isEqualWithNull(byte[],%20int,%20int,%20byte[],%20int,%20int)">isEqualWithNull(byte[], int, int, byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></dt>
<dd>
<div class="block">Compare byte buffers, ignoring trailing nulls</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isExtended()">isExtended()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Indicates in case of an oldgnu sparse file if an extension
 sparse header follows.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.html#isExtended()">isExtended()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveSparseEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#isExtendedAttributes()">isExtendedAttributes()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Does this volume cotain extended attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#ISEXTENDEDLEN_GNU">ISEXTENDEDLEN_GNU</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the is extension field in an old GNU header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#ISEXTENDEDLEN_GNU_SPARSE">ISEXTENDEDLEN_GNU_SPARSE</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the is extension field in a sparse header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#isFifo()">isFifo()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Is this a fifo/pipe?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isFIFO()">isFIFO()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Check if this is a FIFO (pipe) entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#isFile()">isFile()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Is this a regular file?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isFile()">isFile()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Check if this is a "normal file"</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isGlobalPaxHeader()">isGlobalPaxHeader()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Check if this is a Pax header.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isGNULongLinkEntry()">isGNULongLinkEntry()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Indicate if this entry is a GNU long linkname block</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isGNULongNameEntry()">isGNULongNameEntry()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Indicate if this entry is a GNU long name block</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isGNUSparse()">isGNUSparse()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Indicate if this entry is a GNU sparse block.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html#isHostOsUnix()">isHostOsUnix()</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry</a></dt>
<dd>
<div class="block">Is the operating system the archive has been created on one
 that is considered a UNIX OS by arj?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isLink()">isLink()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Check if this is a link entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#isLink()">isLink()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Is this entry a symbolic link?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMAUtils.html#isLZMACompressionAvailable()">isLZMACompressionAvailable()</a></span> - Static method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMAUtils.html" title="class in org.apache.commons.compress.compressors.lzma">LZMAUtils</a></dt>
<dd>
<div class="block">Are the classes required to support LZMA compression available?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#isMetaDataOnly()">isMetaDataOnly()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Does this volume only contain metadata?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#isNetwork()">isNetwork()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Check if this entry represents a network device.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#isNewHeader()">isNewHeader()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Is this the new header format?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#isNewInode()">isNewInode()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Is this the new inode format?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CharsetNames.html#ISO_8859_1">ISO_8859_1</a></span> - Static variable in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CharsetNames.html" title="class in org.apache.commons.compress.utils">CharsetNames</a></dt>
<dd>
<div class="block">CharEncodingISO Latin Alphabet No. 1, a.k.a.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/Charsets.html#ISO_8859_1">ISO_8859_1</a></span> - Static variable in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/Charsets.html" title="class in org.apache.commons.compress.utils">Charsets</a></dt>
<dd>
<div class="block">CharsetNamesISO Latin Alphabet No. 1, a.k.a.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isOldGNUSparse()">isOldGNUSparse()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Indicate if this entry is a GNU or star sparse block using the
 oldgnu format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html#isOpen()">isOpen()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils">SeekableInMemoryByteChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isPaxGNUSparse()">isPaxGNUSparse()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Indicate if this entry is a GNU sparse block using one of the
 PAX formats.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isPaxHeader()">isPaxHeader()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Check if this is a Pax header.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#isPipe()">isPipe()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Check if this entry represents a pipe.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#isRegularFile()">isRegularFile()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Check if this entry represents a regular file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#isSeekable()">isSeekable()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">This method indicates whether this archive is writing to a
 seekable stream (i.e., to a random access file).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#isSocket()">isSocket()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Check if this entry represents a socket.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#isSocket()">isSocket()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Is this a network device?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isSparse()">isSparse()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Check whether this is a sparse entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#isSparseRecord(int)">isSparseRecord(int)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Is this a sparse record?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isStarSparse()">isStarSparse()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Indicate if this entry is a star sparse block using PAX headers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#isSymbolicLink()">isSymbolicLink()</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Check if this entry represents a symbolic link.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#isSymbolicLink()">isSymbolicLink()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Check if this is a symbolic link entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#isUnixSymlink()">isUnixSymlink()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Returns true if this entry represents a unix symlink,
 in which case the entry's content contains the target path
 for the symlink.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZUtils.html#isXZCompressionAvailable()">isXZCompressionAvailable()</a></span> - Static method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZUtils.html" title="class in org.apache.commons.compress.compressors.xz">XZUtils</a></dt>
<dd>
<div class="block">Are the classes required to support XZ compression available?</div>
</dd>
<dt><a href="./org/apache/commons/compress/utils/Iterators.html" title="class in org.apache.commons.compress.utils"><span class="strong">Iterators</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">Iterator utilities.</div>
</dd>
</dl>
<a name="_J_">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#JAR">JAR</a></span> - Static variable in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "jar") used to identify the JAR archive format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/jar/JarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.jar"><span class="strong">JarArchiveEntry</span></a> - Class in <a href="./org/apache/commons/compress/archivers/jar/package-summary.html">org.apache.commons.compress.archivers.jar</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveEntry.html#JarArchiveEntry(java.util.zip.ZipEntry)">JarArchiveEntry(ZipEntry)</a></span> - Constructor for class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveEntry.html#JarArchiveEntry(java.lang.String)">JarArchiveEntry(String)</a></span> - Constructor for class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveEntry.html#JarArchiveEntry(org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">JarArchiveEntry(ZipArchiveEntry)</a></span> - Constructor for class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveEntry.html#JarArchiveEntry(java.util.jar.JarEntry)">JarArchiveEntry(JarEntry)</a></span> - Constructor for class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/jar/JarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.jar"><span class="strong">JarArchiveInputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/jar/package-summary.html">org.apache.commons.compress.archivers.jar</a></dt>
<dd>
<div class="block">Implements an input stream that can read entries from jar files.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveInputStream.html#JarArchiveInputStream(java.io.InputStream)">JarArchiveInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveInputStream</a></dt>
<dd>
<div class="block">Creates an instance from the input stream using the default encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveInputStream.html#JarArchiveInputStream(java.io.InputStream,%20java.lang.String)">JarArchiveInputStream(InputStream, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveInputStream</a></dt>
<dd>
<div class="block">Creates an instance from the input stream using the specified encoding.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/jar/JarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.jar"><span class="strong">JarArchiveOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/jar/package-summary.html">org.apache.commons.compress.archivers.jar</a></dt>
<dd>
<div class="block">Subclass that adds a special extra field to the very first entry
 which allows the created archive to be used as an executable jar on
 Solaris.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveOutputStream.html#JarArchiveOutputStream(java.io.OutputStream)">JarArchiveOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveOutputStream.html#JarArchiveOutputStream(java.io.OutputStream,%20java.lang.String)">JarArchiveOutputStream(OutputStream, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveOutputStream</a></dt>
<dd>
<div class="block">Create and instance that wraps the output stream using the provided encoding.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/JarMarker.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">JarMarker</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">If this extra field is added as the very first extra field of the
 archive, Solaris will consider it an executable jar file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/JarMarker.html#JarMarker()">JarMarker()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/JarMarker.html" title="class in org.apache.commons.compress.archivers.zip">JarMarker</a></dt>
<dd>
<div class="block">No-arg constructor</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#javaTimeToNtfsTime(java.util.Date)">javaTimeToNtfsTime(Date)</a></span> - Static method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Converts Java time to NTFS time.</div>
</dd>
</dl>
<a name="_L_">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html#LBLSIZE">LBLSIZE</a></span> - Static variable in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_BLK">LF_BLK</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Block device file type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_CHR">LF_CHR</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Character device file type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_CONTIG">LF_CONTIG</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Contiguous file type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_DIR">LF_DIR</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Directory file type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_FIFO">LF_FIFO</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">FIFO (pipe) file type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_GNUTYPE_LONGLINK">LF_GNUTYPE_LONGLINK</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Identifies the *next* file on the tape as having a long linkname.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_GNUTYPE_LONGNAME">LF_GNUTYPE_LONGNAME</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Identifies the *next* file on the tape as having a long name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_GNUTYPE_SPARSE">LF_GNUTYPE_SPARSE</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Sparse file type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_LINK">LF_LINK</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Link file type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_NORMAL">LF_NORMAL</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Normal file type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_OLDNORM">LF_OLDNORM</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">LF_ constants represent the "link flag" of an entry, or more commonly,
 the "entry type".</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_PAX_EXTENDED_HEADER_LC">LF_PAX_EXTENDED_HEADER_LC</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Identifies the entry as a Pax extended header.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_PAX_EXTENDED_HEADER_UC">LF_PAX_EXTENDED_HEADER_UC</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Identifies the entry as a Pax extended header (SunOS tar -E).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_PAX_GLOBAL_EXTENDED_HEADER">LF_PAX_GLOBAL_EXTENDED_HEADER</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Identifies the entry as a Pax global extended header.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LF_SYMLINK">LF_SYMLINK</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Symbolic link file type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#LFH_SIG">LFH_SIG</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Local File Header Signature</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnixStat.html#LINK_FLAG">LINK_FLAG</a></span> - Static variable in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnixStat.html" title="interface in org.apache.commons.compress.archivers.zip">UnixStat</a></dt>
<dd>
<div class="block">Indicates symbolic links.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/Lister.html" title="class in org.apache.commons.compress.archivers"><span class="strong">Lister</span></a> - Class in <a href="./org/apache/commons/compress/archivers/package-summary.html">org.apache.commons.compress.archivers</a></dt>
<dd>
<div class="block">Simple command line application that lists the contents of an archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/Lister.html#Lister()">Lister()</a></span> - Constructor for class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/Lister.html" title="class in org.apache.commons.compress.archivers">Lister</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/utils/Lists.html" title="class in org.apache.commons.compress.utils"><span class="strong">Lists</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">List utilities</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html#LONGFILE_BSD">LONGFILE_BSD</a></span> - Static variable in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveOutputStream</a></dt>
<dd>
<div class="block">BSD ar extensions are used to store long file names in the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html#LONGFILE_ERROR">LONGFILE_ERROR</a></span> - Static variable in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveOutputStream</a></dt>
<dd>
<div class="block">Fail if a long file name is required in the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#LONGFILE_ERROR">LONGFILE_ERROR</a></span> - Static variable in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Fail if a long file name is required in the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#LONGFILE_GNU">LONGFILE_GNU</a></span> - Static variable in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">GNU tar extensions are used to store long file names in the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#LONGFILE_POSIX">LONGFILE_POSIX</a></span> - Static variable in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">POSIX/PAX extensions are used to store long file names in the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#LONGFILE_TRUNCATE">LONGFILE_TRUNCATE</a></span> - Static variable in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Long paths will be truncated in the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#LONGNAMESLEN_GNU">LONGNAMESLEN_GNU</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the long names field in an old GNU header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#LZMA">LZMA</a></span> - Static variable in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "lzma") used to identify the LZMA compression method.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html" title="class in org.apache.commons.compress.compressors.lzma"><span class="strong">LZMACompressorInputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/lzma/package-summary.html">org.apache.commons.compress.compressors.lzma</a></dt>
<dd>
<div class="block">LZMA decompressor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html#LZMACompressorInputStream(java.io.InputStream)">LZMACompressorInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html" title="class in org.apache.commons.compress.compressors.lzma">LZMACompressorInputStream</a></dt>
<dd>
<div class="block">Creates a new input stream that decompresses LZMA-compressed data
 from the specified input stream.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.lzma"><span class="strong">LZMACompressorOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/lzma/package-summary.html">org.apache.commons.compress.compressors.lzma</a></dt>
<dd>
<div class="block">LZMA compressor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorOutputStream.html#LZMACompressorOutputStream(java.io.OutputStream)">LZMACompressorOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.lzma">LZMACompressorOutputStream</a></dt>
<dd>
<div class="block">Creates a LZMA compressor.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/lzma/LZMAUtils.html" title="class in org.apache.commons.compress.compressors.lzma"><span class="strong">LZMAUtils</span></a> - Class in <a href="./org/apache/commons/compress/compressors/lzma/package-summary.html">org.apache.commons.compress.compressors.lzma</a></dt>
<dd>
<div class="block">Utility code for the lzma compression format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw"><span class="strong">LZWInputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/lzw/package-summary.html">org.apache.commons.compress.compressors.lzw</a></dt>
<dd>
<div class="block">Generic LZW implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#LZWInputStream(java.io.InputStream,%20java.nio.ByteOrder)">LZWInputStream(InputStream, ByteOrder)</a></span> - Constructor for class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html#MAC_OS">MAC_OS</a></span> - Static variable in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry.HostOs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#MAGIC_ANT">MAGIC_ANT</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The magic tag representing an Ant tar archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#MAGIC_GNU">MAGIC_GNU</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The magic tag representing a GNU tar archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#MAGIC_NEW">MAGIC_NEW</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">magic number of a cpio entry in the new format</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#MAGIC_NEW_CRC">MAGIC_NEW_CRC</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">magic number of a cpio entry in the new format with crc</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#MAGIC_OFFSET">MAGIC_OFFSET</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Offset of start of magic field within header record</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#MAGIC_OLD_ASCII">MAGIC_OLD_ASCII</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">magic number of a cpio entry in the old ascii format</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#MAGIC_OLD_BINARY">MAGIC_OLD_BINARY</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">magic number of a cpio entry in the old binary format</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#MAGIC_POSIX">MAGIC_POSIX</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The magic tag representing a POSIX tar archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#MAGIC_XSTAR">MAGIC_XSTAR</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The magix string used in the last four bytes of the header to
 identify the xstar format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#MAGICLEN">MAGICLEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the magic field in a header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/Lister.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/Lister.html" title="class in org.apache.commons.compress.archivers">Lister</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/CLI.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/CLI.html" title="class in org.apache.commons.compress.archivers.sevenz">CLI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#mark(int)">mark(int)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Since we do not support marking just yet, we do nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#mark(int)">mark(int)</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#markSupported()">markSupported()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Since we do not support marking just yet, we return false.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#markSupported()">markSupported()</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ArchiveUtils.html#matchAsciiBuffer(java.lang.String,%20byte[],%20int,%20int)">matchAsciiBuffer(String, byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></dt>
<dd>
<div class="block">Check if buffer contents matches Ascii String.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ArchiveUtils.html#matchAsciiBuffer(java.lang.String,%20byte[])">matchAsciiBuffer(String, byte[])</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></dt>
<dd>
<div class="block">Check if buffer contents matches Ascii String.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches ASCII "!</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for an arj file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches one of the following magic values:
 
 Strings:

 "070701" - MAGIC_NEW
 "070702" - MAGIC_NEW_CRC
 "070707" - MAGIC_OLD_ASCII
 
 Octal Binary value:
 
 070707 - MAGIC_OLD_BINARY (held as a short) = 0x71C7 or 0xC771</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveInputStream</a></dt>
<dd>
<div class="block">Look at the first few bytes of the file to decide if it's a dump
 archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for a jar file
 (in this case it is the same as for a zip file).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZFile</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for a 7z file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for a tar file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for a zip file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for a bzip2 file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for a zlib / deflated file
  with the zlib header.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for a .gz file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html" title="class in org.apache.commons.compress.compressors.lzma">LZMACompressorInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for an lzma file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMAUtils.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMAUtils.html" title="class in org.apache.commons.compress.compressors.lzma">LZMAUtils</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for a .lzma file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for a pack200
 file (0xCAFED00D).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">FramedSnappyCompressorInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for a .sz file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for a .xz file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZUtils.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZUtils.html" title="class in org.apache.commons.compress.compressors.xz">XZUtils</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for a .xz file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/z/ZCompressorInputStream.html#matches(byte[],%20int)">matches(byte[], int)</a></span> - Static method in class org.apache.commons.compress.compressors.z.<a href="./org/apache/commons/compress/compressors/z/ZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.z">ZCompressorInputStream</a></dt>
<dd>
<div class="block">Checks if the signature matches what is expected for a Unix compress file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html#MAX_BLOCKSIZE">MAX_BLOCKSIZE</a></span> - Static variable in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorOutputStream</a></dt>
<dd>
<div class="block">The maximum supported blocksize <code>== 9</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#MAX_NAMELEN">MAX_NAMELEN</a></span> - Static variable in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Maximum length of a user's name in the tar file</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#MAXID">MAXID</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The maximum value of gid/uid in a tar archive which can
 be expressed in octal char notation (that's 7 sevens, octal).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#MAXSIZE">MAXSIZE</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The maximum size of a file in a tar archive 
 which can be expressed in octal char notation (that's 11 sevens, octal).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html#mergeCentralDirectoryData(org.apache.commons.compress.archivers.zip.ZipExtraField[])">mergeCentralDirectoryData(ZipExtraField[])</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils</a></dt>
<dd>
<div class="block">Merges the central directory fields of the given ZipExtraFields.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html#mergeLocalFileDataData(org.apache.commons.compress.archivers.zip.ZipExtraField[])">mergeLocalFileDataData(ZipExtraField[])</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils</a></dt>
<dd>
<div class="block">Merges the local file data fields of the given ZipExtraFields.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html#METHOD">METHOD</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException.Feature</a></dt>
<dd>
<div class="block">The entry used an unsupported compression method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#MILLIS_PER_SECOND">MILLIS_PER_SECOND</a></span> - Static variable in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Convert millis to seconds</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html#MIN_BLOCKSIZE">MIN_BLOCKSIZE</a></span> - Static variable in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorOutputStream</a></dt>
<dd>
<div class="block">The minimum supported blocksize <code>== 1</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#MODELEN">MODELEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the mode field in a header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#MODIFY_TIME_BIT">MODIFY_TIME_BIT</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">The bit set inside the flags by when the last modification time
 is present in this extra field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#MODTIMELEN">MODTIMELEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the modification time field in a header buffer.</div>
</dd>
</dl>
<a name="_N_">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html#NAMELEN">NAMELEN</a></span> - Static variable in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#NAMELEN">NAMELEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the name field in a header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html#NEVER">NEVER</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream.UnicodeExtraFieldPolicy</a></dt>
<dd>
<div class="block">Never create Unicode extra fields.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/Lists.html#newArrayList()">newArrayList()</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/Lists.html" title="class in org.apache.commons.compress.utils">Lists</a></dt>
<dd>
<div class="block">Creates a new <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util"><code>ArrayList</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/Lists.html#newArrayList(java.util.Iterator)">newArrayList(Iterator&lt;? extends E&gt;)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/Lists.html" title="class in org.apache.commons.compress.utils">Lists</a></dt>
<dd>
<div class="block">Creates a new <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util"><code>ArrayList</code></a> filled with the contents of the given
 <code>iterator</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/Sets.html#newHashSet(E...)">newHashSet(E...)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/Sets.html" title="class in org.apache.commons.compress.utils">Sets</a></dt>
<dd>
<div class="block">Creates a new HashSet filled with the given elements</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html#NEXT">NEXT</a></span> - Static variable in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry.HostOs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ServiceLoaderIterator.html#next()">next()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ServiceLoaderIterator.html" title="class in org.apache.commons.compress.utils">ServiceLoaderIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html#NFS_MAGIC">NFS_MAGIC</a></span> - Static variable in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200Utils.html#normalize(java.io.File)">normalize(File)</a></span> - Static method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200Utils.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200Utils</a></dt>
<dd>
<div class="block">Normalizes a JAR archive in-place so it can be safely signed
 and packed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200Utils.html#normalize(java.io.File,%20java.util.Map)">normalize(File, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200Utils.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200Utils</a></dt>
<dd>
<div class="block">Normalizes a JAR archive in-place so it can be safely signed
 and packed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200Utils.html#normalize(java.io.File,%20java.io.File)">normalize(File, File)</a></span> - Static method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200Utils.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200Utils</a></dt>
<dd>
<div class="block">Normalizes a JAR archive so it can be safely signed and packed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200Utils.html#normalize(java.io.File,%20java.io.File,%20java.util.Map)">normalize(File, File, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200Utils.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200Utils</a></dt>
<dd>
<div class="block">Normalizes a JAR archive so it can be safely signed and packed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html#NOT_ENCODEABLE">NOT_ENCODEABLE</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream.UnicodeExtraFieldPolicy</a></dt>
<dd>
<div class="block">Create Unicode extra fields for filenames that cannot be
 encoded using the specified encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#ntfsTimeToJavaTime(long)">ntfsTimeToJavaTime(long)</a></span> - Static method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Converts NTFS time (100 nanosecond units since 1 January 1601)
 to Java time.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html#NTREC">NTREC</a></span> - Static variable in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveConstants</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/InvalidFormatException.html#offset">offset</a></span> - Variable in exception org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/InvalidFormatException.html" title="class in org.apache.commons.compress.archivers.dump">InvalidFormatException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#OFFSETLEN_GNU">OFFSETLEN_GNU</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the multivolume start offset field in an old GNU header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html#OFS_MAGIC">OFS_MAGIC</a></span> - Static variable in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/package-summary.html">org.apache.commons.compress</a> - package org.apache.commons.compress</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/package-summary.html">org.apache.commons.compress.archivers</a> - package org.apache.commons.compress.archivers</dt>
<dd>
<div class="block">Provides a unified API and factories for dealing with archives
      in different formats.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/ar/package-summary.html">org.apache.commons.compress.archivers.ar</a> - package org.apache.commons.compress.archivers.ar</dt>
<dd>
<div class="block">Provides stream classes for reading and writing archives using
      the AR format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/arj/package-summary.html">org.apache.commons.compress.archivers.arj</a> - package org.apache.commons.compress.archivers.arj</dt>
<dd>
<div class="block">Provides stream classes for reading archives using
      the ARJ format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/cpio/package-summary.html">org.apache.commons.compress.archivers.cpio</a> - package org.apache.commons.compress.archivers.cpio</dt>
<dd>
<div class="block">Provides stream classes for reading and writing archives using
      the CPIO format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a> - package org.apache.commons.compress.archivers.dump</dt>
<dd>
<div class="block">This package provides stream classes for reading archives
      using the Unix DUMP format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/jar/package-summary.html">org.apache.commons.compress.archivers.jar</a> - package org.apache.commons.compress.archivers.jar</dt>
<dd>
<div class="block">Provides stream classes for reading and writing archives using
      the ZIP format with some extensions for the special case of JAR
      archives.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/sevenz/package-summary.html">org.apache.commons.compress.archivers.sevenz</a> - package org.apache.commons.compress.archivers.sevenz</dt>
<dd>
<div class="block">Provides classes for reading and writing archives using
      the 7z format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/tar/package-summary.html">org.apache.commons.compress.archivers.tar</a> - package org.apache.commons.compress.archivers.tar</dt>
<dd>
<div class="block">Provides stream classes for reading and writing archives using
      the TAR format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a> - package org.apache.commons.compress.archivers.zip</dt>
<dd>
<div class="block">Provides stream classes for reading and writing archives using
      the ZIP format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/changes/package-summary.html">org.apache.commons.compress.changes</a> - package org.apache.commons.compress.changes</dt>
<dd>
<div class="block"><b>EXPERIMENTAL</b> support for changesets that are applied to
      archives.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/package-summary.html">org.apache.commons.compress.compressors</a> - package org.apache.commons.compress.compressors</dt>
<dd>
<div class="block">Provides a unified API and factories for dealing with
      compressed streams.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/bzip2/package-summary.html">org.apache.commons.compress.compressors.bzip2</a> - package org.apache.commons.compress.compressors.bzip2</dt>
<dd>
<div class="block">Provides stream classes for compressing and decompressing
      streams using the BZip2 algorithm.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/deflate/package-summary.html">org.apache.commons.compress.compressors.deflate</a> - package org.apache.commons.compress.compressors.deflate</dt>
<dd>
<div class="block">Provides a stream classes that allow (de)compressing streams
      using the DEFLATE algorithm.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/gzip/package-summary.html">org.apache.commons.compress.compressors.gzip</a> - package org.apache.commons.compress.compressors.gzip</dt>
<dd>
<div class="block">Provides stream classes for compressing and decompressing
      streams using the GZip algorithm.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/lzma/package-summary.html">org.apache.commons.compress.compressors.lzma</a> - package org.apache.commons.compress.compressors.lzma</dt>
<dd>
<div class="block">Provides a stream class decompressing streams using the
      "stand-alone" LZMA algorithm.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/lzw/package-summary.html">org.apache.commons.compress.compressors.lzw</a> - package org.apache.commons.compress.compressors.lzw</dt>
<dd>
<div class="block">Generic LZW implementation.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/pack200/package-summary.html">org.apache.commons.compress.compressors.pack200</a> - package org.apache.commons.compress.compressors.pack200</dt>
<dd>
<div class="block">Provides stream classes for compressing and decompressing
      streams using the Pack200 algorithm used to compress Java
      archives.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/snappy/package-summary.html">org.apache.commons.compress.compressors.snappy</a> - package org.apache.commons.compress.compressors.snappy</dt>
<dd>
<div class="block">Provides stream classes for decompressing streams using the
      <a href="http://code.google.com/p/snappy/">Snappy</a>
      algorithm.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/xz/package-summary.html">org.apache.commons.compress.compressors.xz</a> - package org.apache.commons.compress.compressors.xz</dt>
<dd>
<div class="block">Provides stream classes for compressing and decompressing
      streams using the XZ algorithm.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/z/package-summary.html">org.apache.commons.compress.compressors.z</a> - package org.apache.commons.compress.compressors.z</dt>
<dd>
<div class="block">Provides stream classes for decompressing
      streams using the "compress" algorithm used to write .Z files.</div>
</dd>
<dt><a href="./org/apache/commons/compress/parallel/package-summary.html">org.apache.commons.compress.parallel</a> - package org.apache.commons.compress.parallel</dt>
<dd>
<div class="block">Provides common API classes for parallel compression features.</div>
</dd>
<dt><a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a> - package org.apache.commons.compress.utils</dt>
<dd>
<div class="block">Contains utilities used internally by the compress library.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html#OS_2">OS_2</a></span> - Static variable in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry.HostOs</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#PACK200">PACK200</a></span> - Static variable in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "pack200") used to identify the PACK200 compression
 algorithm.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200"><span class="strong">Pack200CompressorInputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/pack200/package-summary.html">org.apache.commons.compress.compressors.pack200</a></dt>
<dd>
<div class="block">An input stream that decompresses from the Pack200 format to be read
 as any other stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#Pack200CompressorInputStream(java.io.InputStream)">Pack200CompressorInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>
<div class="block">Decompresses the given stream, caching the decompressed data in
 memory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#Pack200CompressorInputStream(java.io.InputStream,%20org.apache.commons.compress.compressors.pack200.Pack200Strategy)">Pack200CompressorInputStream(InputStream, Pack200Strategy)</a></span> - Constructor for class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>
<div class="block">Decompresses the given stream using the given strategy to cache
 the results.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#Pack200CompressorInputStream(java.io.InputStream,%20java.util.Map)">Pack200CompressorInputStream(InputStream, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>
<div class="block">Decompresses the given stream, caching the decompressed data in
 memory and using the given properties.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#Pack200CompressorInputStream(java.io.InputStream,%20org.apache.commons.compress.compressors.pack200.Pack200Strategy,%20java.util.Map)">Pack200CompressorInputStream(InputStream, Pack200Strategy, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>
<div class="block">Decompresses the given stream using the given strategy to cache
 the results and the given properties.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#Pack200CompressorInputStream(java.io.File)">Pack200CompressorInputStream(File)</a></span> - Constructor for class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>
<div class="block">Decompresses the given file, caching the decompressed data in
 memory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#Pack200CompressorInputStream(java.io.File,%20org.apache.commons.compress.compressors.pack200.Pack200Strategy)">Pack200CompressorInputStream(File, Pack200Strategy)</a></span> - Constructor for class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>
<div class="block">Decompresses the given file using the given strategy to cache
 the results.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#Pack200CompressorInputStream(java.io.File,%20java.util.Map)">Pack200CompressorInputStream(File, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>
<div class="block">Decompresses the given file, caching the decompressed data in
 memory and using the given properties.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#Pack200CompressorInputStream(java.io.File,%20org.apache.commons.compress.compressors.pack200.Pack200Strategy,%20java.util.Map)">Pack200CompressorInputStream(File, Pack200Strategy, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>
<div class="block">Decompresses the given file using the given strategy to cache
 the results and the given properties.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.pack200"><span class="strong">Pack200CompressorOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/pack200/package-summary.html">org.apache.commons.compress.compressors.pack200</a></dt>
<dd>
<div class="block">An output stream that compresses using the Pack200 format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html#Pack200CompressorOutputStream(java.io.OutputStream)">Pack200CompressorOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorOutputStream</a></dt>
<dd>
<div class="block">Compresses the given stream, caching the compressed data in
 memory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html#Pack200CompressorOutputStream(java.io.OutputStream,%20org.apache.commons.compress.compressors.pack200.Pack200Strategy)">Pack200CompressorOutputStream(OutputStream, Pack200Strategy)</a></span> - Constructor for class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorOutputStream</a></dt>
<dd>
<div class="block">Compresses the given stream using the given strategy to cache
 the results.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html#Pack200CompressorOutputStream(java.io.OutputStream,%20java.util.Map)">Pack200CompressorOutputStream(OutputStream, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorOutputStream</a></dt>
<dd>
<div class="block">Compresses the given stream, caching the compressed data in
 memory and using the given properties.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html#Pack200CompressorOutputStream(java.io.OutputStream,%20org.apache.commons.compress.compressors.pack200.Pack200Strategy,%20java.util.Map)">Pack200CompressorOutputStream(OutputStream, Pack200Strategy, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorOutputStream</a></dt>
<dd>
<div class="block">Compresses the given stream using the given strategy to cache
 the results and the given properties.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/pack200/Pack200Strategy.html" title="enum in org.apache.commons.compress.compressors.pack200"><span class="strong">Pack200Strategy</span></a> - Enum in <a href="./org/apache/commons/compress/compressors/pack200/package-summary.html">org.apache.commons.compress.compressors.pack200</a></dt>
<dd>
<div class="block">The different modes the Pack200 streams can use to wrap input and
 output.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/pack200/Pack200Utils.html" title="class in org.apache.commons.compress.compressors.pack200"><span class="strong">Pack200Utils</span></a> - Class in <a href="./org/apache/commons/compress/compressors/pack200/package-summary.html">org.apache.commons.compress.compressors.pack200</a></dt>
<dd>
<div class="block">Utility methods for Pack200.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#PAD2LEN_GNU">PAD2LEN_GNU</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the padding field in an old GNU header buffer.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ParallelScatterZipCreator</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Creates a zip in parallel by using multiple threadlocal <a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html" title="class in org.apache.commons.compress.archivers.zip"><code>ScatterZipOutputStream</code></a> instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html#ParallelScatterZipCreator()">ParallelScatterZipCreator()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html" title="class in org.apache.commons.compress.archivers.zip">ParallelScatterZipCreator</a></dt>
<dd>
<div class="block">Create a ParallelScatterZipCreator with default threads, which is set to the number of available
 processors, as defined by <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Runtime.html?is-external=true#availableProcessors()" title="class or interface in java.lang"><code>Runtime.availableProcessors()</code></a></div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html#ParallelScatterZipCreator(java.util.concurrent.ExecutorService)">ParallelScatterZipCreator(ExecutorService)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html" title="class in org.apache.commons.compress.archivers.zip">ParallelScatterZipCreator</a></dt>
<dd>
<div class="block">Create a ParallelScatterZipCreator</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html#ParallelScatterZipCreator(java.util.concurrent.ExecutorService,%20org.apache.commons.compress.parallel.ScatterGatherBackingStoreSupplier)">ParallelScatterZipCreator(ExecutorService, ScatterGatherBackingStoreSupplier)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html" title="class in org.apache.commons.compress.archivers.zip">ParallelScatterZipCreator</a></dt>
<dd>
<div class="block">Create a ParallelScatterZipCreator</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html#parse(byte[])">parse(byte[])</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils</a></dt>
<dd>
<div class="block">Split the array into ExtraFields and populate them with the
 given data as local file data, throwing an exception if the
 data cannot be parsed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html#parse(byte[],%20boolean)">parse(byte[], boolean)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils</a></dt>
<dd>
<div class="block">Split the array into ExtraFields and populate them with the
 given data, throwing an exception if the data cannot be parsed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html#parse(byte[],%20boolean,%20org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField)">parse(byte[], boolean, ExtraFieldUtils.UnparseableExtraField)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils</a></dt>
<dd>
<div class="block">Split the array into ExtraFields and populate them with the
 given data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#parse(byte[],%20int)">parse(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>
<div class="block">Parses the supported flags from the given archive data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#parseBoolean(byte[],%20int)">parseBoolean(byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Parse a boolean byte from a buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html#parseCentralDirectoryFormat(byte[],%20int,%20int)">parseCentralDirectoryFormat(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html" title="class in org.apache.commons.compress.archivers.zip">X0017_StrongEncryptionHeader</a></dt>
<dd>
<div class="block">Parse central directory format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html#parseFileFormat(byte[],%20int,%20int)">parseFileFormat(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html" title="class in org.apache.commons.compress.archivers.zip">X0017_StrongEncryptionHeader</a></dt>
<dd>
<div class="block">Parse file header format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AbstractUnicodeExtraField</a></dt>
<dd>
<div class="block">Doesn't do anything special since this class always uses the
 same data in central directory and local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Doesn't do anything special since this class always uses the
 same data in central directory and local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/JarMarker.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/JarMarker.html" title="class in org.apache.commons.compress.archivers.zip">JarMarker</a></dt>
<dd>
<div class="block">Doesn't do anything special since this class always uses the
 same data in central directory and local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html" title="class in org.apache.commons.compress.archivers.zip">PKWareExtraHeader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip">UnparseableExtraFieldData</a></dt>
<dd>
<div class="block">Populate data from this array as if it was in central directory data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnrecognizedExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Doesn't do anything special since this class always uses the
 same parsing logic for both central directory and local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0015_CertificateIdForFile.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0015_CertificateIdForFile.html" title="class in org.apache.commons.compress.archivers.zip">X0015_CertificateIdForFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0016_CertificateIdForCentralDirectory.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0016_CertificateIdForCentralDirectory.html" title="class in org.apache.commons.compress.archivers.zip">X0016_CertificateIdForCentralDirectory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html" title="class in org.apache.commons.compress.archivers.zip">X0017_StrongEncryptionHeader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Doesn't do anything special since this class always uses the
 same parsing logic for both central directory and local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>
<div class="block">Doesn't do anything since this class doesn't store anything
 inside the central directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html#parseFromCentralDirectoryData(byte[],%20int,%20int)">parseFromCentralDirectoryData(byte[], int, int)</a></span> - Method in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a></dt>
<dd>
<div class="block">Populate data from this array as if it was in central directory data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html#parseFromLocalFileData(byte[],%20int,%20int)">parseFromLocalFileData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AbstractUnicodeExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#parseFromLocalFileData(byte[],%20int,%20int)">parseFromLocalFileData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Populate data from this array as if it was in local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/JarMarker.html#parseFromLocalFileData(byte[],%20int,%20int)">parseFromLocalFileData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/JarMarker.html" title="class in org.apache.commons.compress.archivers.zip">JarMarker</a></dt>
<dd>
<div class="block">Populate data from this array as if it was in local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html#parseFromLocalFileData(byte[],%20int,%20int)">parseFromLocalFileData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html" title="class in org.apache.commons.compress.archivers.zip">PKWareExtraHeader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html#parseFromLocalFileData(byte[],%20int,%20int)">parseFromLocalFileData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip">UnparseableExtraFieldData</a></dt>
<dd>
<div class="block">Populate data from this array as if it was in local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html#parseFromLocalFileData(byte[],%20int,%20int)">parseFromLocalFileData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnrecognizedExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#parseFromLocalFileData(byte[],%20int,%20int)">parseFromLocalFileData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Populate data from this array as if it was in local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html#parseFromLocalFileData(byte[],%20int,%20int)">parseFromLocalFileData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html" title="class in org.apache.commons.compress.archivers.zip">X0017_StrongEncryptionHeader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#parseFromLocalFileData(byte[],%20int,%20int)">parseFromLocalFileData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Populate data from this array as if it was in local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#parseFromLocalFileData(byte[],%20int,%20int)">parseFromLocalFileData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>
<div class="block">Populate data from this array as if it was in local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#parseFromLocalFileData(byte[],%20int,%20int)">parseFromLocalFileData(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html#parseFromLocalFileData(byte[],%20int,%20int)">parseFromLocalFileData(byte[], int, int)</a></span> - Method in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a></dt>
<dd>
<div class="block">Populate data from this array as if it was in local file data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#parseName(byte[],%20int,%20int)">parseName(byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Parse an entry name from a buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#parseName(byte[],%20int,%20int,%20org.apache.commons.compress.archivers.zip.ZipEncoding)">parseName(byte[], int, int, ZipEncoding)</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Parse an entry name from a buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#parseOctal(byte[],%20int,%20int)">parseOctal(byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Parse an octal string from a buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#parseOctalOrBinary(byte[],%20int,%20int)">parseOctalOrBinary(byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Compute the value contained in a byte buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#parseTarHeader(byte[])">parseTarHeader(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Parse an entry's header information from a header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#parseTarHeader(byte[],%20org.apache.commons.compress.archivers.zip.ZipEncoding)">parseTarHeader(byte[], ZipEncoding)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Parse an entry's header information from a header buffer.</div>
</dd>
<dt><a href="./org/apache/commons/compress/PasswordRequiredException.html" title="class in org.apache.commons.compress"><span class="strong">PasswordRequiredException</span></a> - Exception in <a href="./org/apache/commons/compress/package-summary.html">org.apache.commons.compress</a></dt>
<dd>
<div class="block">Exception thrown when trying to read an encrypted entry or file without
 configuring a password.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/PasswordRequiredException.html#PasswordRequiredException(java.lang.String)">PasswordRequiredException(String)</a></span> - Constructor for exception org.apache.commons.compress.<a href="./org/apache/commons/compress/PasswordRequiredException.html" title="class in org.apache.commons.compress">PasswordRequiredException</a></dt>
<dd>
<div class="block">Create a new exception.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/changes/ChangeSetPerformer.html#perform(org.apache.commons.compress.archivers.ArchiveInputStream,%20org.apache.commons.compress.archivers.ArchiveOutputStream)">perform(ArchiveInputStream, ArchiveOutputStream)</a></span> - Method in class org.apache.commons.compress.changes.<a href="./org/apache/commons/compress/changes/ChangeSetPerformer.html" title="class in org.apache.commons.compress.changes">ChangeSetPerformer</a></dt>
<dd>
<div class="block">Performs all changes collected in this ChangeSet on the input stream and
 streams the result to the output stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/changes/ChangeSetPerformer.html#perform(org.apache.commons.compress.archivers.zip.ZipFile,%20org.apache.commons.compress.archivers.ArchiveOutputStream)">perform(ZipFile, ArchiveOutputStream)</a></span> - Method in class org.apache.commons.compress.changes.<a href="./org/apache/commons/compress/changes/ChangeSetPerformer.html" title="class in org.apache.commons.compress.changes">ChangeSetPerformer</a></dt>
<dd>
<div class="block">Performs all changes collected in this ChangeSet on the ZipFile and
 streams the result to the output stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnixStat.html#PERM_MASK">PERM_MASK</a></span> - Static variable in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnixStat.html" title="interface in org.apache.commons.compress.archivers.zip">UnixStat</a></dt>
<dd>
<div class="block">Bits used for permissions (and sticky bit)</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">PKWareExtraHeader</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Base class for all PKWare strong crypto extra headers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html#PKWareExtraHeader(org.apache.commons.compress.archivers.zip.ZipShort)">PKWareExtraHeader(ZipShort)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html" title="class in org.apache.commons.compress.archivers.zip">PKWareExtraHeader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.EncryptionAlgorithm.html" title="enum in org.apache.commons.compress.archivers.zip"><span class="strong">PKWareExtraHeader.EncryptionAlgorithm</span></a> - Enum in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Encryption algorithm.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.HashAlgorithm.html" title="enum in org.apache.commons.compress.archivers.zip"><span class="strong">PKWareExtraHeader.HashAlgorithm</span></a> - Enum in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Hash Algorithm</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#PLATFORM_FAT">PLATFORM_FAT</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#PLATFORM_UNIX">PLATFORM_UNIX</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html#position()">position()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils">SeekableInMemoryByteChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html#position(long)">position(long)</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils">SeekableInMemoryByteChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#PREFIXLEN">PREFIXLEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Length of the prefix field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#PREFIXLEN_XSTAR">PREFIXLEN_XSTAR</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Length of the prefix field in xstar archives.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html#PRIMOS">PRIMOS</a></span> - Static variable in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry.HostOs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html#pushedBackBytes(long)">pushedBackBytes(long)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveInputStream</a></dt>
<dd>
<div class="block">Decrements the counter of already read bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorInputStream.html#pushedBackBytes(long)">pushedBackBytes(long)</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorInputStream.html" title="class in org.apache.commons.compress.compressors">CompressorInputStream</a></dt>
<dd>
<div class="block">Decrements the counter of already read bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html#putArchiveEntry(org.apache.commons.compress.archivers.ArchiveEntry)">putArchiveEntry(ArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html#putArchiveEntry(org.apache.commons.compress.archivers.ArchiveEntry)">putArchiveEntry(ArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></dt>
<dd>
<div class="block">Writes the headers for an archive entry to the output stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html#putArchiveEntry(org.apache.commons.compress.archivers.ArchiveEntry)">putArchiveEntry(ArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveOutputStream</a></dt>
<dd>
<div class="block">Begins writing a new CPIO file entry and positions the stream to the
 start of the entry data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/jar/JarArchiveOutputStream.html#putArchiveEntry(org.apache.commons.compress.archivers.ArchiveEntry)">putArchiveEntry(ArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.jar.<a href="./org/apache/commons/compress/archivers/jar/JarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.jar">JarArchiveOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html#putArchiveEntry(org.apache.commons.compress.archivers.ArchiveEntry)">putArchiveEntry(ArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZOutputFile</a></dt>
<dd>
<div class="block">Records an archive entry to add.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#putArchiveEntry(org.apache.commons.compress.archivers.ArchiveEntry)">putArchiveEntry(ArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Put an entry on the output stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#putArchiveEntry(org.apache.commons.compress.archivers.ArchiveEntry)">putArchiveEntry(ArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Writes the headers for an archive entry to the output stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#putLong(long,%20byte[],%20int)">putLong(long, byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">put the value as four bytes in big endian byte order.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#putLong(byte[],%20int)">putLong(byte[], int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html#putShort(int,%20byte[],%20int)">putShort(int, byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a></dt>
<dd>
<div class="block">put the value as two bytes in big endian byte order.</div>
</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html#raw">raw</a></span> - Variable in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html#read()">read()</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveInputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveInputStream</a></dt>
<dd>
<div class="block">Reads a byte of data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveInputStream</a></dt>
<dd>
<div class="block">Reads from the current CPIO entry into an array of bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveInputStream</a></dt>
<dd>
<div class="block">Reads bytes from the current dump archive entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html#read()">read()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZFile</a></dt>
<dd>
<div class="block">Reads a byte of data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html#read(byte[])">read(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZFile</a></dt>
<dd>
<div class="block">Reads data into an array of bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZFile</a></dt>
<dd>
<div class="block">Reads data into an array of bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Reads bytes from the current tar archive entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html#READ">READ</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils.UnparseableExtraField</a></dt>
<dd>
<div class="block">Read the extra field data into an instance of <a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip"><code>UnparseableExtraFieldData</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.html#read()">read()</a></span> - Method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html#read()">read()</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html#read()">read()</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html#read()">read()</a></span> - Method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html" title="class in org.apache.commons.compress.compressors.lzma">LZMACompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html" title="class in org.apache.commons.compress.compressors.lzma">LZMACompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#read()">read()</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#read()">read()</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#read(byte[])">read(byte[])</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html#read()">read()</a></span> - Method in class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">FramedSnappyCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">FramedSnappyCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html#read()">read()</a></span> - Method in class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">SnappyCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">SnappyCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html#read()">read()</a></span> - Method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/BoundedInputStream.html#read()">read()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/BoundedInputStream.html" title="class in org.apache.commons.compress.utils">BoundedInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/BoundedInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/BoundedInputStream.html" title="class in org.apache.commons.compress.utils">BoundedInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html#read()">read()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html" title="class in org.apache.commons.compress.utils">ChecksumVerifyingInputStream</a></dt>
<dd>
<div class="block">Reads a single byte from the stream</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html#read(byte[])">read(byte[])</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html" title="class in org.apache.commons.compress.utils">ChecksumVerifyingInputStream</a></dt>
<dd>
<div class="block">Reads a byte array from the stream</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html" title="class in org.apache.commons.compress.utils">ChecksumVerifyingInputStream</a></dt>
<dd>
<div class="block">Reads from the stream into a byte array.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CountingInputStream.html#read()">read()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CountingInputStream.html" title="class in org.apache.commons.compress.utils">CountingInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CountingInputStream.html#read(byte[])">read(byte[])</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CountingInputStream.html" title="class in org.apache.commons.compress.utils">CountingInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CountingInputStream.html#read(byte[],%20int,%20int)">read(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CountingInputStream.html" title="class in org.apache.commons.compress.utils">CountingInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html#read(java.nio.ByteBuffer)">read(ByteBuffer)</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils">SeekableInMemoryByteChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html#READ_KEY">READ_KEY</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils.UnparseableExtraField</a></dt>
<dd>
<div class="block">Key for "read" action.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/BitInputStream.html#readBits(int)">readBits(int)</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/BitInputStream.html" title="class in org.apache.commons.compress.utils">BitInputStream</a></dt>
<dd>
<div class="block">Returns at most 63 bits read from the underlying stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/IOUtils.html#readFully(java.io.InputStream,%20byte[])">readFully(InputStream, byte[])</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/IOUtils.html" title="class in org.apache.commons.compress.utils">IOUtils</a></dt>
<dd>
<div class="block">Reads as much from input as possible to fill the given array.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/IOUtils.html#readFully(java.io.InputStream,%20byte[],%20int,%20int)">readFully(InputStream, byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/IOUtils.html" title="class in org.apache.commons.compress.utils">IOUtils</a></dt>
<dd>
<div class="block">Reads as much from input as possible to fill the given array
 with the given amount of bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/IOUtils.html#readFully(java.nio.channels.ReadableByteChannel,%20java.nio.ByteBuffer)">readFully(ReadableByteChannel, ByteBuffer)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/IOUtils.html" title="class in org.apache.commons.compress.utils">IOUtils</a></dt>
<dd>
<div class="block">Reads <code>b.remaining()</code> bytes from the given channel
 starting at the current channel's position.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#readNextCode()">readNextCode()</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>
<div class="block">Reads the next code from the stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/z/ZCompressorInputStream.html#readNextCode()">readNextCode()</a></span> - Method in class org.apache.commons.compress.compressors.z.<a href="./org/apache/commons/compress/compressors/z/ZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.z">ZCompressorInputStream</a></dt>
<dd>
<div class="block">Reads the next code from the stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#readRecord()">readRecord()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Read a record from the input stream and return the data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#REALSIZELEN_GNU">REALSIZELEN_GNU</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the real size field in an old GNU header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html#register(java.lang.Class)">register(Class&lt;?&gt;)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils</a></dt>
<dd>
<div class="block">Register a ZipExtraField implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ServiceLoaderIterator.html#remove()">remove()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ServiceLoaderIterator.html" title="class in org.apache.commons.compress.utils">ServiceLoaderIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#removeExtraField(org.apache.commons.compress.archivers.zip.ZipShort)">removeExtraField(ZipShort)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Remove an extra field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#removeUnparseableExtraFieldData()">removeUnparseableExtraFieldData()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Removes unparseable extra field data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#reparseCentralDirectoryData(boolean,%20boolean,%20boolean,%20boolean)">reparseCentralDirectoryData(boolean, boolean, boolean, boolean)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>
<div class="block">Parses the raw bytes read from the central directory extra
 field with knowledge which fields are expected to be there.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#reset()">reset()</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Since we do not support marking just yet, we do nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#reset()">reset()</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#resetCodeSize()">resetCodeSize()</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#resetPreviousCode()">resetPreviousCode()</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html#reverse(byte[])">reverse(byte[])</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html" title="class in org.apache.commons.compress.archivers.zip">ZipUtil</a></dt>
<dd>
<div class="block">Reverses a byte[] array.</div>
</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html#S_IFMT">S_IFMT</a></span> - Static variable in interface org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioConstants.html" title="interface in org.apache.commons.compress.archivers.cpio">CpioConstants</a></dt>
<dd>
<div class="block">Mask for all file type bits.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ArchiveUtils.html#sanitize(java.lang.String)">sanitize(String)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></dt>
<dd>
<div class="block">Returns a "sanitized" version of the string given as arguments,
 where sanitized means non-printable characters have been
 replaced with a question mark and the outcome is not longer
 than 255 chars.</div>
</dd>
<dt><a href="./org/apache/commons/compress/parallel/ScatterGatherBackingStore.html" title="interface in org.apache.commons.compress.parallel"><span class="strong">ScatterGatherBackingStore</span></a> - Interface in <a href="./org/apache/commons/compress/parallel/package-summary.html">org.apache.commons.compress.parallel</a></dt>
<dd>
<div class="block">Store intermediate payload in a scatter-gather scenario.</div>
</dd>
<dt><a href="./org/apache/commons/compress/parallel/ScatterGatherBackingStoreSupplier.html" title="interface in org.apache.commons.compress.parallel"><span class="strong">ScatterGatherBackingStoreSupplier</span></a> - Interface in <a href="./org/apache/commons/compress/parallel/package-summary.html">org.apache.commons.compress.parallel</a></dt>
<dd>
<div class="block">Supplies <a href="./org/apache/commons/compress/parallel/ScatterGatherBackingStore.html" title="interface in org.apache.commons.compress.parallel"><code>ScatterGatherBackingStore</code></a> instances.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ScatterStatistics.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ScatterStatistics</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Provides information about a scatter compression run.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ScatterZipOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">A zip output stream that is optimized for multi-threaded scatter/gather construction of zip files.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html#ScatterZipOutputStream(org.apache.commons.compress.parallel.ScatterGatherBackingStore,%20org.apache.commons.compress.archivers.zip.StreamCompressor)">ScatterZipOutputStream(ScatterGatherBackingStore, StreamCompressor)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ScatterZipOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils"><span class="strong">SeekableInMemoryByteChannel</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">A <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/channels/SeekableByteChannel.html?is-external=true" title="class or interface in java.nio.channels"><code>SeekableByteChannel</code></a> implementation that wraps a byte[].</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html#SeekableInMemoryByteChannel(byte[])">SeekableInMemoryByteChannel(byte[])</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils">SeekableInMemoryByteChannel</a></dt>
<dd>
<div class="block">Constructor taking a byte array.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html#SeekableInMemoryByteChannel()">SeekableInMemoryByteChannel()</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils">SeekableInMemoryByteChannel</a></dt>
<dd>
<div class="block">Parameterless constructor - allocates internal buffer by itself.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html#SeekableInMemoryByteChannel(int)">SeekableInMemoryByteChannel(int)</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils">SeekableInMemoryByteChannel</a></dt>
<dd>
<div class="block">Constructor taking a size of storage to be allocated.</div>
</dd>
<dt><a href="./org/apache/commons/compress/utils/ServiceLoaderIterator.html" title="class in org.apache.commons.compress.utils"><span class="strong">ServiceLoaderIterator</span></a>&lt;<a href="./org/apache/commons/compress/utils/ServiceLoaderIterator.html" title="type parameter in ServiceLoaderIterator">E</a>&gt; - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">Iterates all services for a given class through the standard
 <a href="http://docs.oracle.com/javase/7/docs/api/java/util/ServiceLoader.html?is-external=true" title="class or interface in java.util"><code>ServiceLoader</code></a> mechanism.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ServiceLoaderIterator.html#ServiceLoaderIterator(java.lang.Class)">ServiceLoaderIterator(Class&lt;E&gt;)</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ServiceLoaderIterator.html" title="class in org.apache.commons.compress.utils">ServiceLoaderIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ServiceLoaderIterator.html#ServiceLoaderIterator(java.lang.Class,%20java.lang.ClassLoader)">ServiceLoaderIterator(Class&lt;E&gt;, ClassLoader)</a></span> - Constructor for class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ServiceLoaderIterator.html" title="class in org.apache.commons.compress.utils">ServiceLoaderIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setAccessDate(long)">setAccessDate(long)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets the access date using NTFS time (100 nanosecond units
 since 1 January 1601)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setAccessDate(java.util.Date)">setAccessDate(Date)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets the access date,</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#setAccessJavaTime(java.util.Date)">setAccessJavaTime(Date)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Sets the access time as a java.util.Date
 of this zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#setAccessJavaTime(java.util.Date)">setAccessJavaTime(Date)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">
 Sets the access time as a java.util.Date
 of this zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setAccessTime(java.util.Date)">setAccessTime(Date)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Set the time the file was last accessed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#setAccessTime(org.apache.commons.compress.archivers.zip.ZipEightByteInteger)">setAccessTime(ZipEightByteInteger)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Sets the File last access time of this zip entry using a
 ZipEightByteInteger object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#setAccessTime(org.apache.commons.compress.archivers.zip.ZipLong)">setAccessTime(ZipLong)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">
 Sets the access time (seconds since epoch) of this zip entry
 using a ZipLong object
 
 Note: the setters for flags and timestamps are decoupled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#setAddPaxHeadersForNonAsciiNames(boolean)">setAddPaxHeadersForNonAsciiNames(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Whether to add a PAX extension header for non-ASCII file names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setAntiItem(boolean)">setAntiItem(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets whether this is an "anti-item" used in differential backups,
 meaning it should delete the same file from a previous backup.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#setAtEOF(boolean)">setAtEOF(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#setBigNumberMode(int)">setBigNumberMode(int)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Set the big number mode.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMAUtils.html#setCacheLZMAAvailablity(boolean)">setCacheLZMAAvailablity(boolean)</a></span> - Static method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMAUtils.html" title="class in org.apache.commons.compress.compressors.lzma">LZMAUtils</a></dt>
<dd>
<div class="block">Whether to cache the result of the LZMA check.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZUtils.html#setCacheXZAvailablity(boolean)">setCacheXZAvailablity(boolean)</a></span> - Static method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZUtils.html" title="class in org.apache.commons.compress.compressors.xz">XZUtils</a></dt>
<dd>
<div class="block">Whether to cache the result of the XZ for Java check.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html#setCentralDirectoryData(byte[])">setCentralDirectoryData(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html" title="class in org.apache.commons.compress.archivers.zip">PKWareExtraHeader</a></dt>
<dd>
<div class="block">Set the extra field data in central directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html#setCentralDirectoryData(byte[])">setCentralDirectoryData(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnrecognizedExtraField</a></dt>
<dd>
<div class="block">Set the extra field data in central directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setCentralDirectoryExtra(byte[])">setCentralDirectoryExtra(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Sets the central directory part of extra fields.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setChksum(long)">setChksum(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the checksum.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#setClearCode(int)">setClearCode(int)</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>
<div class="block">Sets the clear code based on the code size.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#setCodeSize(int)">setCodeSize(int)</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#setComment(java.lang.String)">setComment(String)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Set the file comment.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html#setComment(java.lang.String)">setComment(String)</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip">GzipParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#setCompressedSize(org.apache.commons.compress.archivers.zip.ZipEightByteInteger)">setCompressedSize(ZipEightByteInteger)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>
<div class="block">The uncompressed size stored in this extra field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateParameters.html#setCompressionLevel(int)">setCompressionLevel(int)</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateParameters.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateParameters</a></dt>
<dd>
<div class="block">Sets the compression level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html#setCompressionLevel(int)">setCompressionLevel(int)</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip">GzipParameters</a></dt>
<dd>
<div class="block">Sets the compression level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html#setContentCompression(org.apache.commons.compress.archivers.sevenz.SevenZMethod)">setContentCompression(SevenZMethod)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZOutputFile</a></dt>
<dd>
<div class="block">Sets the default compression method to use for entry contents - the
 default is LZMA2.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setContentMethods(java.lang.Iterable)">setContentMethods(Iterable&lt;? extends SevenZMethodConfiguration&gt;)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets the (compression) methods to use for entry's content - the
 default is LZMA2.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html#setContentMethods(java.lang.Iterable)">setContentMethods(Iterable&lt;? extends SevenZMethodConfiguration&gt;)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZOutputFile</a></dt>
<dd>
<div class="block">Sets the default (compression) methods to use for entry contents - the
 default is LZMA2.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setCrc(int)">setCrc(int)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use setCrcValue instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setCrcValue(long)">setCrcValue(long)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets the CRC.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#setCreateJavaTime(java.util.Date)">setCreateJavaTime(Date)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">
 Sets the create time as a java.util.Date
 of this zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#setCreateJavaTime(java.util.Date)">setCreateJavaTime(Date)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">
 Sets the create time as a java.util.Date
 of this zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#setCreateTime(org.apache.commons.compress.archivers.zip.ZipEightByteInteger)">setCreateTime(ZipEightByteInteger)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Sets the File creation time of this zip entry using a
 ZipEightByteInteger object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#setCreateTime(org.apache.commons.compress.archivers.zip.ZipLong)">setCreateTime(ZipLong)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">
 Sets the create time (seconds since epoch) of this zip entry
 using a ZipLong object
 
 Note: the setters for flags and timestamps are decoupled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#setCreateUnicodeExtraFields(org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy)">setCreateUnicodeExtraFields(ZipArchiveOutputStream.UnicodeExtraFieldPolicy)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Whether to create Unicode Extra Fields.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setCreationDate(long)">setCreationDate(long)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets the creation date using NTFS time (100 nanosecond units
 since 1 January 1601)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setCreationDate(java.util.Date)">setCreationDate(Date)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets the creation date,</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setCreationTime(java.util.Date)">setCreationTime(Date)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Set the file creation time.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#setCurrentEntry(org.apache.commons.compress.archivers.tar.TarArchiveEntry)">setCurrentEntry(TarArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#setDecompressConcatenated(boolean)">setDecompressConcatenated(boolean)</a></span> - Method in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>1.10 use the <a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#CompressorStreamFactory(boolean)"><code>CompressorStreamFactory.CompressorStreamFactory(boolean)</code></a>
             constructor instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setDeleted(boolean)">setDeleted(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Set whether this file has been deleted.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setDevice(long)">setDevice(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the device id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setDeviceMaj(long)">setDeviceMaj(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set major device id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setDeviceMin(long)">setDeviceMin(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the minor device id</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setDevMajor(int)">setDevMajor(int)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's major device number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setDevMinor(int)">setDevMinor(int)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's minor device number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#setDevname(java.lang.String)">setDevname(String)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Set the device name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setDirectory(boolean)">setDirectory(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets whether or not this entry represents a directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#setDirectory(boolean)">setDirectory(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Indicate whether this entry is a directory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#setDiskStartNumber(org.apache.commons.compress.archivers.zip.ZipLong)">setDiskStartNumber(ZipLong)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>
<div class="block">The disk start number stored in this extra field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#setDumpDate(java.util.Date)">setDumpDate(Date)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Set dump date.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#setEncoding(java.lang.String)">setEncoding(String)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">The encoding to use for filenames and the file comment.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#setEntryEncoding(java.lang.String)">setEntryEncoding(String)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>1.10 use <a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#ArchiveStreamFactory(java.lang.String)"><code>ArchiveStreamFactory.ArchiveStreamFactory(String)</code></a> to specify the encoding</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setExternalAttributes(long)">setExternalAttributes(long)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Sets the external file attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setExtra(byte[])">setExtra(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Parses the given bytes as extra field data and consumes any
 unparseable data as an <a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip"><code>UnparseableExtraFieldData</code></a>
 instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setExtra()">setExtra()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Unfortunately <a href="http://docs.oracle.com/javase/7/docs/api/java/util/zip/ZipOutputStream.html?is-external=true" title="class or interface in java.util.zip"><code>java.util.zip.ZipOutputStream</code></a> seems to access the extra data
 directly, so overriding getExtra doesn't help - we need to
 modify super's data directly.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setExtraFields(org.apache.commons.compress.archivers.zip.ZipExtraField[])">setExtraFields(ZipExtraField[])</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Replaces all currently attached extra fields with the new array.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#setFallbackToUTF8(boolean)">setFallbackToUTF8(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Whether to fall back to UTF and the language encoding flag if
 the file name cannot be encoded using the specified encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html#setFilename(java.lang.String)">setFilename(String)</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip">GzipParameters</a></dt>
<dd>
<div class="block">Sets the name of the compressed file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#setFilesystem(java.lang.String)">setFilesystem(String)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Set the last mountpoint.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#setFirstRecord(int)">setFirstRecord(int)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Set the inode of the first record.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#setFlags(int)">setFlags(int)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Set the miscellaneous flags.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#setFlags(byte)">setFlags(byte)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Sets flags byte.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setGeneralPurposeBit(org.apache.commons.compress.archivers.zip.GeneralPurposeBit)">setGeneralPurposeBit(GeneralPurposeBit)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">The "general purpose bit" field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setGeneration(int)">setGeneration(int)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Set the generation of the file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setGID(long)">setGID(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the group id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#setGID(long)">setGID(long)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>
<div class="block">Sets the GID.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setGroupId(int)">setGroupId(int)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Set the group id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setGroupId(int)">setGroupId(int)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's group id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setGroupId(long)">setGroupId(long)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's group id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#setGroupId(int)">setGroupId(int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Set the group id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setGroupName(java.lang.String)">setGroupName(String)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's group name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setHasAccessDate(boolean)">setHasAccessDate(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets whether this entry has got an access date at all.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setHasCrc(boolean)">setHasCrc(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets whether this entry has got a crc.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setHasCreationDate(boolean)">setHasCreationDate(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets whether this entry has got a creation date at all.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setHasLastModifiedDate(boolean)">setHasLastModifiedDate(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets whether this entry has got a last modified date at all.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setHasStream(boolean)">setHasStream(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets whether there is any content associated with this entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setHasWindowsAttributes(boolean)">setHasWindowsAttributes(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets whether this entry has windows attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html#setHeaderId(org.apache.commons.compress.archivers.zip.ZipShort)">setHeaderId(ZipShort)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnrecognizedExtraField</a></dt>
<dd>
<div class="block">Set the header id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#setHostname(java.lang.String)">setHostname(String)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Set the hostname.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setIds(int,%20int)">setIds(int, int)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Convenience method to set this entry's group and user ids.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setInode(long)">setInode(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the inode.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setInternalAttributes(int)">setInternalAttributes(int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Sets the internal file attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#setLabel(java.lang.String)">setLabel(String)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Set dump label.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setLastModifiedDate(java.util.Date)">setLastModifiedDate(Date)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Set the time the file was last modified.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setLastModifiedDate(long)">setLastModifiedDate(long)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets the last modified date using NTFS time (100 nanosecond
 units since 1 January 1601)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setLastModifiedDate(java.util.Date)">setLastModifiedDate(Date)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets the last modified date,</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#setLevel(int)">setLevel(int)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Set level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#setLevel(int)">setLevel(int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Sets the compression level for subsequent entries.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#setLinkedFile(java.lang.String)">setLinkedFile(String)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Indicate that this entry is a symbolic link to the given filename.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setLinkName(java.lang.String)">setLinkName(String)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's link name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html#setLocalFileDataData(byte[])">setLocalFileDataData(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.html" title="class in org.apache.commons.compress.archivers.zip">PKWareExtraHeader</a></dt>
<dd>
<div class="block">Set the extra field data in the local file data - without Header-ID or
 length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html#setLocalFileDataData(byte[])">setLocalFileDataData(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnrecognizedExtraField</a></dt>
<dd>
<div class="block">Set the extra field data in the local file data -
 without Header-ID or length specifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html#setLongFileMode(int)">setLongFileMode(int)</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveOutputStream</a></dt>
<dd>
<div class="block">Set the long file mode.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#setLongFileMode(int)">setLongFileMode(int)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Set the long file mode.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setMethod(int)">setMethod(int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Sets the compression method of this entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#setMethod(int)">setMethod(int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Sets the default compression method for subsequent entries.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setMode(long)">setMode(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the mode of this entry (e.g. directory, regular file).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setMode(int)">setMode(int)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Set the access permissions on the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setMode(int)">setMode(int)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set the mode for this entry</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#setMode(int)">setMode(int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">File mode of this file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html#setModificationTime(long)">setModificationTime(long)</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip">GzipParameters</a></dt>
<dd>
<div class="block">Sets the modification time of the compressed file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#setModifyJavaTime(java.util.Date)">setModifyJavaTime(Date)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Sets the modify time as a java.util.Date of this zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#setModifyJavaTime(java.util.Date)">setModifyJavaTime(Date)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">
 Sets the modify time as a java.util.Date
 of this zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#setModifyTime(org.apache.commons.compress.archivers.zip.ZipEightByteInteger)">setModifyTime(ZipEightByteInteger)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Sets the File last modification time of this zip entry using a
 ZipEightByteInteger object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#setModifyTime(org.apache.commons.compress.archivers.zip.ZipLong)">setModifyTime(ZipLong)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">
 Sets the modify time (seconds since epoch) of this zip entry
 using a ZipLong object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setModTime(long)">setModTime(long)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's modification time.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setModTime(java.util.Date)">setModTime(Date)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's modification time.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setName(java.lang.String)">setName(String)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setName(java.lang.String)">setName(String)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Sets the name of the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setName(java.lang.String)">setName(String)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setName(java.lang.String)">setName(String)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setName(java.lang.String)">setName(String)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Set the name of the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setName(java.lang.String,%20byte[])">setName(String, byte[])</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Sets the name using the raw bytes and the string created from
 it by guessing or using the configured encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html#setNameCRC32(long)">setNameCRC32(long)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AbstractUnicodeExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setNames(java.lang.String,%20java.lang.String)">setNames(String, String)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Convenience method to set this entry's group and user names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setNlink(int)">setNlink(int)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Set the number of hard links.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#setNTRec(int)">setNTRec(int)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Set the number of records per tape block.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setNumberOfLinks(long)">setNumberOfLinks(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the number of links.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setOffset(long)">setOffset(long)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Set the offset within the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html#setOperatingSystem(int)">setOperatingSystem(int)</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipParameters.html" title="class in org.apache.commons.compress.compressors.gzip">GzipParameters</a></dt>
<dd>
<div class="block">Sets the operating system on which the compression took place.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setPlatform(int)">setPlatform(int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Set the platform (UNIX or FAT).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#setPrefix(int,%20int)">setPrefix(int, int)</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#setPreviousDumpDate(java.util.Date)">setPreviousDumpDate(Date)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Set previous dump date.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setRawFlag(int)">setRawFlag(int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Sets the content of the flags field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#setRelativeHeaderOffset(org.apache.commons.compress.archivers.zip.ZipEightByteInteger)">setRelativeHeaderOffset(ZipEightByteInteger)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>
<div class="block">The relative header offset stored in this extra field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setRemoteDevice(long)">setRemoteDevice(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the remote device id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setRemoteDeviceMaj(long)">setRemoteDeviceMaj(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the remote major device id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setRemoteDeviceMin(long)">setRemoteDeviceMin(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the remote minor device id.</div>
</dd>
<dt><a href="./org/apache/commons/compress/utils/Sets.html" title="class in org.apache.commons.compress.utils"><span class="strong">Sets</span></a> - Class in <a href="./org/apache/commons/compress/utils/package-summary.html">org.apache.commons.compress.utils</a></dt>
<dd>
<div class="block">Set utilities</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setSimpleName(java.lang.String)">setSimpleName(String)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Sets the path of the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setSize(long)">setSize(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the filesize.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setSize(long)">setSize(long)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Set the size of the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setSize(long)">setSize(long)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's file size.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setSize(long)">setSize(long)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's file size.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#setSize(org.apache.commons.compress.archivers.zip.ZipEightByteInteger)">setSize(ZipEightByteInteger)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>
<div class="block">The uncompressed size stored in this extra field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setSize(long)">setSize(long)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Sets the uncompressed size of the entry data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#setTableSize(int)">setTableSize(int)</a></span> - Method in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setTime(long)">setTime(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the time in seconds.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setType(org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE)">setType(DumpArchiveEntry.TYPE)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Set the type of the entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html#setUID(long)">setUID(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveEntry</a></dt>
<dd>
<div class="block">Set the user id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#setUID(long)">setUID(long)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>
<div class="block">Sets the UID.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html#setUnicodeName(byte[])">setUnicodeName(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AbstractUnicodeExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setUnixMode(int)">setUnixMode(int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Sets Unix permissions in a way that is understood by Info-Zip's
 unzip command.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#setUseLanguageEncodingFlag(boolean)">setUseLanguageEncodingFlag(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Whether to set the language encoding flag if the file name
 encoding is UTF-8.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setUserId(int)">setUserId(int)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Set the user id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setUserId(int)">setUserId(int)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's user id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setUserId(long)">setUserId(long)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's user id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html#setUserId(int)">setUserId(int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/AsiExtraField.html" title="class in org.apache.commons.compress.archivers.zip">AsiExtraField</a></dt>
<dd>
<div class="block">Set the user id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#setUserName(java.lang.String)">setUserName(String)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Set this entry's user name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#setUseZip64(org.apache.commons.compress.archivers.zip.Zip64Mode)">setUseZip64(Zip64Mode)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Whether Zip64 extensions will be used.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setVersionMadeBy(int)">setVersionMadeBy(int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Sets the "version made by" field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setVersionRequired(int)">setVersionRequired(int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Sets the "version required to expand" field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#setVolume(int)">setVolume(int)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>
<div class="block">Set the tape volume.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html#setVolume(int)">setVolume(int)</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveSummary.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveSummary</a></dt>
<dd>
<div class="block">Set volume (tape) number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#setWindowsAttributes(int)">setWindowsAttributes(int)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>
<div class="block">Sets the windows attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateParameters.html#setWithZlibHeader(boolean)">setWithZlibHeader(boolean)</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateParameters.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateParameters</a></dt>
<dd>
<div class="block">Sets the zlib header presence parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#SEVEN_Z">SEVEN_Z</a></span> - Static variable in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "7z") used to identify the 7z archive format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz"><span class="strong">SevenZArchiveEntry</span></a> - Class in <a href="./org/apache/commons/compress/archivers/sevenz/package-summary.html">org.apache.commons.compress.archivers.sevenz</a></dt>
<dd>
<div class="block">An entry in a 7z archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html#SevenZArchiveEntry()">SevenZArchiveEntry()</a></span> - Constructor for class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz"><span class="strong">SevenZFile</span></a> - Class in <a href="./org/apache/commons/compress/archivers/sevenz/package-summary.html">org.apache.commons.compress.archivers.sevenz</a></dt>
<dd>
<div class="block">Reads a 7z file, using SeekableByteChannel under
 the covers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html#SevenZFile(java.io.File,%20byte[])">SevenZFile(File, byte[])</a></span> - Constructor for class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZFile</a></dt>
<dd>
<div class="block">Reads a file as 7z archive</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html#SevenZFile(java.nio.channels.SeekableByteChannel)">SevenZFile(SeekableByteChannel)</a></span> - Constructor for class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZFile</a></dt>
<dd>
<div class="block">Reads a SeekableByteChannel as 7z archive

 <a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils"><code>SeekableInMemoryByteChannel</code></a>
 allows you to read from an in-memory archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html#SevenZFile(java.nio.channels.SeekableByteChannel,%20byte[])">SevenZFile(SeekableByteChannel, byte[])</a></span> - Constructor for class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZFile</a></dt>
<dd>
<div class="block">Reads a SeekableByteChannel as 7z archive

 <a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils"><code>SeekableInMemoryByteChannel</code></a>
 allows you to read from an in-memory archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html#SevenZFile(java.nio.channels.SeekableByteChannel,%20java.lang.String,%20byte[])">SevenZFile(SeekableByteChannel, String, byte[])</a></span> - Constructor for class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZFile</a></dt>
<dd>
<div class="block">Reads a SeekableByteChannel as 7z archive

 <a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils"><code>SeekableInMemoryByteChannel</code></a>
 allows you to read from an in-memory archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html#SevenZFile(java.io.File)">SevenZFile(File)</a></span> - Constructor for class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZFile</a></dt>
<dd>
<div class="block">Reads a file as unencrypted 7z archive</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethod.html" title="enum in org.apache.commons.compress.archivers.sevenz"><span class="strong">SevenZMethod</span></a> - Enum in <a href="./org/apache/commons/compress/archivers/sevenz/package-summary.html">org.apache.commons.compress.archivers.sevenz</a></dt>
<dd>
<div class="block">The (partially) supported compression/encryption methods used in 7z archives.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethodConfiguration.html" title="class in org.apache.commons.compress.archivers.sevenz"><span class="strong">SevenZMethodConfiguration</span></a> - Class in <a href="./org/apache/commons/compress/archivers/sevenz/package-summary.html">org.apache.commons.compress.archivers.sevenz</a></dt>
<dd>
<div class="block">Combines a SevenZMethod with configuration options for the method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethodConfiguration.html#SevenZMethodConfiguration(org.apache.commons.compress.archivers.sevenz.SevenZMethod)">SevenZMethodConfiguration(SevenZMethod)</a></span> - Constructor for class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethodConfiguration.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZMethodConfiguration</a></dt>
<dd>
<div class="block">Doesn't configure any additional options.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethodConfiguration.html#SevenZMethodConfiguration(org.apache.commons.compress.archivers.sevenz.SevenZMethod,%20java.lang.Object)">SevenZMethodConfiguration(SevenZMethod, Object)</a></span> - Constructor for class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethodConfiguration.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZMethodConfiguration</a></dt>
<dd>
<div class="block">Specifies and method plus configuration options.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html" title="class in org.apache.commons.compress.archivers.sevenz"><span class="strong">SevenZOutputFile</span></a> - Class in <a href="./org/apache/commons/compress/archivers/sevenz/package-summary.html">org.apache.commons.compress.archivers.sevenz</a></dt>
<dd>
<div class="block">Writes a 7z file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html#SevenZOutputFile(java.io.File)">SevenZOutputFile(File)</a></span> - Constructor for class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZOutputFile</a></dt>
<dd>
<div class="block">Opens file to write a 7z archive to.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html#SevenZOutputFile(java.nio.channels.SeekableByteChannel)">SevenZOutputFile(SeekableByteChannel)</a></span> - Constructor for class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZOutputFile</a></dt>
<dd>
<div class="block">Prepares channel to write a 7z archive to.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/ShortFileException.html" title="class in org.apache.commons.compress.archivers.dump"><span class="strong">ShortFileException</span></a> - Exception in <a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a></dt>
<dd>
<div class="block">Short File Exception.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/ShortFileException.html#ShortFileException()">ShortFileException()</a></span> - Constructor for exception org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/ShortFileException.html" title="class in org.apache.commons.compress.archivers.dump">ShortFileException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html#signedByteToUnsignedInt(byte)">signedByteToUnsignedInt(byte)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html" title="class in org.apache.commons.compress.archivers.zip">ZipUtil</a></dt>
<dd>
<div class="block">Converts a signed byte into an unsigned integer representation
 (e.g., -1 becomes 255).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#SINGLE_SEGMENT_SPLIT_MARKER">SINGLE_SEGMENT_SPLIT_MARKER</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Marks ZIP archives that were supposed to be split or spanned
 but only needed a single segment in then end (so are actually
 neither split nor spanned).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html#size()">size()</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils">SeekableInMemoryByteChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveEntry.html#SIZE_UNKNOWN">SIZE_UNKNOWN</a></span> - Static variable in interface org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveEntry.html" title="interface in org.apache.commons.compress.archivers">ArchiveEntry</a></dt>
<dd>
<div class="block">Special value indicating that the size is unknown</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#SIZELEN">SIZELEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the size field in a header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html#skip(long)">skip(long)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveInputStream</a></dt>
<dd>
<div class="block">Skips specified number of bytes in the current CPIO entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#skip(long)">skip(long)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Skips over and discards <code>n</code> bytes of data from this input
 stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html#SKIP">SKIP</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils.UnparseableExtraField</a></dt>
<dd>
<div class="block">Skip the extra field entirely and don't make its data
 available - effectively removing the extra field data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html#skip(long)">skip(long)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveInputStream</a></dt>
<dd>
<div class="block">Skips over and discards value bytes of data from this input
 stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html#skip(long)">skip(long)</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html#skip(long)">skip(long)</a></span> - Method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.html" title="class in org.apache.commons.compress.compressors.lzma">LZMACompressorInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html#skip(long)">skip(long)</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html#skip(long)">skip(long)</a></span> - Method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html#skip(long)">skip(long)</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ChecksumVerifyingInputStream.html" title="class in org.apache.commons.compress.utils">ChecksumVerifyingInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/IOUtils.html#skip(java.io.InputStream,%20long)">skip(InputStream, long)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/IOUtils.html" title="class in org.apache.commons.compress.utils">IOUtils</a></dt>
<dd>
<div class="block">Skips the given number of bytes by repeatedly invoking skip on
 the given input stream if necessary.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html#SKIP_KEY">SKIP_KEY</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils.UnparseableExtraField</a></dt>
<dd>
<div class="block">Key for "skip" action.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#SNAPPY_FRAMED">SNAPPY_FRAMED</a></span> - Static variable in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "snappy-framed") used to identify the "framed" Snappy
 compression method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#SNAPPY_RAW">SNAPPY_RAW</a></span> - Static variable in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "snappy-raw") used to identify the "raw" Snappy compression
 method.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy"><span class="strong">SnappyCompressorInputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/snappy/package-summary.html">org.apache.commons.compress.compressors.snappy</a></dt>
<dd>
<div class="block">CompressorInputStream for the raw Snappy format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html#SnappyCompressorInputStream(java.io.InputStream)">SnappyCompressorInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">SnappyCompressorInputStream</a></dt>
<dd>
<div class="block">Constructor using the default buffer size of 32k.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html#SnappyCompressorInputStream(java.io.InputStream,%20int)">SnappyCompressorInputStream(InputStream, int)</a></span> - Constructor for class org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.snappy">SnappyCompressorInputStream</a></dt>
<dd>
<div class="block">Constructor using a configurable buffer size.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#SPARSELEN_GNU">SPARSELEN_GNU</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The sum of the length of all sparse headers in an old GNU header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#SPARSELEN_GNU_SPARSE">SPARSELEN_GNU_SPARSE</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The sum of the length of all sparse headers in a sparse header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html#SPLITTING">SPLITTING</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException.Feature</a></dt>
<dd>
<div class="block">The archive uses splitting or spanning.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#STORED">STORED</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Compression method for stored entries.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">StreamCompressor</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Encapsulates a <a href="http://docs.oracle.com/javase/7/docs/api/java/util/zip/Deflater.html?is-external=true" title="class or interface in java.util.zip"><code>Deflater</code></a> and crc calculator, handling multiple types of output streams.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/StreamingNotSupportedException.html" title="class in org.apache.commons.compress.archivers"><span class="strong">StreamingNotSupportedException</span></a> - Exception in <a href="./org/apache/commons/compress/archivers/package-summary.html">org.apache.commons.compress.archivers</a></dt>
<dd>
<div class="block">Exception thrown by ArchiveStreamFactory if a format is requested/detected that doesn't support streaming.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/StreamingNotSupportedException.html#StreamingNotSupportedException(java.lang.String)">StreamingNotSupportedException(String)</a></span> - Constructor for exception org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/StreamingNotSupportedException.html" title="class in org.apache.commons.compress.archivers">StreamingNotSupportedException</a></dt>
<dd>
<div class="block">Creates a new StreamingNotSupportedException.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html#submit(java.util.concurrent.Callable)">submit(Callable&lt;Object&gt;)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html" title="class in org.apache.commons.compress.archivers.zip">ParallelScatterZipCreator</a></dt>
<dd>
<div class="block">Submit a callable for compression.</div>
</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#TAR">TAR</a></span> - Static variable in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Constant used to identify the TAR archive format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar"><span class="strong">TarArchiveEntry</span></a> - Class in <a href="./org/apache/commons/compress/archivers/tar/package-summary.html">org.apache.commons.compress.archivers.tar</a></dt>
<dd>
<div class="block">This class represents an entry in a Tar archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#TarArchiveEntry(java.lang.String)">TarArchiveEntry(String)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Construct an entry with only a name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#TarArchiveEntry(java.lang.String,%20boolean)">TarArchiveEntry(String, boolean)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Construct an entry with only a name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#TarArchiveEntry(java.lang.String,%20byte)">TarArchiveEntry(String, byte)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Construct an entry with a name and a link flag.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#TarArchiveEntry(java.lang.String,%20byte,%20boolean)">TarArchiveEntry(String, byte, boolean)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Construct an entry with a name and a link flag.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#TarArchiveEntry(java.io.File)">TarArchiveEntry(File)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Construct an entry for a file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#TarArchiveEntry(java.io.File,%20java.lang.String)">TarArchiveEntry(File, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Construct an entry for a file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#TarArchiveEntry(byte[])">TarArchiveEntry(byte[])</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Construct an entry from an archive's header bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#TarArchiveEntry(byte[],%20org.apache.commons.compress.archivers.zip.ZipEncoding)">TarArchiveEntry(byte[], ZipEncoding)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Construct an entry from an archive's header bytes.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar"><span class="strong">TarArchiveInputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/tar/package-summary.html">org.apache.commons.compress.archivers.tar</a></dt>
<dd>
<div class="block">The TarInputStream reads a UNIX tar archive as an InputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#TarArchiveInputStream(java.io.InputStream)">TarArchiveInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Constructor for TarInputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#TarArchiveInputStream(java.io.InputStream,%20java.lang.String)">TarArchiveInputStream(InputStream, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Constructor for TarInputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#TarArchiveInputStream(java.io.InputStream,%20int)">TarArchiveInputStream(InputStream, int)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Constructor for TarInputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#TarArchiveInputStream(java.io.InputStream,%20int,%20java.lang.String)">TarArchiveInputStream(InputStream, int, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Constructor for TarInputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#TarArchiveInputStream(java.io.InputStream,%20int,%20int)">TarArchiveInputStream(InputStream, int, int)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Constructor for TarInputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html#TarArchiveInputStream(java.io.InputStream,%20int,%20int,%20java.lang.String)">TarArchiveInputStream(InputStream, int, int, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveInputStream</a></dt>
<dd>
<div class="block">Constructor for TarInputStream.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar"><span class="strong">TarArchiveOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/tar/package-summary.html">org.apache.commons.compress.archivers.tar</a></dt>
<dd>
<div class="block">The TarOutputStream writes a UNIX tar archive as an OutputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#TarArchiveOutputStream(java.io.OutputStream)">TarArchiveOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Constructor for TarInputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#TarArchiveOutputStream(java.io.OutputStream,%20java.lang.String)">TarArchiveOutputStream(OutputStream, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Constructor for TarInputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#TarArchiveOutputStream(java.io.OutputStream,%20int)">TarArchiveOutputStream(OutputStream, int)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Constructor for TarInputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#TarArchiveOutputStream(java.io.OutputStream,%20int,%20java.lang.String)">TarArchiveOutputStream(OutputStream, int, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Constructor for TarInputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#TarArchiveOutputStream(java.io.OutputStream,%20int,%20int)">TarArchiveOutputStream(OutputStream, int, int)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Constructor for TarInputStream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#TarArchiveOutputStream(java.io.OutputStream,%20int,%20int,%20java.lang.String)">TarArchiveOutputStream(OutputStream, int, int, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Constructor for TarInputStream.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.html" title="class in org.apache.commons.compress.archivers.tar"><span class="strong">TarArchiveSparseEntry</span></a> - Class in <a href="./org/apache/commons/compress/archivers/tar/package-summary.html">org.apache.commons.compress.archivers.tar</a></dt>
<dd>
<div class="block">This class represents a sparse entry in a Tar archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.html#TarArchiveSparseEntry(byte[])">TarArchiveSparseEntry(byte[])</a></span> - Constructor for class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveSparseEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveSparseEntry</a></dt>
<dd>
<div class="block">Construct an entry from an archive's header bytes.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar"><span class="strong">TarConstants</span></a> - Interface in <a href="./org/apache/commons/compress/archivers/tar/package-summary.html">org.apache.commons.compress.archivers.tar</a></dt>
<dd>
<div class="block">This interface contains all the definitions used in the package.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar"><span class="strong">TarUtils</span></a> - Class in <a href="./org/apache/commons/compress/archivers/tar/package-summary.html">org.apache.commons.compress.archivers.tar</a></dt>
<dd>
<div class="block">This class provides static utility methods to work with byte streams.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryPredicate.html#test(org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">test(ZipArchiveEntry)</a></span> - Method in interface org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryPredicate.html" title="interface in org.apache.commons.compress.archivers.zip">ZipArchiveEntryPredicate</a></dt>
<dd>
<div class="block">Indicate if the given entry should be included in the operation</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html#THROW">THROW</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils.UnparseableExtraField</a></dt>
<dd>
<div class="block">Throw an exception if field cannot be parsed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html#THROW_KEY">THROW_KEY</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ExtraFieldUtils.UnparseableExtraField.html" title="class in org.apache.commons.compress.archivers.zip">ExtraFieldUtils.UnparseableExtraField</a></dt>
<dd>
<div class="block">Key for "throw an exception" action.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ArchiveUtils.html#toAsciiBytes(java.lang.String)">toAsciiBytes(String)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></dt>
<dd>
<div class="block">Convert a string to Ascii bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ArchiveUtils.html#toAsciiString(byte[])">toAsciiString(byte[])</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></dt>
<dd>
<div class="block">Convert an input byte array to a String using the ASCII character set.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ArchiveUtils.html#toAsciiString(byte[],%20int,%20int)">toAsciiString(byte[], int, int)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></dt>
<dd>
<div class="block">Convert an input byte array to a String using the ASCII character set.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/IOUtils.html#toByteArray(java.io.InputStream)">toByteArray(InputStream)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/IOUtils.html" title="class in org.apache.commons.compress.utils">IOUtils</a></dt>
<dd>
<div class="block">Gets the contents of an <code>InputStream</code> as a <code>byte[]</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/Charsets.html#toCharset(java.nio.charset.Charset)">toCharset(Charset)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/Charsets.html" title="class in org.apache.commons.compress.utils">Charsets</a></dt>
<dd>
<div class="block">Returns the given Charset or the default Charset if the given Charset is null.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/Charsets.html#toCharset(java.lang.String)">toCharset(String)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/Charsets.html" title="class in org.apache.commons.compress.utils">Charsets</a></dt>
<dd>
<div class="block">Returns a Charset for the named charset.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html#toDosTime(java.util.Date)">toDosTime(Date)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html" title="class in org.apache.commons.compress.archivers.zip">ZipUtil</a></dt>
<dd>
<div class="block">Convert a Date object to a DOS date/time field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html#toDosTime(long)">toDosTime(long)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html" title="class in org.apache.commons.compress.archivers.zip">ZipUtil</a></dt>
<dd>
<div class="block">Convert a Date object to a DOS date/time field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html#toDosTime(long,%20byte[],%20int)">toDosTime(long, byte[], int)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html" title="class in org.apache.commons.compress.archivers.zip">ZipUtil</a></dt>
<dd>
<div class="block">Convert a Date object to a DOS date/time field.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html#toString()">toString()</a></span> - Method in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html#toString()">toString()</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ScatterStatistics.html#toString()">toString()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ScatterStatistics.html" title="class in org.apache.commons.compress.archivers.zip">ScatterStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html#toString()">toString()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException.Feature</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#toString()">toString()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>
<div class="block">Returns a String representation of this class useful for
 debugging purposes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#toString()">toString()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Returns a String representation of this class useful for
 debugging purposes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#toString()">toString()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>
<div class="block">Returns a String representation of this class useful for
 debugging purposes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html#toString()">toString()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream.UnicodeExtraFieldPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#toString()">toString()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#toString()">toString()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html#toString()">toString()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/ArchiveUtils.html#toString(org.apache.commons.compress.archivers.ArchiveEntry)">toString(ArchiveEntry)</a></span> - Static method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/ArchiveUtils.html" title="class in org.apache.commons.compress.utils">ArchiveUtils</a></dt>
<dd>
<div class="block">Generates a string containing the name, isDirectory setting and size of an entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html#TP_SIZE">TP_SIZE</a></span> - Static variable in class org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.html" title="class in org.apache.commons.compress.archivers.dump">DumpArchiveConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html#TRAILER">TRAILER</a></span> - Static variable in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveEntry.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveEntry</a></dt>
<dd>
<div class="block">The trailer for each entry</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html#truncate(long)">truncate(long)</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils">SeekableInMemoryByteChannel</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_U_">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnicodeCommentExtraField.html#UCOM_ID">UCOM_ID</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnicodeCommentExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnicodeCommentExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#UFT8_NAMES_FLAG">UFT8_NAMES_FLAG</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>
<div class="block">Indicates that filenames are written in UTF-8.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#UIDLEN">UIDLEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the user id field in a header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#UNAMELEN">UNAMELEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The length of the user name field in a header buffer.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/UnicodeCommentExtraField.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">UnicodeCommentExtraField</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Info-ZIP Unicode Comment Extra Field (0x6375):

 Stores the UTF-8 version of the file comment as stored in the
 central directory header.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnicodeCommentExtraField.html#UnicodeCommentExtraField()">UnicodeCommentExtraField()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnicodeCommentExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnicodeCommentExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnicodeCommentExtraField.html#UnicodeCommentExtraField(java.lang.String,%20byte[],%20int,%20int)">UnicodeCommentExtraField(String, byte[], int, int)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnicodeCommentExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnicodeCommentExtraField</a></dt>
<dd>
<div class="block">Assemble as unicode comment extension from the name given as
 text as well as the encoded bytes actually written to the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnicodeCommentExtraField.html#UnicodeCommentExtraField(java.lang.String,%20byte[])">UnicodeCommentExtraField(String, byte[])</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnicodeCommentExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnicodeCommentExtraField</a></dt>
<dd>
<div class="block">Assemble as unicode comment extension from the comment given as
 text as well as the bytes actually written to the archive.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/UnicodePathExtraField.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">UnicodePathExtraField</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Info-ZIP Unicode Path Extra Field (0x7075):

 Stores the UTF-8 version of the file name field as stored in the 
 local header and central directory header.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnicodePathExtraField.html#UnicodePathExtraField()">UnicodePathExtraField()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnicodePathExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnicodePathExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnicodePathExtraField.html#UnicodePathExtraField(java.lang.String,%20byte[],%20int,%20int)">UnicodePathExtraField(String, byte[], int, int)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnicodePathExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnicodePathExtraField</a></dt>
<dd>
<div class="block">Assemble as unicode path extension from the name given as
 text as well as the encoded bytes actually written to the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnicodePathExtraField.html#UnicodePathExtraField(java.lang.String,%20byte[])">UnicodePathExtraField(String, byte[])</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnicodePathExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnicodePathExtraField</a></dt>
<dd>
<div class="block">Assemble as unicode path extension from the name given as
 text as well as the encoded bytes actually written to the archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html#UNIX">UNIX</a></span> - Static variable in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry.HostOs</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/UnixStat.html" title="interface in org.apache.commons.compress.archivers.zip"><span class="strong">UnixStat</span></a> - Interface in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Constants from stat.h on Unix systems.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">UnparseableExtraFieldData</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Wrapper for extra field data that doesn't conform to the recommended format of header-tag + size + data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html#UnparseableExtraFieldData()">UnparseableExtraFieldData()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip">UnparseableExtraFieldData</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">UnrecognizedExtraField</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Simple placeholder for all those extra fields we don't want to deal
 with.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html#UnrecognizedExtraField()">UnrecognizedExtraField()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnrecognizedExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnrecognizedExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/UnrecognizedFormatException.html" title="class in org.apache.commons.compress.archivers.dump"><span class="strong">UnrecognizedFormatException</span></a> - Exception in <a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a></dt>
<dd>
<div class="block">Unrecognized Format Exception.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/UnrecognizedFormatException.html#UnrecognizedFormatException()">UnrecognizedFormatException()</a></span> - Constructor for exception org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/UnrecognizedFormatException.html" title="class in org.apache.commons.compress.archivers.dump">UnrecognizedFormatException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html#unsignedIntToSignedByte(int)">unsignedIntToSignedByte(int)</a></span> - Static method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html" title="class in org.apache.commons.compress.archivers.zip">ZipUtil</a></dt>
<dd>
<div class="block">Converts an unsigned integer to a signed byte (e.g., 255 becomes -1).</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/dump/UnsupportedCompressionAlgorithmException.html" title="class in org.apache.commons.compress.archivers.dump"><span class="strong">UnsupportedCompressionAlgorithmException</span></a> - Exception in <a href="./org/apache/commons/compress/archivers/dump/package-summary.html">org.apache.commons.compress.archivers.dump</a></dt>
<dd>
<div class="block">Unsupported compression algorithm.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/UnsupportedCompressionAlgorithmException.html#UnsupportedCompressionAlgorithmException()">UnsupportedCompressionAlgorithmException()</a></span> - Constructor for exception org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/UnsupportedCompressionAlgorithmException.html" title="class in org.apache.commons.compress.archivers.dump">UnsupportedCompressionAlgorithmException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/UnsupportedCompressionAlgorithmException.html#UnsupportedCompressionAlgorithmException(java.lang.String)">UnsupportedCompressionAlgorithmException(String)</a></span> - Constructor for exception org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/UnsupportedCompressionAlgorithmException.html" title="class in org.apache.commons.compress.archivers.dump">UnsupportedCompressionAlgorithmException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">UnsupportedZipFeatureException</span></a> - Exception in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Exception thrown when attempting to read or write data for a zip
 entry that uses ZIP features not supported by this library.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#UnsupportedZipFeatureException(org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature,%20org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature, ZipArchiveEntry)</a></span> - Constructor for exception org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException</a></dt>
<dd>
<div class="block">Creates an exception.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#UnsupportedZipFeatureException(org.apache.commons.compress.archivers.zip.ZipMethod,%20org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">UnsupportedZipFeatureException(ZipMethod, ZipArchiveEntry)</a></span> - Constructor for exception org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException</a></dt>
<dd>
<div class="block">Creates an exception for archives that use an unsupported
 compression algorithm.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html#UnsupportedZipFeatureException(org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature)">UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature)</a></span> - Constructor for exception org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.html" title="class in org.apache.commons.compress.archivers.zip">UnsupportedZipFeatureException</a></dt>
<dd>
<div class="block">Creates an exception when the whole archive uses an unsupported
 feature.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.Feature.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">UnsupportedZipFeatureException.Feature</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">ZIP Features that may or may not be supported.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html#UNUSED_PREFIX">UNUSED_PREFIX</a></span> - Static variable in class org.apache.commons.compress.compressors.lzw.<a href="./org/apache/commons/compress/compressors/lzw/LZWInputStream.html" title="class in org.apache.commons.compress.compressors.lzw">LZWInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/UnicodePathExtraField.html#UPATH_ID">UPATH_ID</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/UnicodePathExtraField.html" title="class in org.apache.commons.compress.archivers.zip">UnicodePathExtraField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CharsetNames.html#US_ASCII">US_ASCII</a></span> - Static variable in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CharsetNames.html" title="class in org.apache.commons.compress.utils">CharsetNames</a></dt>
<dd>
<div class="block">
 Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/Charsets.html#US_ASCII">US_ASCII</a></span> - Static variable in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/Charsets.html" title="class in org.apache.commons.compress.utils">Charsets</a></dt>
<dd>
<div class="block">
 Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#useDataDescriptor(boolean)">useDataDescriptor(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>
<div class="block">whether the current entry will use the data descriptor to store
 CRC and size information.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#useEncryption(boolean)">useEncryption(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>
<div class="block">whether the current entry will be encrypted.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#usesDataDescriptor()">usesDataDescriptor()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>
<div class="block">whether the current entry uses the data descriptor to store CRC
 and size information.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#usesEncryption()">usesEncryption()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>
<div class="block">whether the current entry is encrypted.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#usesStrongEncryption()">usesStrongEncryption()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>
<div class="block">whether the current entry is encrypted using strong encryption.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#useStrongEncryption(boolean)">useStrongEncryption(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>
<div class="block">whether the current entry will be encrypted  using strong encryption.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#usesUTF8ForNames()">usesUTF8ForNames()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>
<div class="block">whether the current entry uses UTF8 for file name and comment.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html#useUTF8ForNames(boolean)">useUTF8ForNames(boolean)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a></dt>
<dd>
<div class="block">whether the current entry will use UTF8 for file name and comment.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CharsetNames.html#UTF_16">UTF_16</a></span> - Static variable in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CharsetNames.html" title="class in org.apache.commons.compress.utils">CharsetNames</a></dt>
<dd>
<div class="block">
 Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark
 (either order accepted on input, big-endian used on output)
 
 
 Every implementation of the Java platform is required to support this character encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/Charsets.html#UTF_16">UTF_16</a></span> - Static variable in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/Charsets.html" title="class in org.apache.commons.compress.utils">Charsets</a></dt>
<dd>
<div class="block">
 Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark
 (either order accepted on input, big-endian used on output)
 
 
 Every implementation of the Java platform is required to support this character encoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CharsetNames.html#UTF_16BE">UTF_16BE</a></span> - Static variable in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CharsetNames.html" title="class in org.apache.commons.compress.utils">CharsetNames</a></dt>
<dd>
<div class="block">
 Sixteen-bit Unicode Transformation Format, big-endian byte order.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/Charsets.html#UTF_16BE">UTF_16BE</a></span> - Static variable in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/Charsets.html" title="class in org.apache.commons.compress.utils">Charsets</a></dt>
<dd>
<div class="block">
 Sixteen-bit Unicode Transformation Format, big-endian byte order.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CharsetNames.html#UTF_16LE">UTF_16LE</a></span> - Static variable in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CharsetNames.html" title="class in org.apache.commons.compress.utils">CharsetNames</a></dt>
<dd>
<div class="block">
 Sixteen-bit Unicode Transformation Format, little-endian byte order.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/Charsets.html#UTF_16LE">UTF_16LE</a></span> - Static variable in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/Charsets.html" title="class in org.apache.commons.compress.utils">Charsets</a></dt>
<dd>
<div class="block">
 Sixteen-bit Unicode Transformation Format, little-endian byte order.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CharsetNames.html#UTF_8">UTF_8</a></span> - Static variable in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CharsetNames.html" title="class in org.apache.commons.compress.utils">CharsetNames</a></dt>
<dd>
<div class="block">
 Eight-bit Unicode Transformation Format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/Charsets.html#UTF_8">UTF_8</a></span> - Static variable in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/Charsets.html" title="class in org.apache.commons.compress.utils">Charsets</a></dt>
<dd>
<div class="block">
 Eight-bit Unicode Transformation Format.</div>
</dd>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.COMPRESSION_TYPE.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.COMPRESSION_TYPE.html" title="enum in org.apache.commons.compress.archivers.dump">DumpArchiveConstants.COMPRESSION_TYPE</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.SEGMENT_TYPE.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.SEGMENT_TYPE.html" title="enum in org.apache.commons.compress.archivers.dump">DumpArchiveConstants.SEGMENT_TYPE</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.PERMISSION.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.PERMISSION.html" title="enum in org.apache.commons.compress.archivers.dump">DumpArchiveEntry.PERMISSION</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.TYPE.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.TYPE.html" title="enum in org.apache.commons.compress.archivers.dump">DumpArchiveEntry.TYPE</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethod.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethod.html" title="enum in org.apache.commons.compress.archivers.sevenz">SevenZMethod</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.EncryptionAlgorithm.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.EncryptionAlgorithm.html" title="enum in org.apache.commons.compress.archivers.zip">PKWareExtraHeader.EncryptionAlgorithm</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.HashAlgorithm.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.HashAlgorithm.html" title="enum in org.apache.commons.compress.archivers.zip">PKWareExtraHeader.HashAlgorithm</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64Mode.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64Mode.html" title="enum in org.apache.commons.compress.archivers.zip">Zip64Mode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipMethod.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipMethod.html" title="enum in org.apache.commons.compress.archivers.zip">ZipMethod</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200Strategy.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200Strategy.html" title="enum in org.apache.commons.compress.compressors.pack200">Pack200Strategy</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyDialect.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyDialect.html" title="enum in org.apache.commons.compress.compressors.snappy">FramedSnappyDialect</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.COMPRESSION_TYPE.html#values()">values()</a></span> - Static method in enum org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.COMPRESSION_TYPE.html" title="enum in org.apache.commons.compress.archivers.dump">DumpArchiveConstants.COMPRESSION_TYPE</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.SEGMENT_TYPE.html#values()">values()</a></span> - Static method in enum org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveConstants.SEGMENT_TYPE.html" title="enum in org.apache.commons.compress.archivers.dump">DumpArchiveConstants.SEGMENT_TYPE</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.PERMISSION.html#values()">values()</a></span> - Static method in enum org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.PERMISSION.html" title="enum in org.apache.commons.compress.archivers.dump">DumpArchiveEntry.PERMISSION</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.TYPE.html#values()">values()</a></span> - Static method in enum org.apache.commons.compress.archivers.dump.<a href="./org/apache/commons/compress/archivers/dump/DumpArchiveEntry.TYPE.html" title="enum in org.apache.commons.compress.archivers.dump">DumpArchiveEntry.TYPE</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethod.html#values()">values()</a></span> - Static method in enum org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZMethod.html" title="enum in org.apache.commons.compress.archivers.sevenz">SevenZMethod</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.EncryptionAlgorithm.html#values()">values()</a></span> - Static method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.EncryptionAlgorithm.html" title="enum in org.apache.commons.compress.archivers.zip">PKWareExtraHeader.EncryptionAlgorithm</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.HashAlgorithm.html#values()">values()</a></span> - Static method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/PKWareExtraHeader.HashAlgorithm.html" title="enum in org.apache.commons.compress.archivers.zip">PKWareExtraHeader.HashAlgorithm</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64Mode.html#values()">values()</a></span> - Static method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64Mode.html" title="enum in org.apache.commons.compress.archivers.zip">Zip64Mode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipMethod.html#values()">values()</a></span> - Static method in enum org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipMethod.html" title="enum in org.apache.commons.compress.archivers.zip">ZipMethod</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200Strategy.html#values()">values()</a></span> - Static method in enum org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200Strategy.html" title="enum in org.apache.commons.compress.compressors.pack200">Pack200Strategy</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyDialect.html#values()">values()</a></span> - Static method in enum org.apache.commons.compress.compressors.snappy.<a href="./org/apache/commons/compress/compressors/snappy/FramedSnappyDialect.html" title="enum in org.apache.commons.compress.compressors.snappy">FramedSnappyDialect</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html#VAX_VMS">VAX_VMS</a></span> - Static variable in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry.HostOs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarUtils.html#verifyCheckSum(byte[])">verifyCheckSum(byte[])</a></span> - Static method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarUtils.html" title="class in org.apache.commons.compress.archivers.tar">TarUtils</a></dt>
<dd>
<div class="block">Wikipedia <a href="http://en.wikipedia.org/wiki/Tar_(file_format)#File_header">says</a>:
 
 The checksum is calculated by taking the sum of the unsigned byte values
 of the header block with the eight checksum bytes taken to be ascii
 spaces (decimal value 32).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#VERSION_ANT">VERSION_ANT</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">The "version" representing an Ant tar archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#VERSION_GNU_SPACE">VERSION_GNU_SPACE</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#VERSION_GNU_ZERO">VERSION_GNU_ZERO</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#VERSION_OFFSET">VERSION_OFFSET</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Offset of start of magic field within header record</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#VERSION_POSIX">VERSION_POSIX</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#VERSIONLEN">VERSIONLEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Previously this was regarded as part of "magic" field, but it is separate.</div>
</dd>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html#WIN32">WIN32</a></span> - Static variable in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry.HostOs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html#WIN95">WIN95</a></span> - Static variable in class org.apache.commons.compress.archivers.arj.<a href="./org/apache/commons/compress/archivers/arj/ArjArchiveEntry.HostOs.html" title="class in org.apache.commons.compress.archivers.arj">ArjArchiveEntry.HostOs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateParameters.html#withZlibHeader()">withZlibHeader()</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateParameters.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateParameters</a></dt>
<dd>
<div class="block">Whether or not the zlib header shall be written (when
 compressing) or expected (when decompressing).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html#write(byte[],%20int,%20int)">write(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.ar.<a href="./org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.ar">ArArchiveOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html#write(int)">write(int)</a></span> - Method in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers">ArchiveOutputStream</a></dt>
<dd>
<div class="block">Writes a byte to the current archive entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html#write(byte[],%20int,%20int)">write(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.cpio.<a href="./org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.cpio">CpioArchiveOutputStream</a></dt>
<dd>
<div class="block">Writes an array of bytes to the current CPIO entry data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html#write(int)">write(int)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZOutputFile</a></dt>
<dd>
<div class="block">Writes a byte to the current archive entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html#write(byte[])">write(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZOutputFile</a></dt>
<dd>
<div class="block">Writes a byte array to the current archive entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html#write(byte[],%20int,%20int)">write(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.sevenz.<a href="./org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.html" title="class in org.apache.commons.compress.archivers.sevenz">SevenZOutputFile</a></dt>
<dd>
<div class="block">Writes part of a byte array to the current archive entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html#write(byte[],%20int,%20int)">write(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveOutputStream</a></dt>
<dd>
<div class="block">Writes bytes to the current tar archive entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#write(byte[],%20int,%20int)">write(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Writes bytes to ZIP entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html#write(int)">write(int)</a></span> - Method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html#write(byte[],%20int,%20int)">write(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.bzip2.<a href="./org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.bzip2">BZip2CompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html#write(int)">write(int)</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html#write(byte[],%20int,%20int)">write(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.deflate.<a href="./org/apache/commons/compress/compressors/deflate/DeflateCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.deflate">DeflateCompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#write(int)">write(int)</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#write(byte[])">write(byte[])</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorOutputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html#write(byte[],%20int,%20int)">write(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.gzip.<a href="./org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.gzip">GzipCompressorOutputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorOutputStream.html#write(int)">write(int)</a></span> - Method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.lzma">LZMACompressorOutputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorOutputStream.html#write(byte[],%20int,%20int)">write(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.lzma.<a href="./org/apache/commons/compress/compressors/lzma/LZMACompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.lzma">LZMACompressorOutputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html#write(int)">write(int)</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html#write(byte[])">write(byte[])</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html#write(byte[],%20int,%20int)">write(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.pack200.<a href="./org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.pack200">Pack200CompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html#write(int)">write(int)</a></span> - Method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html#write(byte[],%20int,%20int)">write(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CountingOutputStream.html#write(int)">write(int)</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CountingOutputStream.html" title="class in org.apache.commons.compress.utils">CountingOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CountingOutputStream.html#write(byte[])">write(byte[])</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CountingOutputStream.html" title="class in org.apache.commons.compress.utils">CountingOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/CountingOutputStream.html#write(byte[],%20int,%20int)">write(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/CountingOutputStream.html" title="class in org.apache.commons.compress.utils">CountingOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html#write(java.nio.ByteBuffer)">write(ByteBuffer)</a></span> - Method in class org.apache.commons.compress.utils.<a href="./org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html" title="class in org.apache.commons.compress.utils">SeekableInMemoryByteChannel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#writeCentralDirectoryEnd()">writeCentralDirectoryEnd()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Writes the &quot;End of central dir record&quot;.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#writeCentralFileHeader(org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">writeCentralFileHeader(ZipArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Writes the central file header entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html#writeCounted(byte[])">writeCounted(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html" title="class in org.apache.commons.compress.archivers.zip">StreamCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html#writeCounted(byte[],%20int,%20int)">writeCounted(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html" title="class in org.apache.commons.compress.archivers.zip">StreamCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#writeDataDescriptor(org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">writeDataDescriptor(ZipArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Writes the data descriptor entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#writeEntryHeader(byte[])">writeEntryHeader(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Write an entry's header information to a header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html#writeEntryHeader(byte[],%20org.apache.commons.compress.archivers.zip.ZipEncoding,%20boolean)">writeEntryHeader(byte[], ZipEncoding, boolean)</a></span> - Method in class org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarArchiveEntry.html" title="class in org.apache.commons.compress.archivers.tar">TarArchiveEntry</a></dt>
<dd>
<div class="block">Write an entry's header information to a header buffer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#writeLocalFileHeader(org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">writeLocalFileHeader(ZipArchiveEntry)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Writes the local file header entry</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html#writeOut(byte[],%20int,%20int)">writeOut(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/StreamCompressor.html" title="class in org.apache.commons.compress.archivers.zip">StreamCompressor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#writeOut(byte[])">writeOut(byte[])</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Write bytes to output or random access file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#writeOut(byte[],%20int,%20int)">writeOut(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Write bytes to output or random access file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/parallel/FileBasedScatterGatherBackingStore.html#writeOut(byte[],%20int,%20int)">writeOut(byte[], int, int)</a></span> - Method in class org.apache.commons.compress.parallel.<a href="./org/apache/commons/compress/parallel/FileBasedScatterGatherBackingStore.html" title="class in org.apache.commons.compress.parallel">FileBasedScatterGatherBackingStore</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/parallel/ScatterGatherBackingStore.html#writeOut(byte[],%20int,%20int)">writeOut(byte[], int, int)</a></span> - Method in interface org.apache.commons.compress.parallel.<a href="./org/apache/commons/compress/parallel/ScatterGatherBackingStore.html" title="interface in org.apache.commons.compress.parallel">ScatterGatherBackingStore</a></dt>
<dd>
<div class="block">Writes a piece of payload.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html#writeTo(org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream)">writeTo(ZipArchiveOutputStream)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator.html" title="class in org.apache.commons.compress.archivers.zip">ParallelScatterZipCreator</a></dt>
<dd>
<div class="block">Write the contents this to the target <a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip"><code>ZipArchiveOutputStream</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html#writeTo(org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream)">writeTo(ZipArchiveOutputStream)</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ScatterZipOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ScatterZipOutputStream</a></dt>
<dd>
<div class="block">Write the contents of this scatter stream to a target archive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#writeZip64CentralDirectory()">writeZip64CentralDirectory()</a></span> - Method in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Writes the &quot;ZIP64 End of central dir record&quot; and
 &quot;ZIP64 End of central dir locator&quot;.</div>
</dd>
</dl>
<a name="_X_">
<!--   -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">X000A_NTFS</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">NTFS extra field that was thought to store various attributes but
 in reality only stores timestamps.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html#X000A_NTFS()">X000A_NTFS()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X000A_NTFS.html" title="class in org.apache.commons.compress.archivers.zip">X000A_NTFS</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/X0014_X509Certificates.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">X0014_X509Certificates</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">PKCS#7 Store for X.509 Certificates (0x0014).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0014_X509Certificates.html#X0014_X509Certificates()">X0014_X509Certificates()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0014_X509Certificates.html" title="class in org.apache.commons.compress.archivers.zip">X0014_X509Certificates</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/X0015_CertificateIdForFile.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">X0015_CertificateIdForFile</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">X.509 Certificate ID and Signature for individual file (0x0015).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0015_CertificateIdForFile.html#X0015_CertificateIdForFile()">X0015_CertificateIdForFile()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0015_CertificateIdForFile.html" title="class in org.apache.commons.compress.archivers.zip">X0015_CertificateIdForFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/X0016_CertificateIdForCentralDirectory.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">X0016_CertificateIdForCentralDirectory</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">X.509 Certificate ID and Signature for central directory (0x0016).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0016_CertificateIdForCentralDirectory.html#X0016_CertificateIdForCentralDirectory()">X0016_CertificateIdForCentralDirectory()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0016_CertificateIdForCentralDirectory.html" title="class in org.apache.commons.compress.archivers.zip">X0016_CertificateIdForCentralDirectory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">X0017_StrongEncryptionHeader</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Strong Encryption Header (0x0017).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html#X0017_StrongEncryptionHeader()">X0017_StrongEncryptionHeader()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0017_StrongEncryptionHeader.html" title="class in org.apache.commons.compress.archivers.zip">X0017_StrongEncryptionHeader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/X0019_EncryptionRecipientCertificateList.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">X0019_EncryptionRecipientCertificateList</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">PKCS#7 Encryption Recipient Certificate List (0x0019).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X0019_EncryptionRecipientCertificateList.html#X0019_EncryptionRecipientCertificateList()">X0019_EncryptionRecipientCertificateList()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X0019_EncryptionRecipientCertificateList.html" title="class in org.apache.commons.compress.archivers.zip">X0019_EncryptionRecipientCertificateList</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">X5455_ExtendedTimestamp</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">An extra field that stores additional file and directory timestamp data
 for zip entries.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html#X5455_ExtendedTimestamp()">X5455_ExtendedTimestamp()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestamp.html" title="class in org.apache.commons.compress.archivers.zip">X5455_ExtendedTimestamp</a></dt>
<dd>
<div class="block">Constructor for X5455_ExtendedTimestamp.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">X7875_NewUnix</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">An extra field that stores UNIX UID/GID data (owner &amp; group ownership) for a given
 zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html#X7875_NewUnix()">X7875_NewUnix()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/X7875_NewUnix.html" title="class in org.apache.commons.compress.archivers.zip">X7875_NewUnix</a></dt>
<dd>
<div class="block">Constructor for X7875_NewUnix.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#XSTAR_MAGIC_LEN">XSTAR_MAGIC_LEN</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Length of the XSTAR magic.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/tar/TarConstants.html#XSTAR_MAGIC_OFFSET">XSTAR_MAGIC_OFFSET</a></span> - Static variable in interface org.apache.commons.compress.archivers.tar.<a href="./org/apache/commons/compress/archivers/tar/TarConstants.html" title="interface in org.apache.commons.compress.archivers.tar">TarConstants</a></dt>
<dd>
<div class="block">Offset inside the header for the xstar magic bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#XZ">XZ</a></span> - Static variable in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "xz") used to identify the XZ compression method.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.xz"><span class="strong">XZCompressorInputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/xz/package-summary.html">org.apache.commons.compress.compressors.xz</a></dt>
<dd>
<div class="block">XZ decompressor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html#XZCompressorInputStream(java.io.InputStream)">XZCompressorInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorInputStream</a></dt>
<dd>
<div class="block">Creates a new input stream that decompresses XZ-compressed data
 from the specified input stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html#XZCompressorInputStream(java.io.InputStream,%20boolean)">XZCompressorInputStream(InputStream, boolean)</a></span> - Constructor for class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorInputStream</a></dt>
<dd>
<div class="block">Creates a new input stream that decompresses XZ-compressed data
 from the specified input stream.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.xz"><span class="strong">XZCompressorOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/xz/package-summary.html">org.apache.commons.compress.compressors.xz</a></dt>
<dd>
<div class="block">XZ compressor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html#XZCompressorOutputStream(java.io.OutputStream)">XZCompressorOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorOutputStream</a></dt>
<dd>
<div class="block">Creates a new XZ compressor using the default LZMA2 options.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html#XZCompressorOutputStream(java.io.OutputStream,%20int)">XZCompressorOutputStream(OutputStream, int)</a></span> - Constructor for class org.apache.commons.compress.compressors.xz.<a href="./org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html" title="class in org.apache.commons.compress.compressors.xz">XZCompressorOutputStream</a></dt>
<dd>
<div class="block">Creates a new XZ compressor using the specified LZMA2 preset level.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/xz/XZUtils.html" title="class in org.apache.commons.compress.compressors.xz"><span class="strong">XZUtils</span></a> - Class in <a href="./org/apache/commons/compress/compressors/xz/package-summary.html">org.apache.commons.compress.compressors.xz</a></dt>
<dd>
<div class="block">Utility code for the xz compression format.</div>
</dd>
</dl>
<a name="_Z_">
<!--   -->
</a>
<h2 class="title">Z</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html#Z">Z</a></span> - Static variable in class org.apache.commons.compress.compressors.<a href="./org/apache/commons/compress/compressors/CompressorStreamFactory.html" title="class in org.apache.commons.compress.compressors">CompressorStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "z") used to identify the traditional Unix compress
 method.</div>
</dd>
<dt><a href="./org/apache/commons/compress/compressors/z/ZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.z"><span class="strong">ZCompressorInputStream</span></a> - Class in <a href="./org/apache/commons/compress/compressors/z/package-summary.html">org.apache.commons.compress.compressors.z</a></dt>
<dd>
<div class="block">Input stream that decompresses .Z files.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/compressors/z/ZCompressorInputStream.html#ZCompressorInputStream(java.io.InputStream)">ZCompressorInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.compressors.z.<a href="./org/apache/commons/compress/compressors/z/ZCompressorInputStream.html" title="class in org.apache.commons.compress.compressors.z">ZCompressorInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#ZERO">ZERO</a></span> - Static variable in class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html#ZIP">ZIP</a></span> - Static variable in class org.apache.commons.compress.archivers.<a href="./org/apache/commons/compress/archivers/ArchiveStreamFactory.html" title="class in org.apache.commons.compress.archivers">ArchiveStreamFactory</a></dt>
<dd>
<div class="block">Constant (value "zip") used to identify the ZIP archive format.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">Zip64ExtendedInformationExtraField</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Holds size and other extended information for entries that use Zip64
 features.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#Zip64ExtendedInformationExtraField()">Zip64ExtendedInformationExtraField()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>
<div class="block">This constructor should only be used by the code that reads
 archives inside of Commons Compress.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#Zip64ExtendedInformationExtraField(org.apache.commons.compress.archivers.zip.ZipEightByteInteger,%20org.apache.commons.compress.archivers.zip.ZipEightByteInteger)">Zip64ExtendedInformationExtraField(ZipEightByteInteger, ZipEightByteInteger)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>
<div class="block">Creates an extra field based on the original and compressed size.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html#Zip64ExtendedInformationExtraField(org.apache.commons.compress.archivers.zip.ZipEightByteInteger,%20org.apache.commons.compress.archivers.zip.ZipEightByteInteger,%20org.apache.commons.compress.archivers.zip.ZipEightByteInteger,%20org.apache.commons.compress.archivers.zip.ZipLong)">Zip64ExtendedInformationExtraField(ZipEightByteInteger, ZipEightByteInteger, ZipEightByteInteger, ZipLong)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64ExtendedInformationExtraField.html" title="class in org.apache.commons.compress.archivers.zip">Zip64ExtendedInformationExtraField</a></dt>
<dd>
<div class="block">Creates an extra field based on all four possible values.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/Zip64Mode.html" title="enum in org.apache.commons.compress.archivers.zip"><span class="strong">Zip64Mode</span></a> - Enum in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">The different modes <a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip"><code>ZipArchiveOutputStream</code></a> can operate in.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/Zip64RequiredException.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">Zip64RequiredException</span></a> - Exception in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Exception thrown when attempting to write data that requires Zip64
 support to an archive and <a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#setUseZip64(org.apache.commons.compress.archivers.zip.Zip64Mode)"><code>UseZip64</code></a> has been set to <a href="./org/apache/commons/compress/archivers/zip/Zip64Mode.html#Never"><code>Never</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/Zip64RequiredException.html#Zip64RequiredException(java.lang.String)">Zip64RequiredException(String)</a></span> - Constructor for exception org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/Zip64RequiredException.html" title="class in org.apache.commons.compress.archivers.zip">Zip64RequiredException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ZipArchiveEntry</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Extension that adds better handling of extra fields and provides
 access to the internal and external file attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#ZipArchiveEntry(java.lang.String)">ZipArchiveEntry(String)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Creates a new zip entry with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#ZipArchiveEntry(java.util.zip.ZipEntry)">ZipArchiveEntry(ZipEntry)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Creates a new zip entry with fields taken from the specified zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#ZipArchiveEntry(org.apache.commons.compress.archivers.zip.ZipArchiveEntry)">ZipArchiveEntry(ZipArchiveEntry)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Creates a new zip entry with fields taken from the specified zip entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#ZipArchiveEntry()">ZipArchiveEntry()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#ZipArchiveEntry(java.io.File,%20java.lang.String)">ZipArchiveEntry(File, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a></dt>
<dd>
<div class="block">Creates a new zip entry taking some information from the given
 file and using the provided name.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryPredicate.html" title="interface in org.apache.commons.compress.archivers.zip"><span class="strong">ZipArchiveEntryPredicate</span></a> - Interface in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">A predicate to test if a #ZipArchiveEntry matches a criteria.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ZipArchiveEntryRequest</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">A Thread-safe representation of a ZipArchiveEntry that is used to add entries to parallel archives.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequestSupplier.html" title="interface in org.apache.commons.compress.archivers.zip"><span class="strong">ZipArchiveEntryRequestSupplier</span></a> - Interface in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Supplies <a href="./org/apache/commons/compress/archivers/zip/ZipArchiveEntryRequest.html" title="class in org.apache.commons.compress.archivers.zip"><code>ZipArchiveEntryRequest</code></a>.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ZipArchiveInputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Implements an input stream that can read Zip archives.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html#ZipArchiveInputStream(java.io.InputStream)">ZipArchiveInputStream(InputStream)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveInputStream</a></dt>
<dd>
<div class="block">Create an instance using UTF-8 encoding</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html#ZipArchiveInputStream(java.io.InputStream,%20java.lang.String)">ZipArchiveInputStream(InputStream, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveInputStream</a></dt>
<dd>
<div class="block">Create an instance using the specified encoding</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html#ZipArchiveInputStream(java.io.InputStream,%20java.lang.String,%20boolean)">ZipArchiveInputStream(InputStream, String, boolean)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveInputStream</a></dt>
<dd>
<div class="block">Create an instance using the specified encoding</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html#ZipArchiveInputStream(java.io.InputStream,%20java.lang.String,%20boolean,%20boolean)">ZipArchiveInputStream(InputStream, String, boolean, boolean)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveInputStream</a></dt>
<dd>
<div class="block">Create an instance using the specified encoding</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ZipArchiveOutputStream</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Reimplementation of <a href="http://docs.oracle.com/javase/7/docs/api/java/util/zip/ZipOutputStream.html?is-external=true" title="class or interface in java.util.zip"><code>java.util.zip.ZipOutputStream</code></a> that does handle the extended
 functionality of this package, especially internal/external file
 attributes and extra fields with different layouts for local file
 data and central directory entries.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#ZipArchiveOutputStream(java.io.OutputStream)">ZipArchiveOutputStream(OutputStream)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Creates a new ZIP OutputStream filtering the underlying stream.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#ZipArchiveOutputStream(java.io.File)">ZipArchiveOutputStream(File)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Creates a new ZIP OutputStream writing to a File.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html#ZipArchiveOutputStream(java.nio.channels.SeekableByteChannel)">ZipArchiveOutputStream(SeekableByteChannel)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveOutputStream</a></dt>
<dd>
<div class="block">Creates a new ZIP OutputStream writing to a SeekableByteChannel.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ZipArchiveOutputStream.UnicodeExtraFieldPolicy</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">enum that represents the possible policies for creating Unicode
 extra fields.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ZipEightByteInteger</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Utility class that represents an eight byte integer with conversion
 rules for the big endian byte order of ZIP files.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#ZipEightByteInteger(long)">ZipEightByteInteger(long)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Create instance from a number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#ZipEightByteInteger(java.math.BigInteger)">ZipEightByteInteger(BigInteger)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Create instance from a number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#ZipEightByteInteger(byte[])">ZipEightByteInteger(byte[])</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Create instance from bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html#ZipEightByteInteger(byte[],%20int)">ZipEightByteInteger(byte[], int)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html" title="class in org.apache.commons.compress.archivers.zip">ZipEightByteInteger</a></dt>
<dd>
<div class="block">Create instance from the eight bytes starting at offset.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipEncoding.html" title="interface in org.apache.commons.compress.archivers.zip"><span class="strong">ZipEncoding</span></a> - Interface in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">An interface for encoders that do a pretty encoding of ZIP
 filenames.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipEncodingHelper.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ZipEncodingHelper</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Static helper functions for robustly encoding filenames in zip files.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipEncodingHelper.html#ZipEncodingHelper()">ZipEncodingHelper()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipEncodingHelper.html" title="class in org.apache.commons.compress.archivers.zip">ZipEncodingHelper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip"><span class="strong">ZipExtraField</span></a> - Interface in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">General format of extra field data.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ZipFile</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Replacement for <code>java.util.ZipFile</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#ZipFile(java.io.File)">ZipFile(File)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Opens the given file for reading, assuming "UTF8" for file names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#ZipFile(java.lang.String)">ZipFile(String)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Opens the given file for reading, assuming "UTF8".</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#ZipFile(java.lang.String,%20java.lang.String)">ZipFile(String, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Opens the given file for reading, assuming the specified
 encoding for file names, scanning unicode extra fields.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#ZipFile(java.io.File,%20java.lang.String)">ZipFile(File, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Opens the given file for reading, assuming the specified
 encoding for file names and scanning for unicode extra fields.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#ZipFile(java.io.File,%20java.lang.String,%20boolean)">ZipFile(File, String, boolean)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Opens the given file for reading, assuming the specified
 encoding for file names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#ZipFile(java.nio.channels.SeekableByteChannel)">ZipFile(SeekableByteChannel)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Opens the given channel for reading, assuming "UTF8" for file names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#ZipFile(java.nio.channels.SeekableByteChannel,%20java.lang.String)">ZipFile(SeekableByteChannel, String)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Opens the given channel for reading, assuming the specified
 encoding for file names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipFile.html#ZipFile(java.nio.channels.SeekableByteChannel,%20java.lang.String,%20java.lang.String,%20boolean)">ZipFile(SeekableByteChannel, String, String, boolean)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipFile.html" title="class in org.apache.commons.compress.archivers.zip">ZipFile</a></dt>
<dd>
<div class="block">Opens the given channel for reading, assuming the specified
 encoding for file names.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ZipLong</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Utility class that represents a four byte integer with conversion
 rules for the big endian byte order of ZIP files.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#ZipLong(long)">ZipLong(long)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Create instance from a number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#ZipLong(byte[])">ZipLong(byte[])</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Create instance from bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipLong.html#ZipLong(byte[],%20int)">ZipLong(byte[], int)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a></dt>
<dd>
<div class="block">Create instance from the four bytes starting at offset.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipMethod.html" title="enum in org.apache.commons.compress.archivers.zip"><span class="strong">ZipMethod</span></a> - Enum in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">List of known compression methods 
 
 Many of these methods are currently not supported by commons compress</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ZipShort</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Utility class that represents a two byte integer with conversion
 rules for the big endian byte order of ZIP files.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html#ZipShort(int)">ZipShort(int)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a></dt>
<dd>
<div class="block">Create instance from a number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html#ZipShort(byte[])">ZipShort(byte[])</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a></dt>
<dd>
<div class="block">Create instance from bytes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipShort.html#ZipShort(byte[],%20int)">ZipShort(byte[], int)</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a></dt>
<dd>
<div class="block">Create instance from the two bytes starting at offset.</div>
</dd>
<dt><a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html" title="class in org.apache.commons.compress.archivers.zip"><span class="strong">ZipUtil</span></a> - Class in <a href="./org/apache/commons/compress/archivers/zip/package-summary.html">org.apache.commons.compress.archivers.zip</a></dt>
<dd>
<div class="block">Utility class for handling DOS and Java time conversions.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html#ZipUtil()">ZipUtil()</a></span> - Constructor for class org.apache.commons.compress.archivers.zip.<a href="./org/apache/commons/compress/archivers/zip/ZipUtil.html" title="class in org.apache.commons.compress.archivers.zip">ZipUtil</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a href="#_Z_">Z</a>&nbsp;</div>
<!-- ======= 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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.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>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>