public class JzLibHelper
extends java.lang.Object
| Constructor and Description |
|---|
JzLibHelper() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
deflate(byte[] bytes)
Deflate.
|
static byte[] |
inflate(byte[] bytes,
int offset,
int uncompSize)
Inflate.
|
public static byte[] inflate(byte[] bytes,
int offset,
int uncompSize)
bytes - the bytesoffset - the offsetuncompSize - the uncomp sizepublic static byte[] deflate(byte[] bytes)
bytes - the bytes