|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.compress.CompressUtils
public class CompressUtils
Utils for Compress.
| Method Summary | |
|---|---|
static boolean |
compareByteArrays(byte[] source,
byte[] match)
Compares one byte array to another |
static void |
copy(InputStream input,
OutputStream output)
Copy bytes from an InputStream to an OutputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void copy(InputStream input,
OutputStream output)
throws IOException
InputStream to an OutputStream.
IOException
public static boolean compareByteArrays(byte[] source,
byte[] match)
source - the array to compare tomatch - the bytearray match
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||