private static final class AbstractArrayMemoryIO.BE64ArrayIO extends AbstractArrayMemoryIO.BigEndianArrayIO
| Modifier and Type | Field and Description |
|---|---|
static AbstractArrayMemoryIO.ArrayIO |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
private |
BE64ArrayIO() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAddress(byte[] buffer,
int offset) |
void |
putAddress(byte[] buffer,
int offset,
long value) |
getInt16, getInt32, getInt64, putInt16, putInt32, putInt64getArrayIO, getFloat32, getFloat64, putFloat32, putFloat64public static final AbstractArrayMemoryIO.ArrayIO INSTANCE
public final long getAddress(byte[] buffer,
int offset)
getAddress in class AbstractArrayMemoryIO.ArrayIOpublic final void putAddress(byte[] buffer,
int offset,
long value)
putAddress in class AbstractArrayMemoryIO.ArrayIO