Package org.lwjgl.system.linux.liburing
Class IOURingSQ.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<IOURingSQ.Buffer>
org.lwjgl.system.StructBuffer<IOURingSQ,IOURingSQ.Buffer>
org.lwjgl.system.linux.liburing.IOURingSQ.Buffer
- All Implemented Interfaces:
AutoCloseable
,Iterable<IOURingSQ>
,NativeResource
,Pointer
- Enclosing class:
IOURingSQ
public static class IOURingSQ.Buffer
extends StructBuffer<IOURingSQ,IOURingSQ.Buffer>
implements NativeResource
An array of
IOURingSQ
structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(long address, int cap) Buffer
(ByteBuffer container) Creates a newIOURingSQ.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionarray
(int capacity) Sets the address of the specifiedIntBuffer
to thearray
field.kdropped
(int capacity) Sets the address of the specifiedIntBuffer
to thekdropped
field.kflags
(int capacity) Sets the address of the specifiedIntBuffer
to thekflags
field.khead
(int capacity) Sets the address of the specifiedIntBuffer
to thekhead
field.kring_entries
(int capacity) kring_entries
(IntBuffer value) Sets the address of the specifiedIntBuffer
to thekring_entries
field.kring_mask
(int capacity) kring_mask
(IntBuffer value) Sets the address of the specifiedIntBuffer
to thekring_mask
field.ktail
(int capacity) Sets the address of the specifiedIntBuffer
to thektail
field.int
ring_entries
(int value) Sets the specified value to thering_entries
field.int
ring_mask
(int value) Sets the specified value to thering_mask
field.ring_ptr()
ring_ptr
(ByteBuffer value) Sets the address of the specifiedByteBuffer
to thering_ptr
field.long
ring_sz()
int
sqe_head()
sqe_head
(int value) Sets the specified value to thesqe_head
field.int
sqe_tail()
sqe_tail
(int value) Sets the specified value to thesqe_tail
field.sqes()
sqes
(IOURingSQE value) Sets the address of the specifiedIOURingSQE
to thesqes
field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, stream
Methods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toString
Methods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newIOURingSQ.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
IOURingSQ.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 Details
-
khead
- Returns:
- a
IntBuffer
view of the data pointed to by thekhead
field.
-
ktail
- Returns:
- a
IntBuffer
view of the data pointed to by thektail
field.
-
kring_mask
- Returns:
- a
IntBuffer
view of the data pointed to by thekring_mask
field.
-
kring_entries
- Returns:
- a
IntBuffer
view of the data pointed to by thekring_entries
field.
-
kflags
- Returns:
- a
IntBuffer
view of the data pointed to by thekflags
field.
-
kdropped
- Returns:
- a
IntBuffer
view of the data pointed to by thekdropped
field.
-
array
- Returns:
- a
IntBuffer
view of the data pointed to by thearray
field.
-
sqes
- Returns:
- a
IOURingSQE
view of the struct pointed to by thesqes
field.
-
sqe_head
public int sqe_head()- Returns:
- the value of the
sqe_head
field.
-
sqe_tail
public int sqe_tail()- Returns:
- the value of the
sqe_tail
field.
-
ring_sz
public long ring_sz()- Returns:
- the value of the
ring_sz
field.
-
ring_ptr
- Returns:
- a
ByteBuffer
view of the data pointed to by thering_ptr
field.
-
ring_mask
public int ring_mask()- Returns:
- the value of the
ring_mask
field.
-
ring_entries
public int ring_entries()- Returns:
- the value of the
ring_entries
field.
-
khead
Sets the address of the specifiedIntBuffer
to thekhead
field. -
ktail
Sets the address of the specifiedIntBuffer
to thektail
field. -
kring_mask
Sets the address of the specifiedIntBuffer
to thekring_mask
field. -
kring_entries
Sets the address of the specifiedIntBuffer
to thekring_entries
field. -
kflags
Sets the address of the specifiedIntBuffer
to thekflags
field. -
kdropped
Sets the address of the specifiedIntBuffer
to thekdropped
field. -
array
Sets the address of the specifiedIntBuffer
to thearray
field. -
sqes
Sets the address of the specifiedIOURingSQE
to thesqes
field. -
sqe_head
Sets the specified value to thesqe_head
field. -
sqe_tail
Sets the specified value to thesqe_tail
field. -
ring_ptr
Sets the address of the specifiedByteBuffer
to thering_ptr
field. -
ring_mask
Sets the specified value to thering_mask
field. -
ring_entries
Sets the specified value to thering_entries
field.
-