public static class XXH64State.Buffer extends org.lwjgl.system.StructBuffer<XXH64State,XXH64State.Buffer> implements org.lwjgl.system.NativeResource
XXH64State structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
XXH64State.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.LongBuffer |
mem64()
Returns a
LongBuffer view of the mem64 field. |
long |
mem64(int index)
Returns the value at the specified index of the
mem64 field. |
int |
memsize()
Returns the value of the
memsize field. |
int |
reserved32()
Returns the value of the
reserved32 field. |
long |
reserved64()
Returns the value of the
reserved64 field. |
long |
total_len()
Returns the value of the
total_len field. |
long |
v1()
Returns the value of the
v1 field. |
long |
v2()
Returns the value of the
v2 field. |
long |
v3()
Returns the value of the
v3 field. |
long |
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)
XXH64State.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 XXH64State.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 long total_len()
total_len field.public long v1()
v1 field.public long v2()
v2 field.public long v3()
v3 field.public long v4()
v4 field.public java.nio.LongBuffer mem64()
LongBuffer view of the mem64 field.public long mem64(int index)
mem64 field.public int memsize()
memsize field.public int reserved32()
reserved32 field.public long reserved64()
reserved64 field.Copyright LWJGL. All Rights Reserved. License terms.