Changed Methods |
int decompress(byte[], int, int)
|
Changed from abstract to non-abstract.
|
Fills specified buffer with uncompressed data. |
void end()
|
Changed from abstract to non-abstract.
|
Closes the decompressor and discards any unprocessed input. |
boolean finished()
|
Changed from abstract to non-abstract.
|
Returns true if the end of the decompressed data output stream has been reached. |
int getRemaining()
|
Changed from abstract to non-abstract.
|
Returns the number of bytes remaining in the compressed data buffer. |
boolean needsDictionary()
|
Changed from abstract to non-abstract.
|
Returns true if a preset dictionary is needed for decompression. |
boolean needsInput()
|
Changed from abstract to non-abstract.
|
Returns true if the input data buffer is empty and in int)} should be called to provide more input. |
void reset()
|
Changed from abstract to non-abstract.
|
Resets decompressor and input and output buffers so that a new set of input data can be processed. |
void setDictionary(byte[], int, int)
|
Changed from abstract to non-abstract.
|
Sets preset dictionary for compression. |
void setInput(byte[], int, int)
|
Changed from abstract to non-abstract.
|
Sets input data for decompression. |