See: Description
Class | Description |
---|---|
GZIPRecycler |
GZIP-codec-specific "extension" to
BufferRecycler ,
used for recycling expensive objects. |
GZIPUncompressor |
Uncompressor implementation for uncompressing
GZIP encoded data in "push" mode, in which input is not
read using InputStream but rather pushed to
uncompressor in variable length chunks. |
OptimizedGZIPInputStream |
Optimized variant of
GZIPInputStream that
reuses underlying Deflater instance}. |
OptimizedGZIPOutputStream |
Optimized variant of
GZIPOutputStream that
reuses underlying Deflater instance}. |
Exception | Description |
---|---|
GZIPException |
Copyright © 2023 FasterXML. All rights reserved.