Package org.lwjgl.system.linux.liburing
Class IOURingRSRCUpdate2.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<IOURingRSRCUpdate2,IOURingRSRCUpdate2.Buffer>
-
- org.lwjgl.system.linux.liburing.IOURingRSRCUpdate2.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<IOURingRSRCUpdate2>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- IOURingRSRCUpdate2
public static class IOURingRSRCUpdate2.Buffer extends org.lwjgl.system.StructBuffer<IOURingRSRCUpdate2,IOURingRSRCUpdate2.Buffer> implements org.lwjgl.system.NativeResource
An array ofIOURingRSRCUpdate2
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
data()
IOURingRSRCUpdate2.Buffer
data(long value)
Sets the specified value to thedata
field.int
nr()
IOURingRSRCUpdate2.Buffer
nr(int value)
Sets the specified value to thenr
field.int
offset()
IOURingRSRCUpdate2.Buffer
offset(int value)
Sets the specified value to theoffset
field.int
resv()
IOURingRSRCUpdate2.Buffer
resv(int value)
Sets the specified value to theresv
field.int
resv2()
IOURingRSRCUpdate2.Buffer
resv2(int value)
Sets the specified value to theresv2
field.long
tags()
IOURingRSRCUpdate2.Buffer
tags(long value)
Sets the specified value to thetags
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newIOURingRSRCUpdate2.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 byIOURingRSRCUpdate2.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 Detail
-
offset
public int offset()
- Returns:
- the value of the
offset
field.
-
resv
public int resv()
- Returns:
- the value of the
resv
field.
-
data
public long data()
- Returns:
- the value of the
data
field.
-
tags
public long tags()
- Returns:
- the value of the
tags
field.
-
nr
public int nr()
- Returns:
- the value of the
nr
field.
-
resv2
public int resv2()
- Returns:
- the value of the
resv2
field.
-
offset
public IOURingRSRCUpdate2.Buffer offset(int value)
Sets the specified value to theoffset
field.
-
resv
public IOURingRSRCUpdate2.Buffer resv(int value)
Sets the specified value to theresv
field.
-
data
public IOURingRSRCUpdate2.Buffer data(long value)
Sets the specified value to thedata
field.
-
tags
public IOURingRSRCUpdate2.Buffer tags(long value)
Sets the specified value to thetags
field.
-
nr
public IOURingRSRCUpdate2.Buffer nr(int value)
Sets the specified value to thenr
field.
-
resv2
public IOURingRSRCUpdate2.Buffer resv2(int value)
Sets the specified value to theresv2
field.
-
-