| Public Methods |
|
static
byte[]
|
compress(byte[] data)
|
|
static
int
|
compress(byte[] uncompressed, int uncompressedOffset, int uncompressedLength, byte[] compressed, int compressedOffset)
|
|
static
int
|
getUncompressedLength(byte[] compressed, int compressedOffset)
|
|
static
int
|
maxCompressedLength(int sourceLength)
|
|
static
byte[]
|
uncompress(byte[] compressed, int compressedOffset, int compressedSize)
|
|
static
int
|
uncompress(byte[] compressed, int compressedOffset, int compressedSize, byte[] uncompressed, int uncompressedOffset)
|