Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ALIGNOF - Static variable in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.lz4.LZ4FCustomMem
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.lz4.LZ4FPreferences
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.lz4.LZ4Stream
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.lz4.LZ4StreamDecode
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.lz4.LZ4StreamHC
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.util.lz4.LZ4StreamInternal
-
The struct alignment in bytes.
- autoFlush() - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
1: always flush, reduces usage of internal buffers
- autoFlush() - Method in class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
- autoFlush(boolean) - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Sets the specified value to the
LZ4FPreferences.autoFlush()field. - autoFlush(boolean) - Method in class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
-
Sets the specified value to the
LZ4FPreferences.autoFlush()field. - AUTOFLUSH - Static variable in class org.lwjgl.util.lz4.LZ4FPreferences
-
The struct member offsets.
B
- blockChecksumFlag() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
1: each block followed by a checksum of block's compressed data; 0: default (disabled)
- blockChecksumFlag() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
- blockChecksumFlag(int) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Sets the specified value to the
LZ4FFrameInfo.blockChecksumFlag()field. - blockChecksumFlag(int) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
-
Sets the specified value to the
LZ4FFrameInfo.blockChecksumFlag()field. - BLOCKCHECKSUMFLAG - Static variable in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
The struct member offsets.
- blockMode() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
0 == default ({@link LZ4Frame#LZ4F_blockLinked blockLinked}). - blockMode() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
- blockMode(int) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Sets the specified value to the
LZ4FFrameInfo.blockMode()field. - blockMode(int) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
-
Sets the specified value to the
LZ4FFrameInfo.blockMode()field. - BLOCKMODE - Static variable in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
The struct member offsets.
- blockSizeID() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
0 == default ({@link LZ4Frame#LZ4F_max64KB max64KB}). - blockSizeID() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
- blockSizeID(int) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Sets the specified value to the
LZ4FFrameInfo.blockSizeID()field. - blockSizeID(int) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
-
Sets the specified value to the
LZ4FFrameInfo.blockSizeID()field. - BLOCKSIZEID - Static variable in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
The struct member offsets.
- Buffer(long, int) - Constructor for class org.lwjgl.util.lz4.LZ4FCompressOptions.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.lz4.LZ4FCustomMem.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.lz4.LZ4FDecompressOptions.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.lz4.LZ4Stream.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.lz4.LZ4StreamDecode.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.lz4.LZ4StreamDecodeInternal.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.lz4.LZ4StreamHC.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.util.lz4.LZ4StreamInternal.Buffer
- Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4FCompressOptions.Buffer
-
Creates a new
LZ4FCompressOptions.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4FCustomMem.Buffer
-
Creates a new
LZ4FCustomMem.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4FDecompressOptions.Buffer
-
Creates a new
LZ4FDecompressOptions.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
-
Creates a new
LZ4FFrameInfo.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
-
Creates a new
LZ4FPreferences.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
-
Creates a new
LZ4HCCCtxInternal.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4Stream.Buffer
-
Creates a new
LZ4Stream.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4StreamDecode.Buffer
-
Creates a new
LZ4StreamDecode.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4StreamDecodeInternal.Buffer
-
Creates a new
LZ4StreamDecodeInternal.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4StreamHC.Buffer
-
Creates a new
LZ4StreamHC.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4StreamInternal.Buffer
-
Creates a new
LZ4StreamInternal.Bufferinstance backed by the specified container.
C
- callback(long, long) - Method in interface org.lwjgl.util.lz4.LZ4FAllocFunctionI
- callback(long, long) - Method in interface org.lwjgl.util.lz4.LZ4FCallocFunctionI
- callback(long, long) - Method in interface org.lwjgl.util.lz4.LZ4FFreeFunctionI
- calloc() - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Returns a new
LZ4FCompressOptionsinstance allocated withmemCalloc. - calloc() - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Returns a new
LZ4FCustomMeminstance allocated withmemCalloc. - calloc() - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Returns a new
LZ4FDecompressOptionsinstance allocated withmemCalloc. - calloc() - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Returns a new
LZ4FFrameInfoinstance allocated withmemCalloc. - calloc() - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Returns a new
LZ4FPreferencesinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Returns a new
LZ4FCompressOptions.Bufferinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Returns a new
LZ4FCustomMem.Bufferinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Returns a new
LZ4FDecompressOptions.Bufferinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Returns a new
LZ4FFrameInfo.Bufferinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Returns a new
LZ4FPreferences.Bufferinstance allocated withmemCalloc. - calloc(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Returns a new
LZ4FCompressOptions.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Returns a new
LZ4FCustomMem.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Returns a new
LZ4FDecompressOptions.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Returns a new
LZ4FFrameInfo.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Returns a new
LZ4FPreferences.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Returns a new
LZ4FCompressOptionsinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Returns a new
LZ4FCustomMeminstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Returns a new
LZ4FDecompressOptionsinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Returns a new
LZ4FFrameInfoinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - calloc(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Returns a new
LZ4FPreferencesinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Deprecated.
- callocStack() - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Deprecated.
- callocStack() - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Deprecated.
- callocStack() - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Deprecated.
- callocStack(int) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Deprecated.
- callocStack(int) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Deprecated.
- callocStack(int) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Deprecated.
- callocStack(int) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Deprecated.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Deprecated.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Deprecated.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Deprecated.
- callocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Deprecated.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Deprecated.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Deprecated.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Deprecated.
- callocStack(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Deprecated.
- chainTable() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- chainTable() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
- chainTable(int) - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- chainTable(int) - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
- CHAINTABLE - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct member offsets.
- CIF - Static variable in interface org.lwjgl.util.lz4.LZ4FAllocFunctionI
- CIF - Static variable in interface org.lwjgl.util.lz4.LZ4FCallocFunctionI
- CIF - Static variable in interface org.lwjgl.util.lz4.LZ4FFreeFunctionI
- compressionLevel() - Method in class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
- compressionLevel() - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
0: default (fast mode); values >
CLEVEL_MAXcount asCLEVEL_MAX; values > 0 trigger "fast acceleration" - compressionLevel() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- compressionLevel() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
- compressionLevel(int) - Method in class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
-
Sets the specified value to the
LZ4FPreferences.compressionLevel()field. - compressionLevel(int) - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Sets the specified value to the
LZ4FPreferences.compressionLevel()field. - COMPRESSIONLEVEL - Static variable in class org.lwjgl.util.lz4.LZ4FPreferences
-
The struct member offsets.
- COMPRESSIONLEVEL - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct member offsets.
- contentChecksumFlag() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
- contentChecksumFlag() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
1: add a 32-bit checksum of frame's decompressed data; 0: disabled (default)
- contentChecksumFlag(int) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
-
Sets the specified value to the
LZ4FFrameInfo.contentChecksumFlag()field. - contentChecksumFlag(int) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Sets the specified value to the
LZ4FFrameInfo.contentChecksumFlag()field. - CONTENTCHECKSUMFLAG - Static variable in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
The struct member offsets.
- contentSize() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
- contentSize() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
size of uncompressed content ;
0 == unknown - contentSize(long) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
-
Sets the specified value to the
LZ4FFrameInfo.contentSize()field. - contentSize(long) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Sets the specified value to the
LZ4FFrameInfo.contentSize()field. - CONTENTSIZE - Static variable in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
The struct member offsets.
- create() - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Returns a new
LZ4FCompressOptionsinstance allocated withBufferUtils. - create() - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Returns a new
LZ4FCustomMeminstance allocated withBufferUtils. - create() - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Returns a new
LZ4FDecompressOptionsinstance allocated withBufferUtils. - create() - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Returns a new
LZ4FFrameInfoinstance allocated withBufferUtils. - create() - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Returns a new
LZ4FPreferencesinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Returns a new
LZ4FCompressOptions.Bufferinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Returns a new
LZ4FCustomMem.Bufferinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Returns a new
LZ4FDecompressOptions.Bufferinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Returns a new
LZ4FFrameInfo.Bufferinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Returns a new
LZ4FPreferences.Bufferinstance allocated withBufferUtils. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4FAllocFunction
-
Creates a
LZ4FAllocFunctioninstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4FCallocFunction
-
Creates a
LZ4FCallocFunctioninstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Returns a new
LZ4FCompressOptionsinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Returns a new
LZ4FCustomMeminstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Returns a new
LZ4FDecompressOptionsinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Returns a new
LZ4FFrameInfoinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4FFreeFunction
-
Creates a
LZ4FFreeFunctioninstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Returns a new
LZ4FPreferencesinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Returns a new
LZ4HCCCtxInternalinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4Stream
-
Returns a new
LZ4Streaminstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecode
-
Returns a new
LZ4StreamDecodeinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
-
Returns a new
LZ4StreamDecodeInternalinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamHC
-
Returns a new
LZ4StreamHCinstance for the specified memory address. - create(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamInternal
-
Returns a new
LZ4StreamInternalinstance for the specified memory address. - create(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Create a
LZ4FCompressOptions.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Create a
LZ4FCustomMem.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Create a
LZ4FDecompressOptions.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Create a
LZ4FFrameInfo.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Create a
LZ4FPreferences.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Create a
LZ4HCCCtxInternal.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lz4.LZ4Stream
-
Create a
LZ4Stream.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecode
-
Create a
LZ4StreamDecode.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
-
Create a
LZ4StreamDecodeInternal.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamHC
-
Create a
LZ4StreamHC.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamInternal
-
Create a
LZ4StreamInternal.Bufferinstance at the specified memory. - create(LZ4FAllocFunctionI) - Static method in class org.lwjgl.util.lz4.LZ4FAllocFunction
-
Creates a
LZ4FAllocFunctioninstance that delegates to the specifiedLZ4FAllocFunctionIinstance. - create(LZ4FCallocFunctionI) - Static method in class org.lwjgl.util.lz4.LZ4FCallocFunction
-
Creates a
LZ4FCallocFunctioninstance that delegates to the specifiedLZ4FCallocFunctionIinstance. - create(LZ4FFreeFunctionI) - Static method in class org.lwjgl.util.lz4.LZ4FFreeFunction
-
Creates a
LZ4FFreeFunctioninstance that delegates to the specifiedLZ4FFreeFunctionIinstance. - createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4FAllocFunction
- createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4FCallocFunction
- createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
- createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
- createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
- createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
- createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4FFreeFunction
- createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
- createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
- createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4Stream
- createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecode
- createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
- createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamHC
- createSafe(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamInternal
- createSafe(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
- createSafe(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
- createSafe(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
- createSafe(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
- createSafe(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
- createSafe(long, int) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
- createSafe(long, int) - Static method in class org.lwjgl.util.lz4.LZ4Stream
- createSafe(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecode
- createSafe(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
- createSafe(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamHC
- createSafe(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamInternal
- currentOffset() - Method in class org.lwjgl.util.lz4.LZ4StreamInternal.Buffer
- currentOffset() - Method in class org.lwjgl.util.lz4.LZ4StreamInternal
- CURRENTOFFSET - Static variable in class org.lwjgl.util.lz4.LZ4StreamInternal
-
The struct member offsets.
- customAlloc() - Method in class org.lwjgl.util.lz4.LZ4FCustomMem.Buffer
- customAlloc() - Method in class org.lwjgl.util.lz4.LZ4FCustomMem
- customAlloc(LZ4FAllocFunctionI) - Method in class org.lwjgl.util.lz4.LZ4FCustomMem.Buffer
-
Sets the specified value to the
customAllocfield. - customAlloc(LZ4FAllocFunctionI) - Method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Sets the specified value to the
customAllocfield. - CUSTOMALLOC - Static variable in class org.lwjgl.util.lz4.LZ4FCustomMem
-
The struct member offsets.
- customCalloc() - Method in class org.lwjgl.util.lz4.LZ4FCustomMem.Buffer
- customCalloc() - Method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
optional; when not defined, uses
customAlloc+memset - customCalloc(LZ4FCallocFunctionI) - Method in class org.lwjgl.util.lz4.LZ4FCustomMem.Buffer
-
Sets the specified value to the
LZ4FCustomMem.customCalloc()field. - customCalloc(LZ4FCallocFunctionI) - Method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Sets the specified value to the
LZ4FCustomMem.customCalloc()field. - CUSTOMCALLOC - Static variable in class org.lwjgl.util.lz4.LZ4FCustomMem
-
The struct member offsets.
- customFree() - Method in class org.lwjgl.util.lz4.LZ4FCustomMem.Buffer
- customFree() - Method in class org.lwjgl.util.lz4.LZ4FCustomMem
- customFree(LZ4FFreeFunctionI) - Method in class org.lwjgl.util.lz4.LZ4FCustomMem.Buffer
-
Sets the specified value to the
customFreefield. - customFree(LZ4FFreeFunctionI) - Method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Sets the specified value to the
customFreefield. - CUSTOMFREE - Static variable in class org.lwjgl.util.lz4.LZ4FCustomMem
-
The struct member offsets.
D
- dictCtx() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- dictCtx() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
- dictCtx() - Method in class org.lwjgl.util.lz4.LZ4StreamInternal.Buffer
- dictCtx() - Method in class org.lwjgl.util.lz4.LZ4StreamInternal
- DICTCTX - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct member offsets.
- DICTCTX - Static variable in class org.lwjgl.util.lz4.LZ4StreamInternal
-
The struct member offsets.
- dictID() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
- dictID() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
dictionary ID, sent by compressor to help decoder select correct dictionary; 0 == no
dictIDprovided - dictID(int) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
-
Sets the specified value to the
LZ4FFrameInfo.dictID()field. - dictID(int) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Sets the specified value to the
LZ4FFrameInfo.dictID()field. - DICTID - Static variable in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
The struct member offsets.
- dictionary(int) - Method in class org.lwjgl.util.lz4.LZ4StreamInternal.Buffer
- dictionary(int) - Method in class org.lwjgl.util.lz4.LZ4StreamInternal
- DICTIONARY - Static variable in class org.lwjgl.util.lz4.LZ4StreamInternal
-
The struct member offsets.
- dictLimit() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- dictLimit() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
below that point, need
extDict - DICTLIMIT - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct member offsets.
- dictSize() - Method in class org.lwjgl.util.lz4.LZ4StreamInternal.Buffer
- dictSize() - Method in class org.lwjgl.util.lz4.LZ4StreamInternal
- DICTSIZE - Static variable in class org.lwjgl.util.lz4.LZ4StreamInternal
-
The struct member offsets.
- dictStart(int) - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- dictStart(int) - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
- DICTSTART - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct member offsets.
- dirty() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- dirty() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
stream has to be fully reset if this flag is set
- DIRTY - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct member offsets.
E
- end(int) - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- end(int) - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
- END - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct member offsets.
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_GENERIC
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_allocation_failed
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_blockChecksum_invalid
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_blockMode_invalid
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_compressionLevel_invalid
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_compressionState_uninitialized
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_contentChecksum_invalid
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_decompressionFailed
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_dstMaxSize_tooSmall
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_frameDecoding_alreadyStarted
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_frameHeader_incomplete
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_frameSize_wrong
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_frameType_unknown
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_headerChecksum_invalid
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_headerVersion_wrong
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_io_read
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_io_write
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_maxBlockSize_invalid
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_maxCode
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_parameter_invalid
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_parameter_null
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_reservedFlag_set
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_srcPtr_wrong
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_ERROR_srcSize_tooLarge
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_OK_NoError
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_blockChecksumEnabled
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_blockIndependent
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_blockLinked
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_contentChecksumEnabled
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_default
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_frame
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_max1MB
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_max256KB
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_max4MB
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_max64KB
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_noBlockChecksum
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_noContentChecksum
- Section
- Enum values: - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_skippableFrame
- Section
- extDictSize() - Method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal.Buffer
- extDictSize() - Method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
- EXTDICTSIZE - Static variable in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
-
The struct member offsets.
- externalDict(int) - Method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal.Buffer
- externalDict(int) - Method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
- EXTERNALDICT - Static variable in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
-
The struct member offsets.
F
- favorDecSpeed() - Method in class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
- favorDecSpeed() - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
1: parser favors decompression speed vs compression ratio.
- favorDecSpeed() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- favorDecSpeed() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
favor decompression speed if this flag set, otherwise, favor compression ratio
- favorDecSpeed(boolean) - Method in class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
-
Sets the specified value to the
LZ4FPreferences.favorDecSpeed()field. - favorDecSpeed(boolean) - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Sets the specified value to the
LZ4FPreferences.favorDecSpeed()field. - FAVORDECSPEED - Static variable in class org.lwjgl.util.lz4.LZ4FPreferences
-
The struct member offsets.
- FAVORDECSPEED - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct member offsets.
- frameInfo() - Method in class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
- frameInfo() - Method in class org.lwjgl.util.lz4.LZ4FPreferences
- frameInfo(Consumer<LZ4FFrameInfo>) - Method in class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
-
Passes the
frameInfofield to the specifiedConsumer. - frameInfo(Consumer<LZ4FFrameInfo>) - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Passes the
frameInfofield to the specifiedConsumer. - frameInfo(LZ4FFrameInfo) - Method in class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
-
Copies the specified
LZ4FFrameInfoto theframeInfofield. - frameInfo(LZ4FFrameInfo) - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Copies the specified
LZ4FFrameInfoto theframeInfofield. - FRAMEINFO - Static variable in class org.lwjgl.util.lz4.LZ4FPreferences
-
The struct member offsets.
- frameType() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
- frameType() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
read-only field.
- frameType(int) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo.Buffer
-
Sets the specified value to the
LZ4FFrameInfo.frameType()field. - frameType(int) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Sets the specified value to the
LZ4FFrameInfo.frameType()field. - FRAMETYPE - Static variable in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
The struct member offsets.
G
- getCallInterface() - Method in interface org.lwjgl.util.lz4.LZ4FAllocFunctionI
- getCallInterface() - Method in interface org.lwjgl.util.lz4.LZ4FCallocFunctionI
- getCallInterface() - Method in interface org.lwjgl.util.lz4.LZ4FFreeFunctionI
H
- hashTable() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- hashTable() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
- hashTable() - Method in class org.lwjgl.util.lz4.LZ4StreamInternal.Buffer
- hashTable() - Method in class org.lwjgl.util.lz4.LZ4StreamInternal
- hashTable(int) - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- hashTable(int) - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
- hashTable(int) - Method in class org.lwjgl.util.lz4.LZ4StreamInternal.Buffer
- hashTable(int) - Method in class org.lwjgl.util.lz4.LZ4StreamInternal
- HASHTABLE - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct member offsets.
- HASHTABLE - Static variable in class org.lwjgl.util.lz4.LZ4StreamInternal
-
The struct member offsets.
I
- In-place compression and decompression - Search tag in class org.lwjgl.util.lz4.LZ4
- Section
- internal_donotuse() - Method in class org.lwjgl.util.lz4.LZ4Stream.Buffer
- internal_donotuse() - Method in class org.lwjgl.util.lz4.LZ4Stream
- internal_donotuse() - Method in class org.lwjgl.util.lz4.LZ4StreamDecode.Buffer
- internal_donotuse() - Method in class org.lwjgl.util.lz4.LZ4StreamDecode
- internal_donotuse() - Method in class org.lwjgl.util.lz4.LZ4StreamHC.Buffer
- internal_donotuse() - Method in class org.lwjgl.util.lz4.LZ4StreamHC
- INTERNAL_DONOTUSE - Static variable in class org.lwjgl.util.lz4.LZ4Stream
-
The struct member offsets.
- INTERNAL_DONOTUSE - Static variable in class org.lwjgl.util.lz4.LZ4StreamDecode
-
The struct member offsets.
- INTERNAL_DONOTUSE - Static variable in class org.lwjgl.util.lz4.LZ4StreamHC
-
The struct member offsets.
- invoke(long, long) - Method in interface org.lwjgl.util.lz4.LZ4FAllocFunctionI
- invoke(long, long) - Method in interface org.lwjgl.util.lz4.LZ4FCallocFunctionI
- invoke(long, long) - Method in interface org.lwjgl.util.lz4.LZ4FFreeFunctionI
L
- Layout - Search tag in class org.lwjgl.util.lz4.LZ4FCompressOptions
- Section
- Layout - Search tag in class org.lwjgl.util.lz4.LZ4FCustomMem
- Section
- Layout - Search tag in class org.lwjgl.util.lz4.LZ4FDecompressOptions
- Section
- Layout - Search tag in class org.lwjgl.util.lz4.LZ4FFrameInfo
- Section
- Layout - Search tag in class org.lwjgl.util.lz4.LZ4FPreferences
- Section
- Layout - Search tag in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
- Section
- Layout - Search tag in class org.lwjgl.util.lz4.LZ4Stream
- Section
- Layout - Search tag in class org.lwjgl.util.lz4.LZ4StreamDecode
- Section
- Layout - Search tag in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
- Section
- Layout - Search tag in class org.lwjgl.util.lz4.LZ4StreamHC
- Section
- Layout - Search tag in class org.lwjgl.util.lz4.LZ4StreamInternal
- Section
- lowLimit() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- lowLimit() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
below that point, no more history
- LOWLIMIT - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct member offsets.
- LZ4 - Class in org.lwjgl.util.lz4
-
Native bindings to LZ4, a lossless compression algorithm, providing compression speed > 500 MB/s per core, scalable with multi-cores CPU.
- LZ4_attach_dictionary(long, long) - Static method in class org.lwjgl.util.lz4.LZ4
-
This allows efficient re-use of a static dictionary multiple times.
- LZ4_attach_HC_dictionary(long, long) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
This API allows for the efficient re-use of a static dictionary many times.
- LZ4_compress_default(ByteBuffer, ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4
-
Compresses
srcSizebytes from buffersrcinto already allocateddstbuffer of sizedstCapacity. - LZ4_compress_destSize(ByteBuffer, ByteBuffer, IntBuffer) - Static method in class org.lwjgl.util.lz4.LZ4
-
Reverse the logic: compresses as much data as possible from
srcbuffer into already allocated bufferdstof sizedstCapacity. - LZ4_compress_destSize_extState(ByteBuffer, ByteBuffer, ByteBuffer, IntBuffer, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Same as
compress_destSize, but using an externally allocated state. - LZ4_compress_fast(ByteBuffer, ByteBuffer, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Same as
compress_default, but allows selection of "acceleration" factor. - LZ4_compress_fast_continue(long, ByteBuffer, ByteBuffer, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Compress
srccontent using data from previously compressed blocks, for better compression ratio. - LZ4_compress_fast_extState(ByteBuffer, ByteBuffer, ByteBuffer, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Same as
compress_fast, using an externally allocated memory space for its state. - LZ4_compress_fast_extState_fastReset(ByteBuffer, ByteBuffer, ByteBuffer, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
A variant of
compress_fast_extState. - LZ4_compress_HC(ByteBuffer, ByteBuffer, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Compress data from
srcintodst, using the powerful but slower "HC" algorithm. - LZ4_compress_HC_continue(long, ByteBuffer, ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4HC
- LZ4_compress_HC_continue_destSize(long, ByteBuffer, ByteBuffer, IntBuffer) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Similar to
compress_HC_continue, but will read as much data as possible fromsrcto fit intotargetDstSizebudget. - LZ4_compress_HC_destSize(ByteBuffer, ByteBuffer, ByteBuffer, IntBuffer, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Will compress as much data as possible from
srcto fit intotargetDstSizebudget. - LZ4_compress_HC_extStateHC(ByteBuffer, ByteBuffer, ByteBuffer, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Same as
compress_HC, but using an externally allocated memory segment forstate. - LZ4_compress_HC_extStateHC_fastReset(ByteBuffer, ByteBuffer, ByteBuffer, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
A variant of
compress_HC_extStateHC. - LZ4_COMPRESS_INPLACE_BUFFER_SIZE(int) - Static method in class org.lwjgl.util.lz4.LZ4
- LZ4_COMPRESS_INPLACE_MARGIN() - Static method in class org.lwjgl.util.lz4.LZ4
- LZ4_compressBound(int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Provides the maximum size that LZ4 compression may output in a "worst case" scenario (input data not compressible).
- LZ4_COMPRESSBOUND(int) - Static method in class org.lwjgl.util.lz4.LZ4
-
See
compressBound. - LZ4_createStream() - Static method in class org.lwjgl.util.lz4.LZ4
-
Allocates and initializes an
LZ4_stream_tstructure. - LZ4_createStreamDecode() - Static method in class org.lwjgl.util.lz4.LZ4
-
Creates a streaming decompression tracking context.
- LZ4_createStreamHC() - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Creates memory for LZ4 HC streaming state.
- LZ4_DECODER_RING_BUFFER_SIZE(int) - Static method in class org.lwjgl.util.lz4.LZ4
-
For static allocation;
maxBlockSizepresumed valid. - LZ4_decoderRingBufferSize(int) - Static method in class org.lwjgl.util.lz4.LZ4
-
In a ring buffer scenario (optional), blocks are presumed decompressed next to each other up to the moment there is not enough remaining space for next block (
remainingSize < maxBlockSize), at which stage it resumes from beginning of ring buffer. - LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Note: presumes that
compressedSize<decompressedSize. - LZ4_DECOMPRESS_INPLACE_MARGIN(int) - Static method in class org.lwjgl.util.lz4.LZ4
- LZ4_decompress_safe(ByteBuffer, ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4
-
If destination buffer is not large enough, decoding will stop and output an error code (negative value).
- LZ4_decompress_safe_continue(long, ByteBuffer, ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4
-
This decoding function allows decompression of consecutive blocks in "streaming" mode.
- LZ4_decompress_safe_partial(ByteBuffer, ByteBuffer, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Decompresses an LZ4 compressed block, of size
srcSizeat positionsrc, into destination bufferdstof sizedstCapacity. - LZ4_decompress_safe_partial_usingDict(ByteBuffer, ByteBuffer, int, ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4
-
Behaves the same as
decompress_safe_partialwith the added ability to specify a memory segment for past data. - LZ4_decompress_safe_usingDict(ByteBuffer, ByteBuffer, ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4
-
Works the same as a combination of
setStreamDecodefollowed bydecompress_safe_continue. - LZ4_DISTANCE_MAX - Static variable in class org.lwjgl.util.lz4.LZ4
-
History window size; can be user-defined at compile time.
- LZ4_favorDecompressionSpeed(long, boolean) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Parser will favor decompression speed over compression ratio.
- LZ4_freeStream(long) - Static method in class org.lwjgl.util.lz4.LZ4
-
Releases memory of an
LZ4_stream_tstructure. - LZ4_freeStreamDecode(long) - Static method in class org.lwjgl.util.lz4.LZ4
-
Frees a streaming decompression tracking context.
- LZ4_freeStreamHC(long) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Releases memory for LZ4 HC streaming state.
- LZ4_HASH_SIZE_U32 - Static variable in class org.lwjgl.util.lz4.LZ4
- LZ4_HASHLOG - Static variable in class org.lwjgl.util.lz4.LZ4
- LZ4_HASHTABLESIZE - Static variable in class org.lwjgl.util.lz4.LZ4
- LZ4_initStream(ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4
-
An
LZ4_stream_tstructure must be initialized at least once. - LZ4_initStreamHC(ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Required before first use of a statically allocated
LZ4_streamHC_t. - LZ4_loadDict(long, ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4
-
Use this function to reference a static dictionary into
LZ4_stream_t. - LZ4_loadDictHC(long, ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4HC
- LZ4_loadDictSlow(long, ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4
-
Same as
loadDict, but uses a bit more cpu to reference the dictionary content more thoroughly. - LZ4_MAX_INPUT_SIZE - Static variable in class org.lwjgl.util.lz4.LZ4
-
Maximum input size.
- LZ4_MEMORY_USAGE - Static variable in class org.lwjgl.util.lz4.LZ4
-
Memory usage formula :
N->2^NBytes (examples :10 -> 1KB; 12 -> 4KB ; 16 -> 64KB; 20 -> 1MB;) - LZ4_MEMORY_USAGE_DEFAULT - Static variable in class org.lwjgl.util.lz4.LZ4
-
Tuning memory usage.
- LZ4_MEMORY_USAGE_MAX - Static variable in class org.lwjgl.util.lz4.LZ4
-
Tuning memory usage.
- LZ4_MEMORY_USAGE_MIN - Static variable in class org.lwjgl.util.lz4.LZ4
-
Tuning memory usage.
- LZ4_resetStream_fast(long) - Static method in class org.lwjgl.util.lz4.LZ4
-
Use this to prepare an
LZ4_stream_tfor a new chain of dependent blocks (e.g.,compress_fast_continue). - LZ4_resetStreamHC_fast(long, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
When an
LZ4_streamHC_tis known to be in a internally coherent state, it can often be prepared for a new compression with almost no work, only sometimes falling back to the full, expensive reset that is always required when the stream is in an indeterminate state (i.e., the reset performed byinitStreamHC). - LZ4_saveDict(long, ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4
-
If last 64KB data cannot be guaranteed to remain available at its current memory location, save it into a safer place (
char* safeBuffer). - LZ4_saveDictHC(long, ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4HC
- LZ4_setCompressionLevel(long, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
It's possible to change compression level between successive invocations of
LZ4_compress_HC_continue*()for dynamic adaptation. - LZ4_setStreamDecode(long, ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4
-
An
LZ4_streamDecode_tcontext can be allocated once and re-used multiple times. - LZ4_sizeofState() - Static method in class org.lwjgl.util.lz4.LZ4
- LZ4_sizeofStateHC() - Static method in class org.lwjgl.util.lz4.LZ4HC
- LZ4_STREAM_MINSIZE - Static variable in class org.lwjgl.util.lz4.LZ4
- LZ4_STREAMDECODE_MINSIZE - Static variable in class org.lwjgl.util.lz4.LZ4
- LZ4_STREAMHC_MINSIZE - Static variable in class org.lwjgl.util.lz4.LZ4HC
- LZ4_VERSION_MAJOR - Static variable in class org.lwjgl.util.lz4.LZ4
-
Version number part.
- LZ4_VERSION_MINOR - Static variable in class org.lwjgl.util.lz4.LZ4
-
Version number part.
- LZ4_VERSION_NUMBER - Static variable in class org.lwjgl.util.lz4.LZ4
-
Version number.
- LZ4_VERSION_RELEASE - Static variable in class org.lwjgl.util.lz4.LZ4
-
Version number part.
- LZ4_VERSION_STRING - Static variable in class org.lwjgl.util.lz4.LZ4
-
Version string.
- LZ4_versionNumber() - Static method in class org.lwjgl.util.lz4.LZ4
-
Returns the version number.
- LZ4_versionString() - Static method in class org.lwjgl.util.lz4.LZ4
-
Returns the version string.
- LZ4F_BLOCK_CHECKSUM_SIZE - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Size in bytes of a block checksum footer in little-endian format.
- LZ4F_BLOCK_HEADER_SIZE - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Size in bytes of a block header in little-endian format.
- LZ4F_blockChecksumEnabled - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_blockChecksum_t - LZ4F_blockIndependent - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_blockMode_t - LZ4F_blockLinked - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_blockMode_t - LZ4F_compressBegin(long, ByteBuffer, LZ4FPreferences) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Will write the frame header into
dstBuffer. - LZ4F_compressBegin_usingCDict(long, ByteBuffer, long, LZ4FPreferences) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Inits streaming dictionary compression, and writes the frame header into
dstBuffer. - LZ4F_compressBegin_usingDict(long, ByteBuffer, ByteBuffer, LZ4FPreferences) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Inits dictionary compression streaming, and writes the frame header into
dstBuffer. - LZ4F_compressBound(long, LZ4FPreferences) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Provides minimum
dstCapacityrequired to guarantee success ofcompressUpdate, given asrcSizeand preferences, for a worst case scenario. - LZ4F_compressEnd(long, ByteBuffer, LZ4FCompressOptions) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
To properly finish an LZ4 frame, invoke
compressEnd. - LZ4F_compressFrame(ByteBuffer, ByteBuffer, LZ4FPreferences) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Compress
srcBuffercontent into an LZ4-compressed frame. - LZ4F_compressFrame_usingCDict(long, ByteBuffer, ByteBuffer, long, LZ4FPreferences) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Compress an entire
srcBufferinto a valid LZ4 frame using a digested Dictionary. - LZ4F_compressFrameBound(long, LZ4FPreferences) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Returns the maximum possible size of a frame compressed with
compressFramegivensrcSizecontent and preferences. - LZ4F_compressionLevel_max() - Static method in class org.lwjgl.util.lz4.LZ4Frame
- LZ4F_compressUpdate(long, ByteBuffer, ByteBuffer, LZ4FCompressOptions) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_compressUpdate()can be called repetitively to compress as much data as necessary. - LZ4F_CONTENT_CHECKSUM_SIZE - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Size in bytes of the content checksum.
- LZ4F_contentChecksumEnabled - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_contentChecksum_t - LZ4F_createCDict(ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
When compressing multiple messages / blocks with the same dictionary, it's recommended to load it just once.
- LZ4F_createCDict_advanced(LZ4FCustomMem, ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
createCDictwith custom allocation/free functions. - LZ4F_createCompressionContext(PointerBuffer, int) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
The first thing to do is to create a
compressionContextobject, which will keep track of operation state during streaming compression. - LZ4F_createCompressionContext_advanced(LZ4FCustomMem, int) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
createCompressionContextwith custom allocation/free functions. - LZ4F_createDecompressionContext(PointerBuffer, int) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Create an
LZ4F_dctxobject, to track all decompression operations. - LZ4F_createDecompressionContext_advanced(LZ4FCustomMem, int) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
createDecompressionContextwith custom allocation/free functions. - LZ4F_decompress(long, ByteBuffer, PointerBuffer, ByteBuffer, PointerBuffer, LZ4FDecompressOptions) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Call this function repetitively to regenerate data compressed in
srcBuffer. - LZ4F_decompress_usingDict(long, ByteBuffer, PointerBuffer, ByteBuffer, PointerBuffer, ByteBuffer, LZ4FDecompressOptions) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Same as
decompress, using a predefined dictionary. - LZ4F_default - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_blockSizeID_t - LZ4F_defaultCMem - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
This constant defers to stdlib's functions
- LZ4F_ERROR_allocation_failed - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_blockChecksum_invalid - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_blockMode_invalid - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_compressionLevel_invalid - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_compressionState_uninitialized - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_contentChecksum_invalid - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_decompressionFailed - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_dstMaxSize_tooSmall - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_frameDecoding_alreadyStarted - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_frameHeader_incomplete - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_frameSize_wrong - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_frameType_unknown - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_GENERIC - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_headerChecksum_invalid - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_headerVersion_wrong - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_io_read - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_io_write - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_maxBlockSize_invalid - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_maxCode - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_parameter_invalid - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_parameter_null - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_reservedFlag_set - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_srcPtr_wrong - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_ERROR_srcSize_tooLarge - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_flush(long, ByteBuffer, LZ4FCompressOptions) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
When data must be generated and sent immediately, without waiting for a block to be completely filled, it's possible to call
flush. - LZ4F_frame - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_frameType_t - LZ4F_freeCDict(long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
- LZ4F_freeCompressionContext(long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Frees an
LZ4F_cctxobject. - LZ4F_freeDecompressionContext(long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Frees an
LZ4F_dctxobject. - LZ4F_getBlockSize(int) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Return, in scalar format (
size_t), the maximum block size associated withblockSizeID, or an error code (can be tested usingisError) ifblockSizeIDis invalid. - LZ4F_getErrorCode(long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
- LZ4F_getErrorName(long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Return error code string; for debugging.
- LZ4F_getFrameInfo(long, LZ4FFrameInfo, ByteBuffer, PointerBuffer) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
This function extracts frame parameters (max
blockSize,dictID, etc.). - LZ4F_getVersion() - Static method in class org.lwjgl.util.lz4.LZ4Frame
- LZ4F_HEADER_SIZE_MAX - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Maximum header size.
- LZ4F_HEADER_SIZE_MIN - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Minimum header size.
- LZ4F_headerSize(ByteBuffer) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Provide the header size of a frame starting at
src. - LZ4F_isError(long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Tells when a function result is an error code.
- LZ4F_MAGIC_SKIPPABLE_START - Static variable in class org.lwjgl.util.lz4.LZ4Frame
- LZ4F_MAGICNUMBER - Static variable in class org.lwjgl.util.lz4.LZ4Frame
- LZ4F_max1MB - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_blockSizeID_t - LZ4F_max256KB - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_blockSizeID_t - LZ4F_max4MB - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_blockSizeID_t - LZ4F_max64KB - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_blockSizeID_t - LZ4F_MIN_SIZE_TO_KNOW_HEADER_LENGTH - Static variable in class org.lwjgl.util.lz4.LZ4Frame
- LZ4F_noBlockChecksum - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_blockChecksum_t - LZ4F_noContentChecksum - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_contentChecksum_t - LZ4F_OK_NoError - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Error code.
- LZ4F_resetDecompressionContext(long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
In case of an error, the context is left in "undefined" state.
- LZ4F_skippableFrame - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
LZ4F_frameType_t - LZ4F_uncompressedUpdate(long, ByteBuffer, ByteBuffer, LZ4FCompressOptions) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Can be called repetitively to add data stored as uncompressed blocks.
- LZ4F_VERSION - Static variable in class org.lwjgl.util.lz4.LZ4Frame
-
Version number.
- LZ4FAllocFunction - Class in org.lwjgl.util.lz4
-
Type
- LZ4FAllocFunctionI - Interface in org.lwjgl.util.lz4
-
Type
- LZ4FCallocFunction - Class in org.lwjgl.util.lz4
-
Type
- LZ4FCallocFunctionI - Interface in org.lwjgl.util.lz4
-
Type
- LZ4FCompressOptions - Class in org.lwjgl.util.lz4
-
Layout
- LZ4FCompressOptions(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Creates a
LZ4FCompressOptionsinstance at the current position of the specifiedByteBuffercontainer. - LZ4FCompressOptions.Buffer - Class in org.lwjgl.util.lz4
-
An array of
LZ4FCompressOptionsstructs. - LZ4FCustomMem - Class in org.lwjgl.util.lz4
-
Layout
- LZ4FCustomMem(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4FCustomMem
-
Creates a
LZ4FCustomMeminstance at the current position of the specifiedByteBuffercontainer. - LZ4FCustomMem.Buffer - Class in org.lwjgl.util.lz4
-
An array of
LZ4FCustomMemstructs. - LZ4FDecompressOptions - Class in org.lwjgl.util.lz4
-
Layout
- LZ4FDecompressOptions(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Creates a
LZ4FDecompressOptionsinstance at the current position of the specifiedByteBuffercontainer. - LZ4FDecompressOptions.Buffer - Class in org.lwjgl.util.lz4
-
An array of
LZ4FDecompressOptionsstructs. - LZ4FFrameInfo - Class in org.lwjgl.util.lz4
-
Makes it possible to set or read frame parameters.
- LZ4FFrameInfo(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Creates a
LZ4FFrameInfoinstance at the current position of the specifiedByteBuffercontainer. - LZ4FFrameInfo.Buffer - Class in org.lwjgl.util.lz4
-
An array of
LZ4FFrameInfostructs. - LZ4FFreeFunction - Class in org.lwjgl.util.lz4
-
Type
- LZ4FFreeFunctionI - Interface in org.lwjgl.util.lz4
-
Type
- LZ4FPreferences - Class in org.lwjgl.util.lz4
-
Makes it possible to supply advanced compression instructions to streaming interface.
- LZ4FPreferences(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4FPreferences
-
Creates a
LZ4FPreferencesinstance at the current position of the specifiedByteBuffercontainer. - LZ4FPreferences.Buffer - Class in org.lwjgl.util.lz4
-
An array of
LZ4FPreferencesstructs. - LZ4Frame - Class in org.lwjgl.util.lz4
-
Native bindings to the frame API of LZ4.
- LZ4HC - Class in org.lwjgl.util.lz4
-
Native bindings to the high-compression API of LZ4.
- LZ4HC_CLEVEL_DEFAULT - Static variable in class org.lwjgl.util.lz4.LZ4HC
-
Compression level.
- LZ4HC_CLEVEL_MAX - Static variable in class org.lwjgl.util.lz4.LZ4HC
-
Compression level.
- LZ4HC_CLEVEL_MIN - Static variable in class org.lwjgl.util.lz4.LZ4HC
-
Compression level.
- LZ4HC_CLEVEL_OPT_MIN - Static variable in class org.lwjgl.util.lz4.LZ4HC
-
Compression level.
- LZ4HC_DICTIONARY_LOGSIZE - Static variable in class org.lwjgl.util.lz4.LZ4HC
- LZ4HC_HASH_LOG - Static variable in class org.lwjgl.util.lz4.LZ4HC
- LZ4HC_HASH_MASK - Static variable in class org.lwjgl.util.lz4.LZ4HC
- LZ4HC_HASHTABLESIZE - Static variable in class org.lwjgl.util.lz4.LZ4HC
- LZ4HC_MAXD - Static variable in class org.lwjgl.util.lz4.LZ4HC
- LZ4HC_MAXD_MASK - Static variable in class org.lwjgl.util.lz4.LZ4HC
- LZ4HCCCtxInternal - Class in org.lwjgl.util.lz4
-
Layout
- LZ4HCCCtxInternal(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Creates a
LZ4HCCCtxInternalinstance at the current position of the specifiedByteBuffercontainer. - LZ4HCCCtxInternal.Buffer - Class in org.lwjgl.util.lz4
-
An array of
LZ4HCCCtxInternalstructs. - LZ4Stream - Class in org.lwjgl.util.lz4
-
Layout
- LZ4Stream(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4Stream
-
Creates a
LZ4Streaminstance at the current position of the specifiedByteBuffercontainer. - LZ4Stream.Buffer - Class in org.lwjgl.util.lz4
-
An array of
LZ4Streamstructs. - LZ4StreamDecode - Class in org.lwjgl.util.lz4
-
Layout
- LZ4StreamDecode(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4StreamDecode
-
Creates a
LZ4StreamDecodeinstance at the current position of the specifiedByteBuffercontainer. - LZ4StreamDecode.Buffer - Class in org.lwjgl.util.lz4
-
An array of
LZ4StreamDecodestructs. - LZ4StreamDecodeInternal - Class in org.lwjgl.util.lz4
-
Layout
- LZ4StreamDecodeInternal(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
-
Creates a
LZ4StreamDecodeInternalinstance at the current position of the specifiedByteBuffercontainer. - LZ4StreamDecodeInternal.Buffer - Class in org.lwjgl.util.lz4
-
An array of
LZ4StreamDecodeInternalstructs. - LZ4StreamHC - Class in org.lwjgl.util.lz4
-
Layout
- LZ4StreamHC(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4StreamHC
-
Creates a
LZ4StreamHCinstance at the current position of the specifiedByteBuffercontainer. - LZ4StreamHC.Buffer - Class in org.lwjgl.util.lz4
-
An array of
LZ4StreamHCstructs. - LZ4StreamInternal - Class in org.lwjgl.util.lz4
-
Layout
- LZ4StreamInternal(ByteBuffer) - Constructor for class org.lwjgl.util.lz4.LZ4StreamInternal
-
Creates a
LZ4StreamInternalinstance at the current position of the specifiedByteBuffercontainer. - LZ4StreamInternal.Buffer - Class in org.lwjgl.util.lz4
-
An array of
LZ4StreamInternalstructs.
M
- malloc() - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Returns a new
LZ4FCompressOptionsinstance allocated withmemAlloc. - malloc() - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Returns a new
LZ4FCustomMeminstance allocated withmemAlloc. - malloc() - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Returns a new
LZ4FDecompressOptionsinstance allocated withmemAlloc. - malloc() - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Returns a new
LZ4FFrameInfoinstance allocated withmemAlloc. - malloc() - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Returns a new
LZ4FPreferencesinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Returns a new
LZ4FCompressOptions.Bufferinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Returns a new
LZ4FCustomMem.Bufferinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Returns a new
LZ4FDecompressOptions.Bufferinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Returns a new
LZ4FFrameInfo.Bufferinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Returns a new
LZ4FPreferences.Bufferinstance allocated withmemAlloc. - malloc(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Returns a new
LZ4FCompressOptions.Bufferinstance allocated on the specifiedMemoryStack. - malloc(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Returns a new
LZ4FCustomMem.Bufferinstance allocated on the specifiedMemoryStack. - malloc(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Returns a new
LZ4FDecompressOptions.Bufferinstance allocated on the specifiedMemoryStack. - malloc(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Returns a new
LZ4FFrameInfo.Bufferinstance allocated on the specifiedMemoryStack. - malloc(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Returns a new
LZ4FPreferences.Bufferinstance allocated on the specifiedMemoryStack. - malloc(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Returns a new
LZ4FCompressOptionsinstance allocated on the specifiedMemoryStack. - malloc(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Returns a new
LZ4FCustomMeminstance allocated on the specifiedMemoryStack. - malloc(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Returns a new
LZ4FDecompressOptionsinstance allocated on the specifiedMemoryStack. - malloc(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Returns a new
LZ4FFrameInfoinstance allocated on the specifiedMemoryStack. - malloc(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Returns a new
LZ4FPreferencesinstance allocated on the specifiedMemoryStack. - mallocStack() - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Deprecated.
- mallocStack() - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Deprecated.
- mallocStack() - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Deprecated.
- mallocStack() - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Deprecated.
- mallocStack(int) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Deprecated.
- mallocStack(int) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Deprecated.
- mallocStack(int) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Deprecated.
- mallocStack(int) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Deprecated.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Deprecated.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Deprecated.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Deprecated.
- mallocStack(int, MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Deprecated.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Deprecated.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Deprecated.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Deprecated.
- mallocStack(MemoryStack) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Deprecated.
- minStateSize() - Method in class org.lwjgl.util.lz4.LZ4StreamDecode.Buffer
- minStateSize() - Method in class org.lwjgl.util.lz4.LZ4StreamDecode
- minStateSize() - Method in class org.lwjgl.util.lz4.LZ4StreamHC.Buffer
- minStateSize() - Method in class org.lwjgl.util.lz4.LZ4StreamHC
- minStateSize(int) - Method in class org.lwjgl.util.lz4.LZ4StreamDecode.Buffer
- minStateSize(int) - Method in class org.lwjgl.util.lz4.LZ4StreamDecode
- minStateSize(int) - Method in class org.lwjgl.util.lz4.LZ4StreamHC.Buffer
- minStateSize(int) - Method in class org.lwjgl.util.lz4.LZ4StreamHC
- MINSTATESIZE - Static variable in class org.lwjgl.util.lz4.LZ4StreamDecode
-
The struct member offsets.
- MINSTATESIZE - Static variable in class org.lwjgl.util.lz4.LZ4StreamHC
-
The struct member offsets.
N
- nautoFlush(long) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Unsafe version of
LZ4FPreferences.autoFlush(). - nautoFlush(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Unsafe version of
autoFlush. - nblockChecksumFlag(long) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
LZ4FFrameInfo.blockChecksumFlag(). - nblockChecksumFlag(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
blockChecksumFlag. - nblockMode(long) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
LZ4FFrameInfo.blockMode(). - nblockMode(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
blockMode. - nblockSizeID(long) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
LZ4FFrameInfo.blockSizeID(). - nblockSizeID(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
blockSizeID. - nchainTable(long) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
LZ4HCCCtxInternal.chainTable(). - nchainTable(long, int) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
chainTable. - ncompressionLevel(long) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Unsafe version of
LZ4FPreferences.compressionLevel(). - ncompressionLevel(long) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
LZ4HCCCtxInternal.compressionLevel(). - ncompressionLevel(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Unsafe version of
compressionLevel. - ncontentChecksumFlag(long) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
LZ4FFrameInfo.contentChecksumFlag(). - ncontentChecksumFlag(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
contentChecksumFlag. - ncontentSize(long) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
LZ4FFrameInfo.contentSize(). - ncontentSize(long, long) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
contentSize. - ncurrentOffset(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamInternal
-
Unsafe version of
LZ4StreamInternal.currentOffset(). - ncustomAlloc(long) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Unsafe version of
LZ4FCustomMem.customAlloc(). - ncustomAlloc(long, LZ4FAllocFunctionI) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Unsafe version of
customAlloc. - ncustomCalloc(long) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Unsafe version of
LZ4FCustomMem.customCalloc(). - ncustomCalloc(long, LZ4FCallocFunctionI) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Unsafe version of
customCalloc. - ncustomFree(long) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Unsafe version of
LZ4FCustomMem.customFree(). - ncustomFree(long, LZ4FFreeFunctionI) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Unsafe version of
customFree. - ndictCtx(long) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
LZ4HCCCtxInternal.dictCtx(). - ndictCtx(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamInternal
-
Unsafe version of
LZ4StreamInternal.dictCtx(). - ndictID(long) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
LZ4FFrameInfo.dictID(). - ndictID(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
dictID. - ndictionary(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamInternal
-
Unsafe version of
dictionary. - ndictLimit(long) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
LZ4HCCCtxInternal.dictLimit(). - ndictSize(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamInternal
-
Unsafe version of
LZ4StreamInternal.dictSize(). - ndictStart(long, int) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
dictStart. - ndirty(long) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
LZ4HCCCtxInternal.dirty(). - nend(long, int) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
end. - nextDictSize(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
-
Unsafe version of
LZ4StreamDecodeInternal.extDictSize(). - nexternalDict(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
-
Unsafe version of
externalDict. - nextToUpdate() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- nextToUpdate() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
index from which to continue dictionary update
- NEXTTOUPDATE - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct member offsets.
- nfavorDecSpeed(long) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Unsafe version of
LZ4FPreferences.favorDecSpeed(). - nfavorDecSpeed(long) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
LZ4HCCCtxInternal.favorDecSpeed(). - nfavorDecSpeed(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Unsafe version of
favorDecSpeed. - nframeInfo(long) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Unsafe version of
LZ4FPreferences.frameInfo(). - nframeInfo(long, LZ4FFrameInfo) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Unsafe version of
frameInfo. - nframeType(long) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
LZ4FFrameInfo.frameType(). - nframeType(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Unsafe version of
frameType. - nhashTable(long) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
LZ4HCCCtxInternal.hashTable(). - nhashTable(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamInternal
-
Unsafe version of
LZ4StreamInternal.hashTable(). - nhashTable(long, int) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
hashTable. - nhashTable(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamInternal
-
Unsafe version of
hashTable. - ninternal_donotuse(long) - Static method in class org.lwjgl.util.lz4.LZ4Stream
-
Unsafe version of
LZ4Stream.internal_donotuse(). - ninternal_donotuse(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecode
-
Unsafe version of
LZ4StreamDecode.internal_donotuse(). - ninternal_donotuse(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamHC
-
Unsafe version of
LZ4StreamHC.internal_donotuse(). - nlowLimit(long) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
LZ4HCCCtxInternal.lowLimit(). - nLZ4_attach_dictionary(long, long) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
attach_dictionary - nLZ4_attach_HC_dictionary(long, long) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Unsafe version of:
attach_HC_dictionary - nLZ4_compress_default(long, long, int, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
compress_default - nLZ4_compress_destSize(long, long, long, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
compress_destSize - nLZ4_compress_destSize_extState(long, long, long, long, int, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
compress_destSize_extState - nLZ4_compress_fast(long, long, int, int, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
compress_fast - nLZ4_compress_fast_continue(long, long, long, int, int, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
compress_fast_continue - nLZ4_compress_fast_extState(long, long, long, int, int, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
compress_fast_extState - nLZ4_compress_fast_extState_fastReset(long, long, long, int, int, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
compress_fast_extState_fastReset - nLZ4_compress_HC(long, long, int, int, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Unsafe version of:
compress_HC - nLZ4_compress_HC_continue(long, long, long, int, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
- nLZ4_compress_HC_continue_destSize(long, long, long, long, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Unsafe version of:
compress_HC_continue_destSize - nLZ4_compress_HC_destSize(long, long, long, long, int, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Unsafe version of:
compress_HC_destSize - nLZ4_compress_HC_extStateHC(long, long, long, int, int, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Unsafe version of:
compress_HC_extStateHC - nLZ4_compress_HC_extStateHC_fastReset(long, long, long, int, int, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Unsafe version of:
compress_HC_extStateHC_fastReset - nLZ4_decompress_safe(long, long, int, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
decompress_safe - nLZ4_decompress_safe_continue(long, long, long, int, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
decompress_safe_continue - nLZ4_decompress_safe_partial(long, long, int, int, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
decompress_safe_partial - nLZ4_decompress_safe_partial_usingDict(long, long, int, int, int, long, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
decompress_safe_partial_usingDict - nLZ4_decompress_safe_usingDict(long, long, int, int, long, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
decompress_safe_usingDict - nLZ4_favorDecompressionSpeed(long, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Unsafe version of:
favorDecompressionSpeed - nLZ4_freeStream(long) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
freeStream - nLZ4_freeStreamDecode(long) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
freeStreamDecode - nLZ4_freeStreamHC(long) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Unsafe version of:
freeStreamHC - nLZ4_initStream(long, long) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
initStream - nLZ4_initStreamHC(long, long) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Unsafe version of:
initStreamHC - nLZ4_loadDict(long, long, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
loadDict - nLZ4_loadDictHC(long, long, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
- nLZ4_loadDictSlow(long, long, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
loadDictSlow - nLZ4_resetStream_fast(long) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
resetStream_fast - nLZ4_resetStreamHC_fast(long, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Unsafe version of:
resetStreamHC_fast - nLZ4_saveDict(long, long, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
saveDict - nLZ4_saveDictHC(long, long, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
- nLZ4_setCompressionLevel(long, int) - Static method in class org.lwjgl.util.lz4.LZ4HC
-
Unsafe version of:
setCompressionLevel - nLZ4_setStreamDecode(long, long, int) - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
setStreamDecode - nLZ4_versionString() - Static method in class org.lwjgl.util.lz4.LZ4
-
Unsafe version of:
versionString - nLZ4F_compressBegin(long, long, long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
compressBegin - nLZ4F_compressBegin_usingCDict(long, long, long, long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
compressBegin_usingCDict - nLZ4F_compressBegin_usingDict(long, long, long, long, long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
compressBegin_usingDict - nLZ4F_compressBound(long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
compressBound - nLZ4F_compressEnd(long, long, long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
compressEnd - nLZ4F_compressFrame(long, long, long, long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
compressFrame - nLZ4F_compressFrame_usingCDict(long, long, long, long, long, long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
compressFrame_usingCDict - nLZ4F_compressFrameBound(long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
compressFrameBound - nLZ4F_compressUpdate(long, long, long, long, long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
compressUpdate - nLZ4F_createCDict(long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
createCDict - nLZ4F_createCDict_advanced(long, long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
createCDict_advanced - nLZ4F_createCompressionContext(long, int) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
createCompressionContext - nLZ4F_createCompressionContext_advanced(long, int) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
createCompressionContext_advanced - nLZ4F_createDecompressionContext(long, int) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
createDecompressionContext - nLZ4F_createDecompressionContext_advanced(long, int) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
createDecompressionContext_advanced - nLZ4F_decompress(long, long, long, long, long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
decompress - nLZ4F_decompress_usingDict(long, long, long, long, long, long, long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
decompress_usingDict - nLZ4F_flush(long, long, long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
flush - nLZ4F_freeCDict(long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
- nLZ4F_freeDecompressionContext(long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
freeDecompressionContext - nLZ4F_getErrorName(long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
getErrorName - nLZ4F_getFrameInfo(long, long, long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
getFrameInfo - nLZ4F_headerSize(long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
headerSize - nLZ4F_isError(long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
isError - nLZ4F_resetDecompressionContext(long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
resetDecompressionContext - nLZ4F_uncompressedUpdate(long, long, long, long, long, long) - Static method in class org.lwjgl.util.lz4.LZ4Frame
-
Unsafe version of:
uncompressedUpdate - nminStateSize(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecode
-
Unsafe version of
LZ4StreamDecode.minStateSize(). - nminStateSize(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamHC
-
Unsafe version of
LZ4StreamHC.minStateSize(). - nminStateSize(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecode
-
Unsafe version of
minStateSize. - nminStateSize(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamHC
-
Unsafe version of
minStateSize. - nnextToUpdate(long) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
LZ4HCCCtxInternal.nextToUpdate(). - nopaqueState(long) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Unsafe version of
LZ4FCustomMem.opaqueState(). - nopaqueState(long, long) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Unsafe version of
opaqueState. - Note - Search tag in org.lwjgl.util.lz4.LZ4Frame.LZ4F_compressFrameBound(long, LZ4FPreferences)
- Section
- nprefixEnd(long, int) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
-
Unsafe version of
prefixEnd. - nprefixSize(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
-
Unsafe version of
LZ4StreamDecodeInternal.prefixSize(). - nprefixStart(long, int) - Static method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
Unsafe version of
prefixStart. - nreserved(long) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Unsafe version of
LZ4FCompressOptions.reserved(). - nreserved(long) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Unsafe version of
LZ4FPreferences.reserved(). - nreserved(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Unsafe version of
reserved. - nreserved(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Unsafe version of
reserved. - nreserved(long, int, int) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Unsafe version of
reserved. - nreserved(long, int, int) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Unsafe version of
reserved. - nreserved(long, IntBuffer) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Unsafe version of
reserved. - nreserved(long, IntBuffer) - Static method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Unsafe version of
reserved. - nreserved0(long) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Unsafe version of
LZ4FDecompressOptions.reserved0(). - nreserved0(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Unsafe version of
reserved0. - nreserved1(long) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Unsafe version of
LZ4FDecompressOptions.reserved1(). - nreserved1(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Unsafe version of
reserved1. - nskipChecksums(long) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Unsafe version of
LZ4FDecompressOptions.skipChecksums(). - nskipChecksums(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Unsafe version of
skipChecksums. - nstableDst(long) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Unsafe version of
LZ4FDecompressOptions.stableDst(). - nstableDst(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Unsafe version of
stableDst. - nstableSrc(long) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Unsafe version of
LZ4FCompressOptions.stableSrc(). - nstableSrc(long, int) - Static method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Unsafe version of
stableSrc. - ntable(long) - Static method in class org.lwjgl.util.lz4.LZ4Stream
-
Unsafe version of
LZ4Stream.table(). - ntable(long, int) - Static method in class org.lwjgl.util.lz4.LZ4Stream
-
Unsafe version of
table. - ntableType(long) - Static method in class org.lwjgl.util.lz4.LZ4StreamInternal
-
Unsafe version of
LZ4StreamInternal.tableType().
O
- opaqueState() - Method in class org.lwjgl.util.lz4.LZ4FCustomMem.Buffer
- opaqueState() - Method in class org.lwjgl.util.lz4.LZ4FCustomMem
- opaqueState(long) - Method in class org.lwjgl.util.lz4.LZ4FCustomMem.Buffer
-
Sets the specified value to the
opaqueStatefield. - opaqueState(long) - Method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Sets the specified value to the
opaqueStatefield. - OPAQUESTATE - Static variable in class org.lwjgl.util.lz4.LZ4FCustomMem
-
The struct member offsets.
- org.lwjgl.util.lz4 - 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.
P
- prefixEnd(int) - Method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal.Buffer
- prefixEnd(int) - Method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
- PREFIXEND - Static variable in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
-
The struct member offsets.
- prefixSize() - Method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal.Buffer
- prefixSize() - Method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
- PREFIXSIZE - Static variable in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
-
The struct member offsets.
- prefixStart(int) - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
- prefixStart(int) - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
- PREFIXSTART - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct member offsets.
R
- reserved() - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions.Buffer
- reserved() - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions
- reserved() - Method in class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
- reserved() - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
must be zero for forward compatibility
- reserved(int) - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions.Buffer
- reserved(int) - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions
- reserved(int) - Method in class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
- reserved(int) - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
must be zero for forward compatibility
- reserved(int, int) - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions.Buffer
-
Sets the specified value at the specified index of the
reservedfield. - reserved(int, int) - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Sets the specified value at the specified index of the
reservedfield. - reserved(int, int) - Method in class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
-
Sets the specified value at the specified index of the
LZ4FPreferences.reserved()field. - reserved(int, int) - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Sets the specified value at the specified index of the
LZ4FPreferences.reserved()field. - reserved(IntBuffer) - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions.Buffer
-
Copies the specified
IntBufferto thereservedfield. - reserved(IntBuffer) - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Copies the specified
IntBufferto thereservedfield. - reserved(IntBuffer) - Method in class org.lwjgl.util.lz4.LZ4FPreferences.Buffer
-
Copies the specified
IntBufferto theLZ4FPreferences.reserved()field. - reserved(IntBuffer) - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Copies the specified
IntBufferto theLZ4FPreferences.reserved()field. - RESERVED - Static variable in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
The struct member offsets.
- RESERVED - Static variable in class org.lwjgl.util.lz4.LZ4FPreferences
-
The struct member offsets.
- reserved0() - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions.Buffer
- reserved0() - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
idem
- reserved0(int) - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions.Buffer
-
Sets the specified value to the
LZ4FDecompressOptions.reserved0()field. - reserved0(int) - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Sets the specified value to the
LZ4FDecompressOptions.reserved0()field. - RESERVED0 - Static variable in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
The struct member offsets.
- reserved1() - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions.Buffer
- reserved1() - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
must be set to zero for forward compatibility
- reserved1(int) - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions.Buffer
-
Sets the specified value to the
LZ4FDecompressOptions.reserved1()field. - reserved1(int) - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Sets the specified value to the
LZ4FDecompressOptions.reserved1()field. - RESERVED1 - Static variable in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
The struct member offsets.
S
- set(int, int, int, int) - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Initializes this struct with the specified values.
- set(int, int, int, int, long, int, int) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Initializes this struct with the specified values.
- set(int, IntBuffer) - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Initializes this struct with the specified values.
- set(LZ4FAllocFunctionI, LZ4FCallocFunctionI, LZ4FFreeFunctionI, long) - Method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Initializes this struct with the specified values.
- set(LZ4FCompressOptions) - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Copies the specified struct data to this struct.
- set(LZ4FCustomMem) - Method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Copies the specified struct data to this struct.
- set(LZ4FDecompressOptions) - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Copies the specified struct data to this struct.
- set(LZ4FFrameInfo) - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
Copies the specified struct data to this struct.
- set(LZ4FFrameInfo, int, boolean, boolean, IntBuffer) - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Initializes this struct with the specified values.
- set(LZ4FPreferences) - Method in class org.lwjgl.util.lz4.LZ4FPreferences
-
Copies the specified struct data to this struct.
- sizeof() - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions
- sizeof() - Method in class org.lwjgl.util.lz4.LZ4FCustomMem
- sizeof() - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
- sizeof() - Method in class org.lwjgl.util.lz4.LZ4FFrameInfo
- sizeof() - Method in class org.lwjgl.util.lz4.LZ4FPreferences
- sizeof() - Method in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
- sizeof() - Method in class org.lwjgl.util.lz4.LZ4Stream
- sizeof() - Method in class org.lwjgl.util.lz4.LZ4StreamDecode
- sizeof() - Method in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
- sizeof() - Method in class org.lwjgl.util.lz4.LZ4StreamHC
- sizeof() - Method in class org.lwjgl.util.lz4.LZ4StreamInternal
- SIZEOF - Static variable in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.lz4.LZ4FCustomMem
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.lz4.LZ4FFrameInfo
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.lz4.LZ4FPreferences
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.lz4.LZ4HCCCtxInternal
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.lz4.LZ4Stream
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.lz4.LZ4StreamDecode
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.lz4.LZ4StreamDecodeInternal
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.lz4.LZ4StreamHC
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.util.lz4.LZ4StreamInternal
-
The struct size in bytes.
- skipChecksums() - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions.Buffer
- skipChecksums() - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
disable checksum calculation and verification, even when one is present in frame, to save CPU time.
- skipChecksums(int) - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions.Buffer
-
Sets the specified value to the
LZ4FDecompressOptions.skipChecksums()field. - skipChecksums(int) - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Sets the specified value to the
LZ4FDecompressOptions.skipChecksums()field. - SKIPCHECKSUMS - Static variable in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
The struct member offsets.
- stableDst() - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions.Buffer
- stableDst() - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
pledges that last 64KB decompressed data is present right before
dstBufferpointer. - stableDst(int) - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions.Buffer
-
Sets the specified value to the
LZ4FDecompressOptions.stableDst()field. - stableDst(int) - Method in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
Sets the specified value to the
LZ4FDecompressOptions.stableDst()field. - STABLEDST - Static variable in class org.lwjgl.util.lz4.LZ4FDecompressOptions
-
The struct member offsets.
- stableSrc() - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions.Buffer
- stableSrc() - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
1 == srccontent will remain present on future calls toLZ4F_compress(); skip copyingsrccontent withintmpbuffer - stableSrc(int) - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions.Buffer
-
Sets the specified value to the
LZ4FCompressOptions.stableSrc()field. - stableSrc(int) - Method in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
Sets the specified value to the
LZ4FCompressOptions.stableSrc()field. - STABLESRC - Static variable in class org.lwjgl.util.lz4.LZ4FCompressOptions
-
The struct member offsets.
- Streaming Compression - Bufferless synchronous API - Search tag in class org.lwjgl.util.lz4.LZ4HC
- Section
T
- table() - Method in class org.lwjgl.util.lz4.LZ4Stream.Buffer
- table() - Method in class org.lwjgl.util.lz4.LZ4Stream
- table(int) - Method in class org.lwjgl.util.lz4.LZ4Stream.Buffer
- table(int) - Method in class org.lwjgl.util.lz4.LZ4Stream
- TABLE - Static variable in class org.lwjgl.util.lz4.LZ4Stream
-
The struct member offsets.
- tableType() - Method in class org.lwjgl.util.lz4.LZ4StreamInternal.Buffer
- tableType() - Method in class org.lwjgl.util.lz4.LZ4StreamInternal
- TABLETYPE - Static variable in class org.lwjgl.util.lz4.LZ4StreamInternal
-
The struct member offsets.
- Type - Search tag in class org.lwjgl.util.lz4.LZ4FAllocFunction
- Section
- Type - Search tag in class org.lwjgl.util.lz4.LZ4FCallocFunction
- Section
- Type - Search tag in class org.lwjgl.util.lz4.LZ4FFreeFunction
- Section
- Type - Search tag in interface org.lwjgl.util.lz4.LZ4FAllocFunctionI
- Section
- Type - Search tag in interface org.lwjgl.util.lz4.LZ4FCallocFunctionI
- Section
- Type - Search tag in interface org.lwjgl.util.lz4.LZ4FFreeFunctionI
- Section
V
- validate(long) - Static method in class org.lwjgl.util.lz4.LZ4FCustomMem
-
Validates pointer members that should not be
NULL.
All Classes and Interfaces|All Packages|Constant Field Values