private static final class AbstractArrayMemoryIO.BE32ArrayIO extends AbstractArrayMemoryIO.BigEndianArrayIO
Modifier and Type | Field and Description |
---|---|
static AbstractArrayMemoryIO.ArrayIO |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
BE32ArrayIO() |
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, putInt64
getArrayIO, getFloat32, getFloat64, putFloat32, putFloat64
public static final AbstractArrayMemoryIO.ArrayIO INSTANCE
public final long getAddress(byte[] buffer, int offset)
getAddress
in class AbstractArrayMemoryIO.ArrayIO
public final void putAddress(byte[] buffer, int offset, long value)
putAddress
in class AbstractArrayMemoryIO.ArrayIO