public class Compression
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Compression.CompressionLevel |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
compressZlib(byte[] bytes,
Compression.CompressionLevel compressionLevel) |
static byte[] |
uncompressZlib(byte[] bytes) |
public static byte[] compressZlib(byte[] bytes,
Compression.CompressionLevel compressionLevel)
public static byte[] uncompressZlib(byte[] bytes)
throws java.io.IOException
java.io.IOException