StructLayout.AbstractBoolean(NativeType type,
StructLayout.Offset offset) |
StructLayout.AbstractField(int size,
int align,
StructLayout.Offset offset) |
StructLayout.AbstractField(NativeType type,
StructLayout.Offset offset) |
StructLayout.AbstractField(Type type,
StructLayout.Offset offset) |
StructLayout.AsciiString(int size,
StructLayout.Offset offset) |
StructLayout.AsciiStringRef(int size,
StructLayout.Offset offset) |
StructLayout.blkcnt_t(StructLayout.Offset offset) |
StructLayout.blksize_t(StructLayout.Offset offset) |
StructLayout.Boolean(StructLayout.Offset offset) |
StructLayout.caddr_t(StructLayout.Offset offset) |
StructLayout.clock_t(StructLayout.Offset offset) |
StructLayout.dev_t(StructLayout.Offset offset) |
StructLayout.Double(StructLayout.Offset offset) |
StructLayout.Enum(Class<T> enumClass,
StructLayout.Offset offset) |
StructLayout.Enum16(Class<E> enumClass,
StructLayout.Offset offset) |
StructLayout.Enum32(Class<E> enumClass,
StructLayout.Offset offset) |
StructLayout.Enum64(Class<E> enumClass,
StructLayout.Offset offset) |
StructLayout.Enum8(Class<E> enumClass,
StructLayout.Offset offset)
Creates a new 8 bit enum field.
|
StructLayout.EnumField(NativeType type,
Class<E> enumClass,
StructLayout.Offset offset)
Constructs a new Enum field.
|
StructLayout.EnumLong(Class<E> enumClass,
StructLayout.Offset offset) |
StructLayout.Float(StructLayout.Offset offset)
Creates a new float field at a specific offset
|
StructLayout.fsblkcnt_t(StructLayout.Offset offset) |
StructLayout.fsfilcnt_t(StructLayout.Offset offset) |
StructLayout.Function(Class<? extends T> closureClass,
StructLayout.Offset offset) |
StructLayout.gid_t(StructLayout.Offset offset) |
StructLayout.id_t(StructLayout.Offset offset) |
StructLayout.in_addr_t(StructLayout.Offset offset) |
StructLayout.in_port_t(StructLayout.Offset offset) |
StructLayout.ino_t(StructLayout.Offset offset) |
StructLayout.ino64_t(StructLayout.Offset offset) |
StructLayout.int16_t(StructLayout.Offset offset) |
StructLayout.int32_t(StructLayout.Offset offset) |
StructLayout.int64_t(StructLayout.Offset offset) |
StructLayout.int8_t(StructLayout.Offset offset) |
StructLayout.IntegerAlias(TypeAlias type,
StructLayout.Offset offset) |
StructLayout.intptr_t(StructLayout.Offset offset) |
StructLayout.key_t(StructLayout.Offset offset) |
StructLayout.mode_t(StructLayout.Offset offset) |
StructLayout.nlink_t(StructLayout.Offset offset) |
StructLayout.NumberField(NativeType nativeType,
StructLayout.Offset offset) |
StructLayout.NumberField(Type type,
StructLayout.Offset offset) |
StructLayout.off_t(StructLayout.Offset offset) |
StructLayout.Padding(NativeType type,
int length,
StructLayout.Offset offset) |
StructLayout.Padding(Type type,
int length,
StructLayout.Offset offset) |
StructLayout.pid_t(StructLayout.Offset offset) |
StructLayout.Pointer(StructLayout.Offset offset) |
StructLayout.rlim_t(StructLayout.Offset offset) |
StructLayout.sa_family_t(StructLayout.Offset offset) |
StructLayout.Signed16(StructLayout.Offset offset)
Creates a new 16 bit signed integer field at a specific offset
|
StructLayout.Signed32(StructLayout.Offset offset)
Creates a new 32 bit signed integer field at a specific offset
|
StructLayout.Signed64(StructLayout.Offset offset)
Creates a new 64 bit signed integer field at a specific offset
|
StructLayout.Signed8(StructLayout.Offset offset)
Creates a new 8 bit integer field at a specific offset
|
StructLayout.SignedLong(StructLayout.Offset offset)
Creates a new signed native long field at a specific offset
|
StructLayout.size_t(StructLayout.Offset offset) |
StructLayout.socklen_t(StructLayout.Offset offset) |
StructLayout.ssize_t(StructLayout.Offset offset) |
StructLayout.String(int size,
int align,
StructLayout.Offset offset,
int length,
Charset cs) |
StructLayout.swblk_t(StructLayout.Offset offset) |
StructLayout.time_t(StructLayout.Offset offset) |
StructLayout.u_int16_t(StructLayout.Offset offset) |
StructLayout.u_int32_t(StructLayout.Offset offset) |
StructLayout.u_int64_t(StructLayout.Offset offset) |
StructLayout.u_int8_t(StructLayout.Offset offset) |
StructLayout.uid_t(StructLayout.Offset offset) |
StructLayout.uintptr_t(StructLayout.Offset offset) |
StructLayout.Unsigned16(StructLayout.Offset offset)
Creates a new 16 bit unsigned integer field at a specific offset
|
StructLayout.Unsigned32(StructLayout.Offset offset)
Creates a new 32 bit unsigned integer field at a specific offset
|
StructLayout.Unsigned64(StructLayout.Offset offset)
Creates a new 64 bit unsigned integer field at a specific offset
|
StructLayout.Unsigned8(StructLayout.Offset offset)
Creates a new 8 bit unsigned integer field at a specific offset
|
StructLayout.UnsignedLong(StructLayout.Offset offset)
Creates a new unsigned native long field at a specific offset
|
StructLayout.UTF8String(int size,
StructLayout.Offset offset) |
StructLayout.UTF8StringRef(int size,
StructLayout.Offset offset) |
StructLayout.UTFString(int length,
Charset cs,
StructLayout.Offset offset) |
StructLayout.UTFStringRef(int length,
Charset cs,
StructLayout.Offset offset) |
StructLayout.WBOOL(StructLayout.Offset offset) |