public static class ZSTDFrameParameters.Buffer extends org.lwjgl.system.StructBuffer<ZSTDFrameParameters,ZSTDFrameParameters.Buffer> implements org.lwjgl.system.NativeResource
ZSTDFrameParameters structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
ZSTDFrameParameters.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
int |
checksumFlag()
Returns the value of the
checksumFlag field. |
ZSTDFrameParameters.Buffer |
checksumFlag(int value)
Sets the specified value to the
checksumFlag field. |
int |
contentSizeFlag()
Returns the value of the
contentSizeFlag field. |
ZSTDFrameParameters.Buffer |
contentSizeFlag(int value)
Sets the specified value to the
contentSizeFlag field. |
int |
noDictIDFlag()
Returns the value of the
noDictIDFlag field. |
ZSTDFrameParameters.Buffer |
noDictIDFlag(int value)
Sets the specified value to the
noDictIDFlag field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
ZSTDFrameParameters.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
by ZSTDFrameParameters.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public int contentSizeFlag()
contentSizeFlag field.public int checksumFlag()
checksumFlag field.public int noDictIDFlag()
noDictIDFlag field.public ZSTDFrameParameters.Buffer contentSizeFlag(int value)
contentSizeFlag field.public ZSTDFrameParameters.Buffer checksumFlag(int value)
checksumFlag field.public ZSTDFrameParameters.Buffer noDictIDFlag(int value)
noDictIDFlag field.Copyright LWJGL. All Rights Reserved. License terms.