public static interface CompressionFactory.Decompressor
| Modifier and Type | Method and Description |
|---|---|
int |
decompress(byte[] output) |
void |
setDictionary(byte[] dictionary) |
void |
setInput(byte[] input) |
void setDictionary(byte[] dictionary)
void setInput(byte[] input)
int decompress(byte[] output)
throws ZipException
ZipExceptionCopyright © 1995-2015 Webtide. All Rights Reserved.