public class Compressor extends Object
| Constructor and Description |
|---|
Compressor() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
deflater(byte[] data)
Deflate byte array
|
static String |
inflater(String inputString)
Inflate encodedString
|
public byte[] deflater(byte[] data)
throws IOException
data - IOExceptionCopyright © 2016. All rights reserved.