public class BuiltInZlibInflater extends Inflater implements Decompressor
| Constructor and Description |
|---|
BuiltInZlibInflater() |
BuiltInZlibInflater(boolean nowrap) |
| Modifier and Type | Method and Description |
|---|---|
int |
decompress(byte[] b,
int off,
int len)
Fills specified buffer with uncompressed data.
|
end, finalize, finished, getAdler, getBytesRead, getBytesWritten, getRemaining, getTotalIn, getTotalOut, inflate, inflate, needsDictionary, needsInput, reset, setDictionary, setDictionary, setInput, setInputclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitend, finished, getRemaining, needsDictionary, needsInput, reset, setDictionary, setInputpublic BuiltInZlibInflater(boolean nowrap)
public BuiltInZlibInflater()
public int decompress(byte[] b,
int off,
int len)
throws IOException
DecompressorDecompressor.needsInput() should be called in order to determine if more
input data is required.decompress in interface Decompressorb - Buffer for the compressed dataoff - Start offset of the datalen - Size of the bufferIOExceptionCopyright © 2013 Apache Software Foundation. All rights reserved.