|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.util.ZIPUtils
public class ZIPUtils
Utility methods to zip / unzip data using GZIP.
| Method Summary | |
|---|---|
static byte[] |
unzip(byte[] data)
Unzip a byte array |
static byte[] |
zip(byte[] data)
Zip a byte array |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static byte[] unzip(byte[] data)
data - Zipped bytes
public static byte[] zip(byte[] data)
data - Bytes to compress
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||