Package org.lwjgl.util.meow
Class MeowU128
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.util.meow.MeowU128
-
- All Implemented Interfaces:
org.lwjgl.system.Pointer
public class MeowU128 extends org.lwjgl.system.Struct
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MeowU128.Buffer
An array ofMeowU128
structs.
-
Constructor Summary
Constructors Constructor Description MeowU128(java.nio.ByteBuffer container)
Creates aMeowU128
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MeowU128
create(long address)
Returns a newMeowU128
instance for the specified memory address.static MeowU128.Buffer
create(long address, int capacity)
Create aMeowU128.Buffer
instance at the specified memory.static MeowU128
createSafe(long address)
static MeowU128.Buffer
createSafe(long address, int capacity)
int
sizeof()
-
-
-
Constructor Detail
-
MeowU128
public MeowU128(java.nio.ByteBuffer container)
Creates aMeowU128
instance at the current position of the specifiedByteBuffer
container. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Detail
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
create
public static MeowU128 create(long address)
Returns a newMeowU128
instance for the specified memory address.
-
createSafe
@Nullable public static MeowU128 createSafe(long address)
-
create
public static MeowU128.Buffer create(long address, int capacity)
Create aMeowU128.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static MeowU128.Buffer createSafe(long address, int capacity)
-
-