@NonnullDefault
Package org.lwjgl.util.lz4
Contains bindings to LZ4, a lossless compression algorithm, providing compression speed > 500 MB/s per core,
scalable with multi-cores CPU. It features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on
multi-core systems.
-
Class Summary Class Description LZ4 Native bindings to LZ4, a lossless compression algorithm, providing compression speed > 500 MB/s per core, scalable with multi-cores CPU.LZ4FCompressOptions Member documentationLZ4FCompressOptions.Buffer An array ofLZ4FCompressOptions
structs.LZ4FDecompressOptions Member documentationLZ4FDecompressOptions.Buffer An array ofLZ4FDecompressOptions
structs.LZ4FFrameInfo Makes it possible to set or read frame parameters.LZ4FFrameInfo.Buffer An array ofLZ4FFrameInfo
structs.LZ4FPreferences Makes it possible to supply advanced compression instructions to streaming interface.LZ4FPreferences.Buffer An array ofLZ4FPreferences
structs.LZ4Frame Native bindings to the frame API of LZ4.LZ4HC Native bindings to the high-compression API of LZ4.LZ4HCCCtxInternal Member documentationLZ4HCCCtxInternal.Buffer An array ofLZ4HCCCtxInternal
structs.LZ4Stream LayoutLZ4Stream.Buffer An array ofLZ4Stream
structs.LZ4StreamDecode LayoutLZ4StreamDecode.Buffer An array ofLZ4StreamDecode
structs.LZ4StreamDecodeInternal LayoutLZ4StreamDecodeInternal.Buffer An array ofLZ4StreamDecodeInternal
structs.LZ4StreamHC LayoutLZ4StreamHC.Buffer An array ofLZ4StreamHC
structs.LZ4StreamInternal LayoutLZ4StreamInternal.Buffer An array ofLZ4StreamInternal
structs.