See: Description
Interface | Description |
---|---|
DataHandler |
Interface used by
Uncompressor implementations: receives
uncompressed data and processes it appropriately. |
Class | Description |
---|---|
BufferRecycler |
Simple helper class to encapsulate details of basic buffer
recycling scheme, which helps a lot (as per profiling) for
smaller encoding cases.
|
Uncompressor |
Abstract class that defines "push" style API for various uncompressors
(aka decompressors or decoders).
|
UncompressorOutputStream |
Simple wrapper or wrapper around
Uncompressor , to help
with inter-operability. |
Exception | Description |
---|---|
CompressionFormatException |
Base exception used by compression codecs when encountering a problem
with underlying data format, usually due to data corruption.
|
Copyright © 2020 FasterXML. All rights reserved.