Package org.lwjgl.util.zstd
Class ZDICTParams.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<ZDICTParams,ZDICTParams.Buffer>
-
- org.lwjgl.util.zstd.ZDICTParams.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<ZDICTParams>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- ZDICTParams
public static class ZDICTParams.Buffer extends org.lwjgl.system.StructBuffer<ZDICTParams,ZDICTParams.Buffer> implements org.lwjgl.system.NativeResource
An array ofZDICTParams
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compressionLevel()
Returns the value of thecompressionLevel
field.ZDICTParams.Buffer
compressionLevel(int value)
Sets the specified value to thecompressionLevel
field.int
dictID()
Returns the value of thedictID
field.ZDICTParams.Buffer
dictID(int value)
Sets the specified value to thedictID
field.int
notificationLevel()
Returns the value of thenotificationLevel
field.ZDICTParams.Buffer
notificationLevel(int value)
Sets the specified value to thenotificationLevel
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newZDICTParams.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 byZDICTParams.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
-
compressionLevel
public int compressionLevel()
Returns the value of thecompressionLevel
field.
-
notificationLevel
public int notificationLevel()
Returns the value of thenotificationLevel
field.
-
dictID
public int dictID()
Returns the value of thedictID
field.
-
compressionLevel
public ZDICTParams.Buffer compressionLevel(int value)
Sets the specified value to thecompressionLevel
field.
-
notificationLevel
public ZDICTParams.Buffer notificationLevel(int value)
Sets the specified value to thenotificationLevel
field.
-
dictID
public ZDICTParams.Buffer dictID(int value)
Sets the specified value to thedictID
field.
-
-