Package jnr.ffi.provider.jffi
Class ClosureFromNativeConverter.AbstractClosurePointer
java.lang.Object
jnr.ffi.Pointer
jnr.ffi.provider.AbstractMemoryIO
jnr.ffi.provider.InAccessibleMemoryIO
jnr.ffi.provider.jffi.ClosureFromNativeConverter.AbstractClosurePointer
- Enclosing class:
ClosureFromNativeConverter
public abstract static class ClosureFromNativeConverter.AbstractClosurePointer
extends InAccessibleMemoryIO
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.kenai.jffi.Invoker
protected final long
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractClosurePointer
(Runtime runtime, long functionAddress) -
Method Summary
Modifier and TypeMethodDescriptionfinal 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
-
Field Details
-
ffi
public static final com.kenai.jffi.Invoker ffi -
functionAddress
protected final long functionAddress
-
-
Constructor Details
-
AbstractClosurePointer
-
-
Method Details
-
size
public final long size()Description copied from class:Pointer
Gets the size of this memory object in bytes (optional operation).- Specified by:
size
in classPointer
- Returns:
- the size of the memory area this
Pointer
points to. If the size is unknown,Long.MAX_VALUE
is returned}.
-