|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.apl2.Apl2zip
Java class which provides access to Java zip tools.
Constructor Summary | |
---|---|
Apl2zip()
|
Method Summary | |
---|---|
static byte[] |
Unzip(byte[] compressedData)
Unzip a character vector |
static byte[] |
Zip(byte[] uncompressedData)
Zip a character vector |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Apl2zip()
Method Detail |
public static byte[] Zip(byte[] uncompressedData) throws java.io.IOException
uncompressedData
- array of byte values
java.io.IOException
public static byte[] Unzip(byte[] compressedData) throws java.util.zip.DataFormatException, java.io.IOException
compressedData
- Array of byte values
java.util.zip.DataFormatException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |