Uses of Class
jnr.ffi.StructLayout.Offset
Packages that use StructLayout.Offset
-
Uses of StructLayout.Offset in jnr.ffi
Methods in jnr.ffi that return StructLayout.OffsetModifier and TypeMethodDescriptionprotected final StructLayout.Offset
StructLayout.at
(int offset) Methods in jnr.ffi with parameters of type StructLayout.OffsetModifier and TypeMethodDescriptionprotected final int
StructLayout.addField
(int size, int align, StructLayout.Offset offset) protected final int
StructLayout.addField
(Type t, StructLayout.Offset offset) protected final <T> StructLayout.Function
<T> StructLayout.function
(Class<T> closureClass, StructLayout.Offset offset) Constructors in jnr.ffi with parameters of type StructLayout.OffsetModifierConstructorDescriptionprotected
AbstractBoolean
(NativeType type, StructLayout.Offset offset) protected
AbstractField
(int size, int align, StructLayout.Offset offset) protected
AbstractField
(NativeType type, StructLayout.Offset offset) protected
AbstractField
(Type type, StructLayout.Offset offset) AsciiString
(int size, StructLayout.Offset offset) AsciiStringRef
(int size, StructLayout.Offset offset) blkcnt_t
(StructLayout.Offset offset) blksize_t
(StructLayout.Offset offset) protected
BOOL16
(StructLayout.Offset offset) protected
Boolean
(StructLayout.Offset offset) caddr_t
(StructLayout.Offset offset) clock_t
(StructLayout.Offset offset) dev_t
(StructLayout.Offset offset) Double
(StructLayout.Offset offset) Enum
(Class<T> enumClass, StructLayout.Offset offset) Enum16
(Class<E> enumClass, StructLayout.Offset offset) Enum32
(Class<E> enumClass, StructLayout.Offset offset) Enum64
(Class<E> enumClass, StructLayout.Offset offset) Enum8
(Class<E> enumClass, StructLayout.Offset offset) Creates a new 8 bit enum field.EnumField
(NativeType type, Class<E> enumClass, StructLayout.Offset offset) Constructs a new Enum field.EnumLong
(Class<E> enumClass, StructLayout.Offset offset) Float
(StructLayout.Offset offset) Creates a new float field at a specific offsetfsblkcnt_t
(StructLayout.Offset offset) fsfilcnt_t
(StructLayout.Offset offset) Function
(Class<? extends T> closureClass, StructLayout.Offset offset) gid_t
(StructLayout.Offset offset) id_t
(StructLayout.Offset offset) in_addr_t
(StructLayout.Offset offset) in_port_t
(StructLayout.Offset offset) ino_t
(StructLayout.Offset offset) ino64_t
(StructLayout.Offset offset) int16_t
(StructLayout.Offset offset) int32_t
(StructLayout.Offset offset) int64_t
(StructLayout.Offset offset) int8_t
(StructLayout.Offset offset) protected
IntegerAlias
(TypeAlias type, StructLayout.Offset offset) intptr_t
(StructLayout.Offset offset) key_t
(StructLayout.Offset offset) mode_t
(StructLayout.Offset offset) nlink_t
(StructLayout.Offset offset) protected
NumberField
(NativeType nativeType, StructLayout.Offset offset) protected
NumberField
(Type type, StructLayout.Offset offset) off_t
(StructLayout.Offset offset) Padding
(NativeType type, int length, StructLayout.Offset offset) Padding
(Type type, int length, StructLayout.Offset offset) pid_t
(StructLayout.Offset offset) Pointer
(StructLayout.Offset offset) rlim_t
(StructLayout.Offset offset) sa_family_t
(StructLayout.Offset offset) Signed16
(StructLayout.Offset offset) Creates a new 16 bit signed integer field at a specific offsetSigned32
(StructLayout.Offset offset) Creates a new 32 bit signed integer field at a specific offsetSigned64
(StructLayout.Offset offset) Creates a new 64 bit signed integer field at a specific offsetSigned8
(StructLayout.Offset offset) Creates a new 8 bit integer field at a specific offsetSignedLong
(StructLayout.Offset offset) Creates a new signed native long field at a specific offsetsize_t
(StructLayout.Offset offset) socklen_t
(StructLayout.Offset offset) ssize_t
(StructLayout.Offset offset) protected
String
(int size, int align, StructLayout.Offset offset, int length, Charset cs) swblk_t
(StructLayout.Offset offset) time_t
(StructLayout.Offset offset) u_int16_t
(StructLayout.Offset offset) u_int32_t
(StructLayout.Offset offset) u_int64_t
(StructLayout.Offset offset) u_int8_t
(StructLayout.Offset offset) uid_t
(StructLayout.Offset offset) uintptr_t
(StructLayout.Offset offset) Unsigned16
(StructLayout.Offset offset) Creates a new 16 bit unsigned integer field at a specific offsetUnsigned32
(StructLayout.Offset offset) Creates a new 32 bit unsigned integer field at a specific offsetUnsigned64
(StructLayout.Offset offset) Creates a new 64 bit unsigned integer field at a specific offsetUnsigned8
(StructLayout.Offset offset) Creates a new 8 bit unsigned integer field at a specific offsetUnsignedLong
(StructLayout.Offset offset) Creates a new unsigned native long field at a specific offsetUTF8String
(int size, StructLayout.Offset offset) UTF8StringRef
(int size, StructLayout.Offset offset) UTFString
(int length, Charset cs, StructLayout.Offset offset) UTFStringRef
(int length, Charset cs, StructLayout.Offset offset) protected
WBOOL
(StructLayout.Offset offset)