| Package | Description |
|---|---|
| jnr.ffi | |
| jnr.ffi.provider | |
| jnr.ffi.provider.jffi |
| Modifier and Type | Class and Description |
|---|---|
class |
StructLayout |
| Modifier and Type | Field and Description |
|---|---|
protected Type |
StructLayout.NumberField.type |
protected Type |
Struct.NumberField.type |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
AbstractField(Type type) |
AbstractField(Type type,
StructLayout.Offset offset) |
NumberField(Type type) |
NumberField(Type type,
StructLayout.Offset offset) |
Padding(Type type,
int length) |
Padding(Type type,
int length) |
Padding(Type type,
int length,
StructLayout.Offset offset) |
| Modifier and Type | Class and Description |
|---|---|
class |
BadType |
| Modifier and Type | Method and Description |
|---|---|
Type |
AbstractRuntime.findType(NativeType type)
Looks up the runtime-specific that corresponds to the pseudo-type
|
| Modifier and Type | Method and Description |
|---|---|
long |
AbstractMemoryIO.getInt(Type type,
long offset) |
void |
AbstractMemoryIO.putInt(Type type,
long offset,
long value) |
| Constructor and Description |
|---|
AbstractRuntime(ByteOrder byteOrder,
EnumMap<NativeType,Type> typeMap) |
| Modifier and Type | Method and Description |
|---|---|
Type |
NativeRuntime.findType(TypeAlias type) |
Copyright © 2017. All rights reserved.