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