Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9EF911677 for ; Sun, 31 Aug 2014 19:29:31 +0000 (UTC) Received: (qmail 80798 invoked by uid 500); 31 Aug 2014 19:29:31 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 80730 invoked by uid 500); 31 Aug 2014 19:29:31 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 80721 invoked by uid 99); 31 Aug 2014 19:29:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Aug 2014 19:29:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Aug 2014 19:28:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 391162388BBD for ; Sun, 31 Aug 2014 19:28:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r920865 [12/45] - 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... Date: Sun, 31 Aug 2014 19:27:54 -0000 To: commits@commons.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140831192819.391162388BBD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html (original) +++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.html Sun Aug 31 19:27:46 2014 @@ -144,21 +144,21 @@ extends -Pack200CompressorInputStream(File f, +Pack200CompressorInputStream(File f, Map<String,String> props)
Decompresses the given file, caching the decompressed data in memory and using the given properties.
-Pack200CompressorInputStream(File f, +Pack200CompressorInputStream(File f, Pack200Strategy mode)
Decompresses the given file using the given strategy to cache the results.
-Pack200CompressorInputStream(File f, +Pack200CompressorInputStream(File f, Pack200Strategy mode, Map<String,String> props)
Decompresses the given file using the given strategy to cache @@ -172,21 +172,21 @@ extends -Pack200CompressorInputStream(InputStream in, +Pack200CompressorInputStream(InputStream in, Map<String,String> props)
Decompresses the given stream, caching the decompressed data in memory and using the given properties.
-Pack200CompressorInputStream(InputStream in, +Pack200CompressorInputStream(InputStream in, Pack200Strategy mode)
Decompresses the given stream using the given strategy to cache the results.
-Pack200CompressorInputStream(InputStream in, +Pack200CompressorInputStream(InputStream in, Pack200Strategy mode, Map<String,String> props)
Decompresses the given stream using the given strategy to cache @@ -226,7 +226,7 @@ extends static boolean -matches(byte[] signature, +matches(byte[] signature, int length)
Checks if the signature matches what is expected for a pack200 file (0xCAFED00D).
@@ -242,7 +242,7 @@ extends int -read(byte[] b, +read(byte[] b, int off, int count)  @@ -267,7 +267,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -465,7 +465,7 @@ extends IOException
Overrides:
-
read in class InputStream
+
read in class InputStream
Throws:
IOException
Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html (original) +++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/Pack200CompressorOutputStream.html Sun Aug 31 19:27:46 2014 @@ -140,21 +140,21 @@ extends -Pack200CompressorOutputStream(OutputStream out, +Pack200CompressorOutputStream(OutputStream out, Map<String,String> props)
Compresses the given stream, caching the compressed data in memory and using the given properties.
-Pack200CompressorOutputStream(OutputStream out, +Pack200CompressorOutputStream(OutputStream out, Pack200Strategy mode)
Compresses the given stream using the given strategy to cache the results.
-Pack200CompressorOutputStream(OutputStream out, +Pack200CompressorOutputStream(OutputStream out, Pack200Strategy mode, Map<String,String> props)
Compresses the given stream using the given strategy to cache @@ -190,7 +190,7 @@ extends void -write(byte[] b, +write(byte[] b, int from, int length)  @@ -211,7 +211,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -337,7 +337,7 @@ extends IOException
Overrides:
-
write in class OutputStream
+
write in class OutputStream
Throws:
IOException
Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/Pack200Strategy.html ============================================================================== --- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/Pack200Strategy.html (original) +++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/Pack200Strategy.html Sun Aug 31 19:27:46 2014 @@ -171,14 +171,14 @@ the order they are declared.

Methods inherited from class java.lang.Enum

-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf @@ -236,8 +236,7 @@ over the constants as follows: for (Pack200Strategy c : Pack200Strategy.values())   System.out.println(c);
-
Returns:
an array containing the constants of this enum type, in -the order they are declared
+
Returns:
an array containing the constants of this enum type, in the order they are declared
@@ -254,8 +253,7 @@ not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
-
IllegalArgumentException - if this enum type has no constant -with the specified name
+
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/Pack200Utils.html ============================================================================== --- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/Pack200Utils.html (original) +++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/Pack200Utils.html Sun Aug 31 19:27:46 2014 @@ -129,14 +129,14 @@ extends static void -normalize(File from, +normalize(File from, File to)
Normalizes a JAR archive so it can be safely signed and packed.
static void -normalize(File from, +normalize(File from, File to, Map<String,String> props)
Normalizes a JAR archive so it can be safely signed and packed.
@@ -144,7 +144,7 @@ extends static void -normalize(File jar, +normalize(File jar, Map<String,String> props)
Normalizes a JAR archive in-place so it can be safely signed and packed.
@@ -156,7 +156,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/class-use/Pack200Strategy.html ============================================================================== --- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/class-use/Pack200Strategy.html (original) +++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/pack200/class-use/Pack200Strategy.html Sun Aug 31 19:27:46 2014 @@ -120,14 +120,14 @@ the order they are declared. -Pack200CompressorInputStream(File f, +Pack200CompressorInputStream(File f, Pack200Strategy mode)
Decompresses the given file using the given strategy to cache the results.
-Pack200CompressorInputStream(File f, +Pack200CompressorInputStream(File f, Pack200Strategy mode, Map<String,String> props)
Decompresses the given file using the given strategy to cache @@ -135,14 +135,14 @@ the order they are declared.
-Pack200CompressorInputStream(InputStream in, +Pack200CompressorInputStream(InputStream in, Pack200Strategy mode)
Decompresses the given stream using the given strategy to cache the results.
-Pack200CompressorInputStream(InputStream in, +Pack200CompressorInputStream(InputStream in, Pack200Strategy mode, Map<String,String> props)
Decompresses the given stream using the given strategy to cache @@ -150,14 +150,14 @@ the order they are declared.
-Pack200CompressorOutputStream(OutputStream out, +Pack200CompressorOutputStream(OutputStream out, Pack200Strategy mode)
Compresses the given stream using the given strategy to cache the results.
-Pack200CompressorOutputStream(OutputStream out, +Pack200CompressorOutputStream(OutputStream out, Pack200Strategy mode, Map<String,String> props)
Compresses the given stream using the given strategy to cache Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html (original) +++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/snappy/FramedSnappyCompressorInputStream.html Sun Aug 31 19:27:46 2014 @@ -165,7 +165,7 @@ extends static boolean -matches(byte[] signature, +matches(byte[] signature, int length)
Checks if the signature matches what is expected for a .sz file.
@@ -176,7 +176,7 @@ extends int -read(byte[] b, +read(byte[] b, int off, int len) @@ -200,7 +200,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -285,7 +285,7 @@ extends IOException
Overrides:
-
read in class InputStream
+
read in class InputStream
Throws:
IOException
Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html (original) +++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.html Sun Aug 31 19:27:46 2014 @@ -167,7 +167,7 @@ extends -SnappyCompressorInputStream(InputStream is, +SnappyCompressorInputStream(InputStream is, int blockSize)
Constructor using a configurable buffer size.
@@ -207,7 +207,7 @@ extends int -read(byte[] b, +read(byte[] b, int off, int len) @@ -231,7 +231,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -362,7 +362,7 @@ extends IOException
Overrides:
-
read in class InputStream
+
read in class InputStream
Throws:
IOException
Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html (original) +++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/xz/XZCompressorInputStream.html Sun Aug 31 19:27:46 2014 @@ -138,7 +138,7 @@ extends -XZCompressorInputStream(InputStream inputStream, +XZCompressorInputStream(InputStream inputStream, boolean decompressConcatenated)
Creates a new input stream that decompresses XZ-compressed data from the specified input stream.
@@ -169,7 +169,7 @@ extends static boolean -matches(byte[] signature, +matches(byte[] signature, int length)
Checks if the signature matches what is expected for a .xz file.
@@ -180,7 +180,7 @@ extends int -read(byte[] buf, +read(byte[] buf, int off, int len)  @@ -208,7 +208,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -315,7 +315,7 @@ extends IOException
Overrides:
-
read in class InputStream
+
read in class InputStream
Throws:
IOException
Modified: websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html (original) +++ websites/production/commons/content/proper/commons-compress/apidocs/org/apache/commons/compress/compressors/xz/XZCompressorOutputStream.html Sun Aug 31 19:27:46 2014 @@ -137,7 +137,7 @@ extends -XZCompressorOutputStream(OutputStream outputStream, +XZCompressorOutputStream(OutputStream outputStream, int preset)
Creates a new XZ compressor using the specified LZMA2 preset level.
@@ -175,7 +175,7 @@ extends void -write(byte[] buf, +write(byte[] buf, int off, int len)  @@ -196,7 +196,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -285,7 +285,7 @@ extends IOException
Overrides:
-
write in class OutputStream
+
write in class OutputStream
Throws:
IOException