You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2013/03/14 18:11:35 UTC

svn commit: r854484 [5/43] - in /websites/production/commons/content/proper/commons-compress: ./ apidocs/ apidocs/org/apache/commons/compress/archivers/ apidocs/org/apache/commons/compress/archivers/ar/ apidocs/org/apache/commons/compress/archivers/ar/...

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ZipArchiveEntry (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>ZipArchiveEntry (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZipArchiveEntry (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="ZipArchiveEntry (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -1288,11 +1288,12 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>isUnixSymlink</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.277">isUnixSymlink</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.278">isUnixSymlink</a>()</pre>
 <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>
-<dl><dt><span class="strong">Returns:</span></dt><dd>true if the entry represents a unix symlink, false otherwise.</dd></dl>
+<dl><dt><span class="strong">Returns:</span></dt><dd>true if the entry represents a unix symlink, false otherwise.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.5</dd></dl>
 </li>
 </ul>
 <a name="getPlatform()">
@@ -1301,7 +1302,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getPlatform</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.288">getPlatform</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.289">getPlatform</a>()</pre>
 <div class="block">Platform specification to put into the &quot;version made
  by&quot; part of the central file header.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>PLATFORM_FAT unless <a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#setUnixMode(int)"><code>setUnixMode</code></a>
@@ -1314,7 +1315,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>setPlatform</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.296">setPlatform</a>(int&nbsp;platform)</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.297">setPlatform</a>(int&nbsp;platform)</pre>
 <div class="block">Set the platform (UNIX or FAT).</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>platform</code> - an <code>int</code> value - 0 is FAT, 3 is UNIX</dd></dl>
 </li>
@@ -1325,7 +1326,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>setExtraFields</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.304">setExtraFields</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a>[]&nbsp;fields)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.305">setExtraFields</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a>[]&nbsp;fields)</pre>
 <div class="block">Replaces all currently attached extra fields with the new array.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>fields</code> - an array of extra fields</dd></dl>
 </li>
@@ -1336,7 +1337,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getExtraFields</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a>[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.320">getExtraFields</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a>[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.321">getExtraFields</a>()</pre>
 <div class="block">Retrieves all extra fields that have been parsed successfully.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>an array of the extra fields</dd></dl>
 </li>
@@ -1347,7 +1348,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getExtraFields</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a>[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.333">getExtraFields</a>(boolean&nbsp;includeUnparseable)</pre>
+<pre>public&nbsp;<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a>[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.334">getExtraFields</a>(boolean&nbsp;includeUnparseable)</pre>
 <div class="block">Retrieves extra fields.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>includeUnparseable</code> - whether to also return unparseable
  extra fields as <a href="../../../../../../org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip"><code>UnparseableExtraFieldData</code></a> if such data
@@ -1362,7 +1363,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>addExtraField</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.355">addExtraField</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a>&nbsp;ze)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.356">addExtraField</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a>&nbsp;ze)</pre>
 <div class="block">Adds an extra field - replacing an already present extra field
  of the same type.
 
@@ -1377,7 +1378,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>addAsFirstExtraField</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.374">addAsFirstExtraField</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a>&nbsp;ze)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.375">addAsFirstExtraField</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a>&nbsp;ze)</pre>
 <div class="block">Adds an extra field - replacing an already present extra field
  of the same type.
 
@@ -1391,7 +1392,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>removeExtraField</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.393">removeExtraField</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a>&nbsp;type)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.394">removeExtraField</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a>&nbsp;type)</pre>
 <div class="block">Remove an extra field.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - the type of extra field to remove</dd></dl>
 </li>
@@ -1402,7 +1403,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>removeUnparseableExtraFieldData</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.408">removeUnparseableExtraFieldData</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.409">removeUnparseableExtraFieldData</a>()</pre>
 <div class="block">Removes unparseable extra field data.</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>1.1</dd></dl>
@@ -1414,7 +1415,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getExtraField</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.421">getExtraField</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a>&nbsp;type)</pre>
+<pre>public&nbsp;<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipExtraField.html" title="interface in org.apache.commons.compress.archivers.zip">ZipExtraField</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.422">getExtraField</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipShort.html" title="class in org.apache.commons.compress.archivers.zip">ZipShort</a>&nbsp;type)</pre>
 <div class="block">Looks up an extra field by its header id.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>null if no such field exists.</dd></dl>
 </li>
@@ -1425,7 +1426,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getUnparseableExtraFieldData</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip">UnparseableExtraFieldData</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.435">getUnparseableExtraFieldData</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../../org/apache/commons/compress/archivers/zip/UnparseableExtraFieldData.html" title="class in org.apache.commons.compress.archivers.zip">UnparseableExtraFieldData</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.436">getUnparseableExtraFieldData</a>()</pre>
 <div class="block">Looks up extra field data that couldn't be parsed correctly.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>null if no such field exists.</dd><dt><span class="strong">Since:</span></dt>
   <dd>1.1</dd></dl>
@@ -1437,7 +1438,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>setExtra</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.448">setExtra</a>(byte[]&nbsp;extra)
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.449">setExtra</a>(byte[]&nbsp;extra)
               throws <a href="http://download.oracle.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a></pre>
 <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>
@@ -1457,7 +1458,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>setExtra</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.467">setExtra</a>()</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.468">setExtra</a>()</pre>
 <div class="block">Unfortunately <a href="http://download.oracle.com/javase/6/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>
@@ -1469,7 +1470,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>setCentralDirectoryExtra</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.474">setCentralDirectoryExtra</a>(byte[]&nbsp;b)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.475">setCentralDirectoryExtra</a>(byte[]&nbsp;b)</pre>
 <div class="block">Sets the central directory part of extra fields.</div>
 </li>
 </ul>
@@ -1479,7 +1480,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getLocalFileDataExtra</h4>
-<pre>public&nbsp;byte[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.489">getLocalFileDataExtra</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.490">getLocalFileDataExtra</a>()</pre>
 <div class="block">Retrieves the extra data for the local file data.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the extra data for local file</dd></dl>
 </li>
@@ -1490,7 +1491,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getCentralDirectoryExtra</h4>
-<pre>public&nbsp;byte[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.498">getCentralDirectoryExtra</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.499">getCentralDirectoryExtra</a>()</pre>
 <div class="block">Retrieves the extra data for the central directory.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the central directory extra data</dd></dl>
 </li>
@@ -1501,7 +1502,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.507">getName</a>()</pre>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.508">getName</a>()</pre>
 <div class="block">Get the name of the entry.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -1517,7 +1518,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>isDirectory</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.516">isDirectory</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.517">isDirectory</a>()</pre>
 <div class="block">Is this entry a directory?</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -1533,7 +1534,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>setName</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.524">setName</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.525">setName</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Set the name of the entry.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name to use</dd></dl>
 </li>
@@ -1544,7 +1545,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getSize</h4>
-<pre>public&nbsp;long&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.537">getSize</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.538">getSize</a>()</pre>
 <div class="block">Gets the uncompressed size of the entry data.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -1560,7 +1561,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>setSize</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.548">setSize</a>(long&nbsp;size)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.549">setSize</a>(long&nbsp;size)</pre>
 <div class="block">Sets the uncompressed size of the entry data.</div>
 <dl>
 <dt><strong>Overrides:</strong></dt>
@@ -1577,7 +1578,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>setName</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.564">setName</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.565">setName</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
            byte[]&nbsp;rawName)</pre>
 <div class="block">Sets the name using the raw bytes and the string created from
  it by guessing or using the configured encoding.</div>
@@ -1593,7 +1594,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getRawName</h4>
-<pre>public&nbsp;byte[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.578">getRawName</a>()</pre>
+<pre>public&nbsp;byte[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.579">getRawName</a>()</pre>
 <div class="block">Returns the raw bytes that made up the name before it has been
  converted using the configured or guessed encoding.
 
@@ -1609,7 +1610,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>hashCode</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.593">hashCode</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.594">hashCode</a>()</pre>
 <div class="block">Get the hashCode of the entry.
  This uses the name as the hashcode.</div>
 <dl>
@@ -1624,7 +1625,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getGeneralPurposeBit</h4>
-<pre>public&nbsp;<a href="../../../../../../org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.605">getGeneralPurposeBit</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../../org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.606">getGeneralPurposeBit</a>()</pre>
 <div class="block">The "general purpose bit" field.</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>1.1</dd></dl>
@@ -1636,7 +1637,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>setGeneralPurposeBit</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.613">setGeneralPurposeBit</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a>&nbsp;b)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.614">setGeneralPurposeBit</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/GeneralPurposeBit.html" title="class in org.apache.commons.compress.archivers.zip">GeneralPurposeBit</a>&nbsp;b)</pre>
 <div class="block">The "general purpose bit" field.</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>1.1</dd></dl>
@@ -1648,7 +1649,7 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>getLastModifiedDate</h4>
-<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.654">getLastModifiedDate</a>()</pre>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.655">getLastModifiedDate</a>()</pre>
 <div class="block">The last modified date of the entry.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -1662,7 +1663,7 @@ implements <a href="../../../../../../or
 <ul class="blockListLast">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.662">equals</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html#line.663">equals</a>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code>&nbsp;in class&nbsp;<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ZipArchiveInputStream (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>ZipArchiveInputStream (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZipArchiveInputStream (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="ZipArchiveInputStream (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ZipArchiveOutputStream.UnicodeExtraFieldPolicy (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>ZipArchiveOutputStream.UnicodeExtraFieldPolicy (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZipArchiveOutputStream.UnicodeExtraFieldPolicy (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="ZipArchiveOutputStream.UnicodeExtraFieldPolicy (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ZipArchiveOutputStream (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>ZipArchiveOutputStream (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZipArchiveOutputStream (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="ZipArchiveOutputStream (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipEightByteInteger.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ZipEightByteInteger (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>ZipEightByteInteger (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZipEightByteInteger (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="ZipEightByteInteger (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipEncoding.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipEncoding.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipEncoding.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ZipEncoding (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>ZipEncoding (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZipEncoding (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="ZipEncoding (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipEncodingHelper.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipEncodingHelper.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipEncodingHelper.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ZipEncodingHelper (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>ZipEncodingHelper (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZipEncodingHelper (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="ZipEncodingHelper (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipExtraField.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipExtraField.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipExtraField.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ZipExtraField (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>ZipExtraField (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZipExtraField (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="ZipExtraField (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipFile.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipFile.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipFile.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ZipFile (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>ZipFile (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZipFile (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="ZipFile (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -427,7 +427,7 @@ extends <a href="http://download.oracle.
  <p>Entries will be returned in the same order their contents
  appear within the archive.</p></div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>all entries as <a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip"><code>ZipArchiveEntry</code></a> instances</dd><dt><span class="strong">Since:</span></dt>
-  <dd>Commons Compress 1.1</dd></dl>
+  <dd>1.1</dd></dl>
 </li>
 </ul>
 <a name="getEntry(java.lang.String)">
@@ -482,7 +482,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getUnixSymlink</h4>
-<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipFile.html#line.368">getUnixSymlink</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a>&nbsp;entry)
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipFile.html#line.369">getUnixSymlink</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipArchiveEntry.html" title="class in org.apache.commons.compress.archivers.zip">ZipArchiveEntry</a>&nbsp;entry)
                       throws <a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block"><p>
  Convenience method to return the entry's content as a String if isUnixSymlink()
@@ -494,7 +494,8 @@ extends <a href="http://download.oracle.
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>entry</code> - ZipArchiveEntry object that represents the symbolic link</dd>
 <dt><span class="strong">Returns:</span></dt><dd>entry's content as a String</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - problem with content's input stream</dd></dl>
+<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - problem with content's input stream</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.5</dd></dl>
 </li>
 </ul>
 <a name="finalize()">
@@ -503,7 +504,7 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>finalize</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipFile.html#line.391">finalize</a>()
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipFile.html#line.392">finalize</a>()
                  throws <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></pre>
 <div class="block">Ensures that the close method of this zipfile is called when
  there are no more references to it.</div>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipLong.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipLong.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipLong.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ZipLong (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>ZipLong (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZipLong (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="ZipLong (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipMethod.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipMethod.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipMethod.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ZipMethod (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>ZipMethod (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZipMethod (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="ZipMethod (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipShort.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipShort.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipShort.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ZipShort (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>ZipShort (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZipShort (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="ZipShort (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipUtil.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipUtil.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/ZipUtil.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ZipUtil (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>ZipUtil (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZipUtil (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="ZipUtil (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -270,13 +270,14 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>reverse</h4>
-<pre>public static&nbsp;byte[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipUtil.html#line.96">reverse</a>(byte[]&nbsp;array)</pre>
+<pre>public static&nbsp;byte[]&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipUtil.html#line.97">reverse</a>(byte[]&nbsp;array)</pre>
 <div class="block">Reverses a byte[] array.  Reverses in-place (thus provided array is
  mutated), but also returns same for convenience.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - to reverse (mutated in-place, but also returned for
         convenience).</dd>
 <dt><span class="strong">Returns:</span></dt><dd>the reversed array (mutated in-place, but also returned for
-        convenience).</dd></dl>
+        convenience).</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.5</dd></dl>
 </li>
 </ul>
 <a name="signedByteToUnsignedInt(byte)">
@@ -285,11 +286,12 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>signedByteToUnsignedInt</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipUtil.html#line.150">signedByteToUnsignedInt</a>(byte&nbsp;b)</pre>
+<pre>public static&nbsp;int&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipUtil.html#line.152">signedByteToUnsignedInt</a>(byte&nbsp;b)</pre>
 <div class="block">Converts a signed byte into an unsigned integer representation
  (e.g., -1 becomes 255).</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>b</code> - byte to convert to int</dd>
-<dt><span class="strong">Returns:</span></dt><dd>int representation of the provided byte</dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd>int representation of the provided byte</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.5</dd></dl>
 </li>
 </ul>
 <a name="unsignedIntToSignedByte(int)">
@@ -298,12 +300,13 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>unsignedIntToSignedByte</h4>
-<pre>public static&nbsp;byte&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipUtil.html#line.165">unsignedIntToSignedByte</a>(int&nbsp;i)</pre>
+<pre>public static&nbsp;byte&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipUtil.html#line.168">unsignedIntToSignedByte</a>(int&nbsp;i)</pre>
 <div class="block">Converts an unsigned integer to a signed byte (e.g., 255 becomes -1).</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>i</code> - integer to convert to byte</dd>
 <dt><span class="strong">Returns:</span></dt><dd>byte representation of the provided int</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the provided integer is not inside the range [0,255].</dd></dl>
+<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the provided integer is not inside the range [0,255].</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.5</dd></dl>
 </li>
 </ul>
 <a name="fromDosTime(org.apache.commons.compress.archivers.zip.ZipLong)">
@@ -312,7 +315,7 @@ extends <a href="http://download.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>fromDosTime</h4>
-<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipUtil.html#line.182">fromDosTime</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a>&nbsp;zipDosTime)</pre>
+<pre>public static&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipUtil.html#line.185">fromDosTime</a>(<a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipLong.html" title="class in org.apache.commons.compress.archivers.zip">ZipLong</a>&nbsp;zipDosTime)</pre>
 <div class="block">Convert a DOS date/time field to a Date object.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>zipDosTime</code> - contains the stored DOS time.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>a Date instance corresponding to the given time.</dd></dl>
@@ -324,7 +327,7 @@ extends <a href="http://download.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>dosToJavaTime</h4>
-<pre>public static&nbsp;long&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipUtil.html#line.191">dosToJavaTime</a>(long&nbsp;dosTime)</pre>
+<pre>public static&nbsp;long&nbsp;<a href="../../../../../../src-html/org/apache/commons/compress/archivers/zip/ZipUtil.html#line.194">dosToJavaTime</a>(long&nbsp;dosTime)</pre>
 <div class="block">Converts DOS time to Java time (number of milliseconds since
  epoch).</div>
 </li>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/AbstractUnicodeExtraField.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/AbstractUnicodeExtraField.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/AbstractUnicodeExtraField.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/AsiExtraField.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/AsiExtraField.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/AsiExtraField.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.AsiExtraField (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.AsiExtraField (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.AsiExtraField (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.AsiExtraField (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ExtraFieldUtils.UnparseableExtraField.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ExtraFieldUtils.UnparseableExtraField.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ExtraFieldUtils.UnparseableExtraField.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ExtraFieldUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ExtraFieldUtils.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ExtraFieldUtils.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.ExtraFieldUtils (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.ExtraFieldUtils (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ExtraFieldUtils (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ExtraFieldUtils (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/GeneralPurposeBit.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/GeneralPurposeBit.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/GeneralPurposeBit.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.GeneralPurposeBit (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.GeneralPurposeBit (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.GeneralPurposeBit (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.GeneralPurposeBit (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/JarMarker.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/JarMarker.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/JarMarker.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.JarMarker (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.JarMarker (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.JarMarker (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.JarMarker (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnicodeCommentExtraField.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnicodeCommentExtraField.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnicodeCommentExtraField.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnicodePathExtraField.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnicodePathExtraField.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnicodePathExtraField.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.UnicodePathExtraField (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.UnicodePathExtraField (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.UnicodePathExtraField (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.UnicodePathExtraField (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnixStat.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnixStat.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnixStat.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Interface org.apache.commons.compress.archivers.zip.UnixStat (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.compress.archivers.zip.UnixStat (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.commons.compress.archivers.zip.UnixStat (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.commons.compress.archivers.zip.UnixStat (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnparseableExtraFieldData.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnparseableExtraFieldData.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnparseableExtraFieldData.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnrecognizedExtraField.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnrecognizedExtraField.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnrecognizedExtraField.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnsupportedZipFeatureException.Feature.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnsupportedZipFeatureException.Feature.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnsupportedZipFeatureException.Feature.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnsupportedZipFeatureException.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnsupportedZipFeatureException.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/UnsupportedZipFeatureException.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/X5455_ExtendedTimestamp.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/X5455_ExtendedTimestamp.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/X5455_ExtendedTimestamp.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/X7875_NewUnix.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/X7875_NewUnix.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/X7875_NewUnix.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.X7875_NewUnix (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.X7875_NewUnix (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.X7875_NewUnix (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.X7875_NewUnix (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/Zip64ExtendedInformationExtraField.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/Zip64ExtendedInformationExtraField.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/Zip64ExtendedInformationExtraField.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/Zip64Mode.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/Zip64Mode.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/Zip64Mode.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.Zip64Mode (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.Zip64Mode (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.Zip64Mode (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.Zip64Mode (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/Zip64RequiredException.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/Zip64RequiredException.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/Zip64RequiredException.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.Zip64RequiredException (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.Zip64RequiredException (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.Zip64RequiredException (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.Zip64RequiredException (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipArchiveEntry.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipArchiveEntry.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipArchiveEntry.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveEntry (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveEntry (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveEntry (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveEntry (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipArchiveInputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipArchiveInputStream.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipArchiveInputStream.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipArchiveOutputStream.UnicodeExtraFieldPolicy.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipArchiveOutputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipArchiveOutputStream.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipArchiveOutputStream.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipEightByteInteger.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipEightByteInteger.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipEightByteInteger.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipEightByteInteger (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipEightByteInteger (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipEightByteInteger (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipEightByteInteger (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipEncoding.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipEncoding.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipEncoding.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Interface org.apache.commons.compress.archivers.zip.ZipEncoding (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.compress.archivers.zip.ZipEncoding (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.commons.compress.archivers.zip.ZipEncoding (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.commons.compress.archivers.zip.ZipEncoding (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipEncodingHelper.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipEncodingHelper.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipEncodingHelper.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipEncodingHelper (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipEncodingHelper (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipEncodingHelper (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipEncodingHelper (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipExtraField.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipExtraField.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipExtraField.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Interface org.apache.commons.compress.archivers.zip.ZipExtraField (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Interface org.apache.commons.compress.archivers.zip.ZipExtraField (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.commons.compress.archivers.zip.ZipExtraField (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Interface org.apache.commons.compress.archivers.zip.ZipExtraField (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipFile.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipFile.html (original)
+++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/archivers/zip/class-use/ZipFile.html Thu Mar 14 17:10:39 2013
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipFile (Commons Compress 1.5-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.compress.archivers.zip.ZipFile (Commons Compress 1.6-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipFile (Commons Compress 1.5-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.compress.archivers.zip.ZipFile (Commons Compress 1.6-SNAPSHOT API)";
     }
 //-->
 </script>