All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description LZ4BlockInputStream InputStream
implementation to decode data written withLZ4BlockOutputStream
.LZ4BlockOutputStream Streaming LZ4 (not compatible with the LZ4 Frame format).LZ4Compressor LZ4 compressor.LZ4CompressorWithLength Covenience class to include the length of the original decompressed data in the output compressed data, so that the user does not need to save the length at anywhere else.LZ4Decompressor Deprecated. UseLZ4FastDecompressor
instead.LZ4DecompressorWithLength Convenience class to decompress data compressed byLZ4CompressorWithLength
.LZ4Exception LZ4 compression or decompression error.LZ4Factory Entry point for the LZ4 API.LZ4FastDecompressor LZ4 decompressor that requires the size of the original input to be known.LZ4FrameInputStream Implementation of the v1.5.1 LZ4 Frame format.LZ4FrameOutputStream Implementation of the v1.5.1 LZ4 Frame format.LZ4FrameOutputStream.BD LZ4FrameOutputStream.BLOCKSIZE LZ4FrameOutputStream.FLG LZ4FrameOutputStream.FLG.Bits LZ4SafeDecompressor LZ4 decompressor that requires the size of the compressed data to be known.LZ4UnknownSizeDecompressor Deprecated. UseLZ4SafeDecompressor
instead.StreamingXXHash32 Streaming interface forXXHash32
.StreamingXXHash64 Streaming interface forXXHash64
.XXHash32 A 32-bits hash.XXHash64 A 64-bits hash.XXHashFactory Entry point to getXXHash32
andStreamingXXHash32
instances.