|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Type | |
|---|---|
| jnr.ffi | |
| jnr.ffi.provider | |
| jnr.ffi.provider.jffi | |
| Uses of Type in jnr.ffi |
|---|
| Subclasses of Type in jnr.ffi | |
|---|---|
class |
StructLayout
|
| Fields in jnr.ffi declared as Type | |
|---|---|
protected Type |
StructLayout.NumberField.type
|
protected Type |
Struct.NumberField.type
|
| Methods in jnr.ffi that return Type | |
|---|---|
abstract Type |
Runtime.findType(NativeType type)
Looks up the runtime-specific type that corresponds to the pseudo-type |
abstract Type |
Runtime.findType(TypeAlias type)
Looks up the runtime-specific type that corresponds to the type alias |
| Methods in jnr.ffi with parameters of type Type | |
|---|---|
protected int |
StructLayout.addField(Type t)
|
protected int |
StructLayout.addField(Type t,
StructLayout.Offset offset)
|
static Pointer |
Memory.allocate(Runtime runtime,
Type type)
Allocates a new block of java memory and wraps it in a Pointer
accessor. |
abstract long |
Pointer.getInt(Type type,
long offset)
Reads an integer value of the given type, at the given offset. |
abstract void |
Pointer.putInt(Type type,
long offset,
long value)
Writes an integer of a specific type, at the given offset. |
| Constructors in jnr.ffi with parameters of type Type | |
|---|---|
Struct.Padding(Type type,
int length)
|
|
StructLayout.AbstractField(Type type)
|
|
StructLayout.AbstractField(Type type,
StructLayout.Offset offset)
|
|
StructLayout.NumberField(Type type)
|
|
StructLayout.NumberField(Type type,
StructLayout.Offset offset)
|
|
StructLayout.Padding(Type type,
int length)
|
|
StructLayout.Padding(Type type,
int length,
StructLayout.Offset offset)
|
|
| Uses of Type in jnr.ffi.provider |
|---|
| Subclasses of Type in jnr.ffi.provider | |
|---|---|
class |
BadType
|
| Methods in jnr.ffi.provider that return Type | |
|---|---|
Type |
AbstractRuntime.findType(NativeType type)
Looks up the runtime-specific that corresponds to the pseudo-type |
| Methods in jnr.ffi.provider with parameters of type Type | |
|---|---|
long |
AbstractMemoryIO.getInt(Type type,
long offset)
|
void |
AbstractMemoryIO.putInt(Type type,
long offset,
long value)
|
| Constructor parameters in jnr.ffi.provider with type arguments of type Type | |
|---|---|
AbstractRuntime(ByteOrder byteOrder,
EnumMap<NativeType,Type> typeMap)
|
|
| Uses of Type in jnr.ffi.provider.jffi |
|---|
| Methods in jnr.ffi.provider.jffi that return Type | |
|---|---|
Type |
NativeRuntime.findType(TypeAlias type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||