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.OffsetStructLayout.at(int offset) Methods in jnr.ffi with parameters of type StructLayout.OffsetModifier and TypeMethodDescriptionprotected final intStructLayout.addField(int size, int align, StructLayout.Offset offset) protected final intStructLayout.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.OffsetModifierConstructorDescriptionprotectedAbstractBoolean(NativeType type, StructLayout.Offset offset) protectedAbstractField(int size, int align, StructLayout.Offset offset) protectedAbstractField(NativeType type, StructLayout.Offset offset) protectedAbstractField(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) protectedBOOL16(StructLayout.Offset offset) protectedBoolean(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) protectedIntegerAlias(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) protectedNumberField(NativeType nativeType, StructLayout.Offset offset) protectedNumberField(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) protectedString(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) protectedWBOOL(StructLayout.Offset offset)