private abstract static class DirectClosureBuffer.NativeWordIO
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
NativeWordIO() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract int |
get(long address)
Reads a native long argument from native memory.
|
static DirectClosureBuffer.NativeWordIO |
getInstance() |
(package private) abstract void |
put(long address,
int value)
Writes a native long argument to native memory.
|
public static final DirectClosureBuffer.NativeWordIO getInstance()
abstract void put(long address, int value)
address
- The address to write the value atvalue
- The value to write.abstract int get(long address)
address
- The memory address to read the value from