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, setInput
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
end, finished, needsDictionary, needsInput, reset, setDictionary, setInput
public BuiltInZlibInflater(boolean nowrap)
public BuiltInZlibInflater()
public int decompress(byte[] b, int off, int len) throws IOException
Decompressor
decompress
in interface Decompressor
b
- Buffer for the compressed dataoff
- Start offset of the datalen
- Size of the bufferIOException
Copyright © 2010 The Apache Software Foundation