| Package | Description |
|---|---|
| jnr.ffi.annotations | |
| jnr.ffi.provider.converters | |
| jnr.ffi.types |
| Class and Description |
|---|
| TypeDefinition
This is used internally by jnr-ffi to define type aliases, e.g.
|
| Class and Description |
|---|
| In
Indicates that the parameter is an IN parameter.
|
| LongLong
Indicates that a long parameter should be treated as native long-long (64bit)
instead of the platform-dependent long size.
|
| NulTerminate
Indicates that a byte array or ByteBuffer should be terminated with a zero byte
before passing it to a native function.
|
| Class and Description |
|---|
| TypeDefinition
This is used internally by jnr-ffi to define type aliases, e.g.
|
Copyright © 2017. All rights reserved.