程序包 | 说明 |
---|---|
jnr.ffi | |
jnr.ffi.mapper | |
jnr.ffi.provider |
限定符和类型 | 方法和说明 |
---|---|
LibraryLoader<T> |
LibraryLoader.mapper(FunctionMapper functionMapper)
Adds a function mapper to use when resolving symbols in this library.
|
限定符和类型 | 类和说明 |
---|---|
class |
CompositeFunctionMapper |
限定符和类型 | 字段和说明 |
---|---|
static FunctionMapper |
FunctionMapper.IDENTITY
An implementation of
FunctionMapper that maps 1:1 between java symbols and native functions |
限定符和类型 | 方法和说明 |
---|---|
FunctionMapper |
FunctionMapper.Builder.build() |
构造器和说明 |
---|
CompositeFunctionMapper(Collection<FunctionMapper> functionMappers) |
限定符和类型 | 类和说明 |
---|---|
class |
IdentityFunctionMapper
An implementation of
FunctionMapper that just returns the same name as input |
限定符和类型 | 方法和说明 |
---|---|
static FunctionMapper |
IdentityFunctionMapper.getInstance() |
Copyright © 2021. All rights reserved.