|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.generic.util.CompressionUtil
Utility class for compression and decompression of data
| Method Summary | |
static byte[] |
gzipCompressBytes(byte[] sourceData)
Compresses the given byte array using the GZIP method. |
static byte[] |
gzipDecompressBytes(byte[] sourceData)
Decompresses the given byte array using the GZIP method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static byte[] gzipCompressBytes(byte[] sourceData)
GZIP method.
sourceData - the data to compress.
public static byte[] gzipDecompressBytes(byte[] sourceData)
GZIP method.
sourceData - the data to decompress.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||