Package org.lwjgl.util.lz4
Class LZ4HCCCtxInternal.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<LZ4HCCCtxInternal,LZ4HCCCtxInternal.Buffer>
-
- org.lwjgl.util.lz4.LZ4HCCCtxInternal.Buffer
-
- All Implemented Interfaces:
java.lang.Iterable<LZ4HCCCtxInternal>
,org.lwjgl.system.Pointer
- Enclosing class:
- LZ4HCCCtxInternal
public static class LZ4HCCCtxInternal.Buffer extends org.lwjgl.system.StructBuffer<LZ4HCCCtxInternal,LZ4HCCCtxInternal.Buffer>
An array ofLZ4HCCCtxInternal
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffer
base(int capacity)
Returns aByteBuffer
view of the data pointed to by thebase
field.java.nio.ShortBuffer
chainTable()
Returns aShortBuffer
view of thechainTable
field.short
chainTable(int index)
Returns the value at the specified index of thechainTable
field.short
compressionLevel()
Returns the value of thecompressionLevel
field.java.nio.ByteBuffer
dictBase(int capacity)
Returns aByteBuffer
view of the data pointed to by thedictBase
field.LZ4HCCCtxInternal
dictCtx()
Returns aLZ4HCCCtxInternal
view of the struct pointed to by thedictCtx
field.int
dictLimit()
Returns the value of thedictLimit
field.byte
dirty()
Returns the value of thedirty
field.java.nio.ByteBuffer
end(int capacity)
Returns aByteBuffer
view of the data pointed to by theend
field.byte
favorDecSpeed()
Returns the value of thefavorDecSpeed
field.java.nio.IntBuffer
hashTable()
Returns aIntBuffer
view of thehashTable
field.int
hashTable(int index)
Returns the value at the specified index of thehashTable
field.int
lowLimit()
Returns the value of thelowLimit
field.int
nextToUpdate()
Returns the value of thenextToUpdate
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newLZ4HCCCtxInternal.Buffer
instance backed by the specified container. Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided byLZ4HCCCtxInternal.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
hashTable
public java.nio.IntBuffer hashTable()
Returns aIntBuffer
view of thehashTable
field.
-
hashTable
public int hashTable(int index)
Returns the value at the specified index of thehashTable
field.
-
chainTable
public java.nio.ShortBuffer chainTable()
Returns aShortBuffer
view of thechainTable
field.
-
chainTable
public short chainTable(int index)
Returns the value at the specified index of thechainTable
field.
-
end
public java.nio.ByteBuffer end(int capacity)
Returns aByteBuffer
view of the data pointed to by theend
field.- Parameters:
capacity
- the number of elements in the returned buffer
-
base
public java.nio.ByteBuffer base(int capacity)
Returns aByteBuffer
view of the data pointed to by thebase
field.- Parameters:
capacity
- the number of elements in the returned buffer
-
dictBase
public java.nio.ByteBuffer dictBase(int capacity)
Returns aByteBuffer
view of the data pointed to by thedictBase
field.- Parameters:
capacity
- the number of elements in the returned buffer
-
dictLimit
public int dictLimit()
Returns the value of thedictLimit
field.
-
lowLimit
public int lowLimit()
Returns the value of thelowLimit
field.
-
nextToUpdate
public int nextToUpdate()
Returns the value of thenextToUpdate
field.
-
compressionLevel
public short compressionLevel()
Returns the value of thecompressionLevel
field.
-
favorDecSpeed
public byte favorDecSpeed()
Returns the value of thefavorDecSpeed
field.
-
dirty
public byte dirty()
Returns the value of thedirty
field.
-
dictCtx
public LZ4HCCCtxInternal dictCtx()
Returns aLZ4HCCCtxInternal
view of the struct pointed to by thedictCtx
field.
-
-