public static class LZ4FDecompressOptions.Buffer extends org.lwjgl.system.StructBuffer<LZ4FDecompressOptions,LZ4FDecompressOptions.Buffer> implements org.lwjgl.system.NativeResource
LZ4FDecompressOptions structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
LZ4FDecompressOptions.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.IntBuffer |
reserved()
Returns a
IntBuffer view of the reserved field. |
int |
reserved(int index)
Returns the value at the specified index of the
reserved field. |
LZ4FDecompressOptions.Buffer |
reserved(java.nio.IntBuffer value)
Copies the specified
IntBuffer to the reserved field. |
LZ4FDecompressOptions.Buffer |
reserved(int index,
int value)
Sets the specified value at the specified index of the
reserved field. |
int |
stableDst()
Returns the value of the
stableDst field. |
LZ4FDecompressOptions.Buffer |
stableDst(int value)
Sets the specified value to the
stableDst field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
LZ4FDecompressOptions.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 LZ4FDecompressOptions.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 stableDst()
stableDst field.public java.nio.IntBuffer reserved()
IntBuffer view of the reserved field.public int reserved(int index)
reserved field.public LZ4FDecompressOptions.Buffer stableDst(int value)
stableDst field.public LZ4FDecompressOptions.Buffer reserved(java.nio.IntBuffer value)
IntBuffer to the reserved field.public LZ4FDecompressOptions.Buffer reserved(int index, int value)
reserved field.Copyright LWJGL. All Rights Reserved. License terms.