Package org.lwjgl.nuklear
Class NkHandle.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<NkHandle,NkHandle.Buffer>
-
- org.lwjgl.nuklear.NkHandle.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<NkHandle>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- NkHandle
public static class NkHandle.Buffer extends org.lwjgl.system.StructBuffer<NkHandle,NkHandle.Buffer> implements org.lwjgl.system.NativeResource
An array ofNkHandle
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
id()
Returns the value of theid
field.NkHandle.Buffer
id(int value)
Sets the specified value to theid
field.long
ptr()
Returns the value of theptr
field.NkHandle.Buffer
ptr(long value)
Sets the specified value to theptr
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newNkHandle.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 byNkHandle.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
-
ptr
public long ptr()
Returns the value of theptr
field.
-
id
public int id()
Returns the value of theid
field.
-
ptr
public NkHandle.Buffer ptr(long value)
Sets the specified value to theptr
field.
-
id
public NkHandle.Buffer id(int value)
Sets the specified value to theid
field.
-
-