Package utils
Class PointerUtils.PeriodPointer
java.lang.Object
jnr.ffi.Pointer
utils.PointerUtils.PeriodPointer
- Enclosing class:
PointerUtils
public abstract static class PointerUtils.PeriodPointer
extends jnr.ffi.Pointer
-
Constructor Summary
ModifierConstructorDescriptionprotected
PeriodPointer
(jnr.ffi.Runtime runtime, long address, boolean direct) -
Method Summary
Methods inherited from class jnr.ffi.Pointer
address, array, arrayLength, arrayOffset, checkBounds, get, get, get, get, get, get, get, getAddress, getByte, getDouble, getFloat, getInt, getInt, getLong, getLongLong, getNativeLong, getNullTerminatedPointerArray, getNullTerminatedStringArray, getPointer, getPointer, getRuntime, getShort, getString, getString, hasArray, indexOf, indexOf, isDirect, newIntPointer, put, put, put, put, put, put, put, putAddress, putAddress, putByte, putDouble, putFloat, putInt, putInt, putLong, putLongLong, putNativeLong, putPointer, putShort, putString, setMemory, size, slice, slice, toString, transferFrom, transferTo, wrap, wrap, wrap
-
Constructor Details
-
PeriodPointer
protected PeriodPointer(jnr.ffi.Runtime runtime, long address, boolean direct)
-