Uses of Class
jnr.ffi.Type
Packages that use Type
-
Uses of Type in jnr.ffi
Modifier and TypeFieldDescriptionprotected final Type
Struct.NumberField.type
protected final Type
StructLayout.NumberField.type
Modifier and TypeMethodDescriptionabstract Type
Runtime.findType
(NativeType type) Looks up the runtime-specific type that corresponds to the pseudo-typeabstract Type
Looks up the runtime-specific type that corresponds to the type aliasModifier and TypeMethodDescriptionprotected final int
protected final int
StructLayout.addField
(Type t, StructLayout.Offset offset) static Pointer
Allocates a new block of java memory and wraps it in aPointer
accessor.abstract long
Reads an integer value of the given type, at the given offset.abstract void
Writes an integer of a specific type, at the given offset.ModifierConstructorDescriptionprotected
AbstractField
(Type type) protected
AbstractField
(Type type, StructLayout.Offset offset) protected
NumberField
(Type type) protected
NumberField
(Type type, StructLayout.Offset offset) Padding
(Type type, int length, StructLayout.Offset offset) -
Uses of Type in jnr.ffi.provider
Subclasses of Type in jnr.ffi.providerMethods in jnr.ffi.provider that return TypeModifier and TypeMethodDescriptionfinal Type
AbstractRuntime.findType
(NativeType type) Looks up the runtime-specific that corresponds to the pseudo-typeMethods in jnr.ffi.provider with parameters of type TypeModifier and TypeMethodDescriptionlong
void
Constructor parameters in jnr.ffi.provider with type arguments of type TypeModifierConstructorDescriptionAbstractRuntime
(ByteOrder byteOrder, EnumMap<NativeType, Type> typeMap) -
Uses of Type in jnr.ffi.provider.jffi
Methods in jnr.ffi.provider.jffi that return Type