public final class StructUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static MemoryIO |
getMemoryIO(Struct struct) |
static MemoryIO |
getMemoryIO(Struct struct,
int flags) |
static int |
getMinimumAlignment(Struct struct) |
static int |
getSize(Struct struct) |
static boolean |
isDirect(Struct struct) |
static <T extends Struct> |
newArray(java.lang.Class<T> type,
int length) |
public static final int getSize(Struct struct)
public static final int getMinimumAlignment(Struct struct)
public static final boolean isDirect(Struct struct)
public static final <T extends Struct> T[] newArray(java.lang.Class<T> type, int length)