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.
|
getInstanceprivate static final MemoryIO IO
static final DirectClosureBuffer.NativeWordIO INSTANCE
void put(long address,
int value)
DirectClosureBuffer.NativeWordIOput in class DirectClosureBuffer.NativeWordIOaddress - The address to write the value atvalue - The value to write.int get(long address)
DirectClosureBuffer.NativeWordIOget in class DirectClosureBuffer.NativeWordIOaddress - The memory address to read the value from