com.kenai.jaffl.struct

Class StructUtil

public final class StructUtil extends Object

Method Summary
static MemoryIOgetMemoryIO(Struct struct)
static MemoryIOgetMemoryIO(Struct struct, int flags)
static intgetMinimumAlignment(Struct struct)
static intgetSize(Struct struct)
static booleanisDirect(Struct struct)

Method Detail

getMemoryIO

public static final MemoryIO getMemoryIO(Struct struct)

getMemoryIO

public static final MemoryIO getMemoryIO(Struct struct, int flags)

getMinimumAlignment

public static final int getMinimumAlignment(Struct struct)

getSize

public static final int getSize(Struct struct)

isDirect

public static final boolean isDirect(Struct struct)