Package | Description |
---|---|
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 |
---|
ChunkDecoder
Decoder that handles decoding of sequence of encoded LZF chunks,
combining them into a single contiguous result byte array.
|
ChunkEncoder
Class that handles actual encoding of individual chunks.
|
LZFChunk
Helper class used to store LZF encoded segments (compressed and non-compressed)
that can be sequenced to produce LZF files/streams.
|
LZFException |
LZFOutputStream
Decorator
OutputStream implementation that will compress
output using LZF compression algorithm, given uncompressed input
to write. |
Class and Description |
---|
ChunkDecoder
Decoder that handles decoding of sequence of encoded LZF chunks,
combining them into a single contiguous result byte array.
|
ChunkEncoder
Class that handles actual encoding of individual chunks.
|
LZFException |
Class and Description |
---|
ChunkDecoder
Decoder that handles decoding of sequence of encoded LZF chunks,
combining them into a single contiguous result byte array.
|
ChunkEncoder
Class that handles actual encoding of individual chunks.
|
Copyright © 2019 FasterXML. All rights reserved.