Decompressorpublic class BuiltInZlibInflater extends java.util.zip.Inflater implements Decompressor
| Constructor | Description |
|---|---|
BuiltInZlibInflater() |
|
BuiltInZlibInflater(boolean nowrap) |
| Modifier and Type | Method | 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, inflate, needsDictionary, needsInput, reset, setDictionary, setDictionary, setDictionary, setInput, 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 java.io.IOException
DecompressorDecompressor.needsInput() should be called in order to determine if more
input data is required.decompress in interface Decompressorb - Buffer for the uncompressed dataoff - Start offset of the datalen - Size of the bufferjava.io.IOException - raised on errors performing I/O.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.