|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NativeLong | |
|---|---|
| jnr.ffi | |
| jnr.ffi.byref | |
| jnr.ffi.provider.converters | |
| Uses of NativeLong in jnr.ffi |
|---|
| Methods in jnr.ffi that return NativeLong | |
|---|---|
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 |
| Methods in jnr.ffi with parameters of type NativeLong | |
|---|---|
int |
NativeLong.compareTo(NativeLong other)
Compares two NativeLong instances numerically. |
| Uses of NativeLong in jnr.ffi.byref |
|---|
| Constructors in jnr.ffi.byref with parameters of type NativeLong | |
|---|---|
NativeLongByReference(NativeLong value)
Creates a new reference to a native long value |
|
| Uses of NativeLong in jnr.ffi.provider.converters |
|---|
| Methods in jnr.ffi.provider.converters that return NativeLong | |
|---|---|
NativeLong |
NativeLongConverter.fromNative(Long value,
FromNativeContext fromNativeContext)
|
| Methods in jnr.ffi.provider.converters that return types with arguments of type NativeLong | |
|---|---|
static DataConverter<NativeLong,Long> |
NativeLongConverter.getInstance()
|
| Methods in jnr.ffi.provider.converters with parameters of type NativeLong | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||