| 程序包 | 说明 |
|---|---|
| jnr.ffi | |
| jnr.ffi.byref | |
| jnr.ffi.provider.converters |
| 限定符和类型 | 方法和说明 |
|---|---|
static NativeLong |
NativeLong.valueOf(int value)
Returns a NativeLong instance representing the specified int value
|
static NativeLong |
NativeLong.valueOf(long value)
Returns a NativeLong instance representing the specified long value
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
NativeLong.compareTo(NativeLong other)
Compares two
NativeLong instances numerically. |
| 构造器和说明 |
|---|
NativeLongByReference(NativeLong value)
Creates a new reference to a native long value
|
| 限定符和类型 | 方法和说明 |
|---|---|
NativeLong |
NativeLongConverter.fromNative(Long value,
FromNativeContext fromNativeContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
static DataConverter<NativeLong,Long> |
NativeLongConverter.getInstance() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NativeLong32ArrayParameterConverter.Out.postInvoke(NativeLong[] array,
int[] primitive,
ToNativeContext context) |
void |
NativeLong64ArrayParameterConverter.Out.postInvoke(NativeLong[] array,
long[] primitive,
ToNativeContext context) |
long[] |
NativeLong64ArrayParameterConverter.toNative(NativeLong[] array,
ToNativeContext context) |
int[] |
NativeLong32ArrayParameterConverter.toNative(NativeLong[] array,
ToNativeContext context) |
Long |
NativeLongConverter.toNative(NativeLong value,
ToNativeContext toNativeContext) |
Copyright © 2021. All rights reserved.