Package | Description |
---|---|
com.ning.compress |
Package that contains part of public API that is shared between all different
compression codecs.
|
com.ning.compress.gzip |
Package that contains optimized stream implementations for working
with GZIP.
|
com.ning.compress.lzf |
Package that contains public API of the LZF codec, as well as some
of the implementation (specifically parts that are designed to be overridable).
|
com.ning.compress.lzf.impl |
Package that contains implementation classes that are not part
of public interface of LZF codec.
|
com.ning.compress.lzf.util |
Package that contains helper classes uses by LZF codec.
|
Class and 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).
|
Class and Description |
---|
BufferRecycler
Simple helper class to encapsulate details of basic buffer
recycling scheme, which helps a lot (as per profiling) for
smaller encoding cases.
|
CompressionFormatException
Base exception used by compression codecs when encountering a problem
with underlying data format, usually due to data corruption.
|
DataHandler
Interface used by
Uncompressor implementations: receives
uncompressed data and processes it appropriately. |
Uncompressor
Abstract class that defines "push" style API for various uncompressors
(aka decompressors or decoders).
|
Class and Description |
---|
BufferRecycler
Simple helper class to encapsulate details of basic buffer
recycling scheme, which helps a lot (as per profiling) for
smaller encoding cases.
|
CompressionFormatException
Base exception used by compression codecs when encountering a problem
with underlying data format, usually due to data corruption.
|
DataHandler
Interface used by
Uncompressor implementations: receives
uncompressed data and processes it appropriately. |
Uncompressor
Abstract class that defines "push" style API for various uncompressors
(aka decompressors or decoders).
|
Class and Description |
---|
BufferRecycler
Simple helper class to encapsulate details of basic buffer
recycling scheme, which helps a lot (as per profiling) for
smaller encoding cases.
|
Class and Description |
---|
BufferRecycler
Simple helper class to encapsulate details of basic buffer
recycling scheme, which helps a lot (as per profiling) for
smaller encoding cases.
|
Copyright © 2018. All rights reserved.