public class CompressionTools extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
compress(byte[] value) |
static byte[] |
compress(byte[] value,
int offset,
int length) |
static byte[] |
compress(byte[] value,
int offset,
int length,
int compressionLevel) |
static byte[] |
decompress(byte[] value) |
static byte[] |
decompressXML(byte[] data) |
public static byte[] compress(byte[] value,
int offset,
int length,
int compressionLevel)
public static byte[] compress(byte[] value,
int offset,
int length)
public static byte[] compress(byte[] value)
public static byte[] decompress(byte[] value)
throws DataFormatException
public static byte[] decompressXML(byte[] data)
throws DataFormatException