private static final class MemoryIO.NativeImpl64 extends MemoryIO.NativeImpl
| Modifier | Constructor and Description |
|---|---|
private |
NativeImpl64() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAddress(long address)
Reads a native memory address from a native memory location.
|
void |
putAddress(long address,
long value)
Writes a native memory address value to a native memory location.
|
_copyMemory, getByte, getByteArray, getCharArray, getDouble, getDoubleArray, getFloat, getFloatArray, getInt, getIntArray, getLong, getLongArray, getShort, getShortArray, getStringLength, getZeroTerminatedByteArray, getZeroTerminatedByteArray, memchr, memcpy, memmove, putByte, putByteArray, putCharArray, putDouble, putDoubleArray, putFloat, putFloatArray, putInt, putIntArray, putLong, putLongArray, putShort, putShortArray, putZeroTerminatedByteArray, setMemoryallocateMemory, copyMemory, freeMemory, getCheckedInstance, getDirectBufferAddress, getInstance, getZeroTerminatedByteArray, indexOf, indexOf, isUnsafeAvailable, memset, newDirectByteBufferpublic final long getAddress(long address)
MemoryIOgetAddress in class MemoryIOaddress - The memory location to get the value from.public final void putAddress(long address,
long value)
MemoryIOputAddress in class MemoryIOaddress - The memory location to put the value.value - The value to write to memory.