All Classes and Interfaces
Class
Description
InputStream
implementation to decode data written with
LZ4BlockOutputStream
.Streaming LZ4 (not compatible with the LZ4 Frame format).
LZ4 compressor.
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.
Deprecated.
Convenience class to decompress data compressed by
LZ4CompressorWithLength
.LZ4 compression or decompression error.
Entry point for the LZ4 API.
LZ4 decompressor that requires the size of the original input to be known.
Implementation of the v1.5.1 LZ4 Frame format.
Implementation of the v1.5.1 LZ4 Frame format.
LZ4 decompressor that requires the size of the compressed data to be known.
Deprecated.
Use
LZ4SafeDecompressor
instead.Streaming interface for
XXHash32
.Streaming interface for
XXHash64
.A 32-bits hash.
A 64-bits hash.
Entry point to get
XXHash32
and StreamingXXHash32
instances.
LZ4FastDecompressor
instead.