程序包 | 说明 |
---|---|
jnr.ffi | |
jnr.ffi.provider | |
jnr.ffi.provider.jffi |
限定符和类型 | 类和说明 |
---|---|
class |
StructLayout |
限定符和类型 | 字段和说明 |
---|---|
protected Type |
StructLayout.NumberField.type |
protected Type |
Struct.NumberField.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
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
构造器和说明 |
---|
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) |
限定符和类型 | 类和说明 |
---|---|
class |
BadType |
限定符和类型 | 方法和说明 |
---|---|
Type |
AbstractRuntime.findType(NativeType type)
Looks up the runtime-specific that corresponds to the pseudo-type
|
限定符和类型 | 方法和说明 |
---|---|
long |
AbstractMemoryIO.getInt(Type type,
long offset) |
void |
AbstractMemoryIO.putInt(Type type,
long offset,
long value) |
构造器和说明 |
---|
AbstractRuntime(ByteOrder byteOrder,
EnumMap<NativeType,Type> typeMap) |
限定符和类型 | 方法和说明 |
---|---|
Type |
NativeRuntime.findType(TypeAlias type) |
Copyright © 2021. All rights reserved.