Uses of Class
jnr.ffi.Type
Packages that use Type
-
Uses of Type in jnr.ffi
Modifier and TypeFieldDescriptionprotected final TypeStruct.NumberField.typeprotected final TypeStructLayout.NumberField.typeModifier and TypeMethodDescriptionabstract TypeRuntime.findType(NativeType type) Looks up the runtime-specific type that corresponds to the pseudo-typeabstract TypeLooks up the runtime-specific type that corresponds to the type aliasModifier and TypeMethodDescriptionprotected final intprotected final intStructLayout.addField(Type t, StructLayout.Offset offset) static PointerAllocates a new block of java memory and wraps it in aPointeraccessor.abstract longReads an integer value of the given type, at the given offset.abstract voidWrites an integer of a specific type, at the given offset.ModifierConstructorDescriptionprotectedAbstractField(Type type) protectedAbstractField(Type type, StructLayout.Offset offset) protectedNumberField(Type type) protectedNumberField(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 TypeAbstractRuntime.findType(NativeType type) Looks up the runtime-specific that corresponds to the pseudo-typeMethods in jnr.ffi.provider with parameters of type TypeModifier and TypeMethodDescriptionlongvoidConstructor 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