private static final class DirectClosureBuffer.NativeWordIO32 extends DirectClosureBuffer.NativeWordIO
Modifier and Type | Field and Description |
---|---|
(package private) static DirectClosureBuffer.NativeWordIO |
INSTANCE |
private static MemoryIO |
IO |
Modifier | Constructor and Description |
---|---|
private |
NativeWordIO32() |
Modifier and Type | Method and Description |
---|---|
(package private) int |
get(long address)
Reads a native long argument from native memory.
|
(package private) void |
put(long address,
int value)
Writes a native long argument to native memory.
|
getInstance
private static final MemoryIO IO
static final DirectClosureBuffer.NativeWordIO INSTANCE
void put(long address, int value)
DirectClosureBuffer.NativeWordIO
put
in class DirectClosureBuffer.NativeWordIO
address
- The address to write the value atvalue
- The value to write.int get(long address)
DirectClosureBuffer.NativeWordIO
get
in class DirectClosureBuffer.NativeWordIO
address
- The memory address to read the value from