Package org.lwjgl.util.zstd
Class ZDICTFastCoverParams.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<ZDICTFastCoverParams,ZDICTFastCoverParams.Buffer>
-
- org.lwjgl.util.zstd.ZDICTFastCoverParams.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<ZDICTFastCoverParams>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- ZDICTFastCoverParams
public static class ZDICTFastCoverParams.Buffer extends org.lwjgl.system.StructBuffer<ZDICTFastCoverParams,ZDICTFastCoverParams.Buffer> implements org.lwjgl.system.NativeResource
An array ofZDICTFastCoverParams
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
accel()
Returns the value of theaccel
field.ZDICTFastCoverParams.Buffer
accel(int value)
Sets the specified value to theaccel
field.int
d()
Returns the value of thed
field.ZDICTFastCoverParams.Buffer
d(int value)
Sets the specified value to thed
field.int
f()
Returns the value of thef
field.ZDICTFastCoverParams.Buffer
f(int value)
Sets the specified value to thef
field.int
k()
Returns the value of thek
field.ZDICTFastCoverParams.Buffer
k(int value)
Sets the specified value to thek
field.int
nbThreads()
Returns the value of thenbThreads
field.ZDICTFastCoverParams.Buffer
nbThreads(int value)
Sets the specified value to thenbThreads
field.double
splitPoint()
Returns the value of thesplitPoint
field.ZDICTFastCoverParams.Buffer
splitPoint(double value)
Sets the specified value to thesplitPoint
field.int
steps()
Returns the value of thesteps
field.ZDICTFastCoverParams.Buffer
steps(int value)
Sets the specified value to thesteps
field.ZDICTParams
zParams()
Returns aZDICTParams
view of thezParams
field.ZDICTFastCoverParams.Buffer
zParams(java.util.function.Consumer<ZDICTParams> consumer)
Passes thezParams
field to the specifiedConsumer
.ZDICTFastCoverParams.Buffer
zParams(ZDICTParams value)
Copies the specifiedZDICTParams
to thezParams
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newZDICTFastCoverParams.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 byZDICTFastCoverParams.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
-
k
public int k()
Returns the value of thek
field.
-
d
public int d()
Returns the value of thed
field.
-
f
public int f()
Returns the value of thef
field.
-
steps
public int steps()
Returns the value of thesteps
field.
-
nbThreads
public int nbThreads()
Returns the value of thenbThreads
field.
-
splitPoint
public double splitPoint()
Returns the value of thesplitPoint
field.
-
accel
public int accel()
Returns the value of theaccel
field.
-
zParams
public ZDICTParams zParams()
Returns aZDICTParams
view of thezParams
field.
-
k
public ZDICTFastCoverParams.Buffer k(int value)
Sets the specified value to thek
field.
-
d
public ZDICTFastCoverParams.Buffer d(int value)
Sets the specified value to thed
field.
-
f
public ZDICTFastCoverParams.Buffer f(int value)
Sets the specified value to thef
field.
-
steps
public ZDICTFastCoverParams.Buffer steps(int value)
Sets the specified value to thesteps
field.
-
nbThreads
public ZDICTFastCoverParams.Buffer nbThreads(int value)
Sets the specified value to thenbThreads
field.
-
splitPoint
public ZDICTFastCoverParams.Buffer splitPoint(double value)
Sets the specified value to thesplitPoint
field.
-
accel
public ZDICTFastCoverParams.Buffer accel(int value)
Sets the specified value to theaccel
field.
-
zParams
public ZDICTFastCoverParams.Buffer zParams(ZDICTParams value)
Copies the specifiedZDICTParams
to thezParams
field.
-
zParams
public ZDICTFastCoverParams.Buffer zParams(java.util.function.Consumer<ZDICTParams> consumer)
Passes thezParams
field to the specifiedConsumer
.
-
-