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