|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjnr.ffi.Pointer
jnr.ffi.provider.AbstractMemoryIO
jnr.ffi.provider.InAccessibleMemoryIO
jnr.ffi.provider.jffi.ClosureFromNativeConverter.AbstractClosurePointer
public abstract static class ClosureFromNativeConverter.AbstractClosurePointer
| Field Summary | |
|---|---|
static com.kenai.jffi.Invoker |
ffi
|
protected long |
functionAddress
|
| Constructor Summary | |
|---|---|
protected |
ClosureFromNativeConverter.AbstractClosurePointer(Runtime runtime,
long functionAddress)
|
| Method Summary | |
|---|---|
long |
size()
Gets the size of this memory object in bytes (optional operation). |
| Methods inherited from class jnr.ffi.provider.InAccessibleMemoryIO |
|---|
array, arrayLength, arrayOffset, error, get, get, get, get, get, get, getByte, getDouble, getFloat, getInt, getLong, getLongLong, getPointer, getPointer, getShort, getString, getString, hasArray, indexOf, put, put, put, put, put, put, putByte, putDouble, putFloat, putInt, putLong, putLongLong, putPointer, putShort, putString, setMemory |
| Methods inherited from class jnr.ffi.provider.AbstractMemoryIO |
|---|
checkBounds, checkBounds, getAddress, getInt, getNativeLong, indexOf, putAddress, putAddress, putInt, putNativeLong, slice, slice, transferFrom, transferTo |
| Methods inherited from class jnr.ffi.Pointer |
|---|
address, get, getNullTerminatedPointerArray, getNullTerminatedStringArray, getRuntime, isDirect, newIntPointer, put, toString, wrap, wrap, wrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final com.kenai.jffi.Invoker ffi
protected final long functionAddress
| Constructor Detail |
|---|
protected ClosureFromNativeConverter.AbstractClosurePointer(Runtime runtime,
long functionAddress)
| Method Detail |
|---|
public final long size()
Pointer
size in class PointerPointer points to. If
the size is unknown, Long.MAX_VALUE is returned}.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||