private abstract static class AbstractArrayMemoryIO.LittleEndianArrayIO extends AbstractArrayMemoryIO.ArrayIO
Modifier | Constructor and Description |
---|---|
private |
LittleEndianArrayIO() |
Modifier and Type | Method and Description |
---|---|
short |
getInt16(byte[] array,
int offset) |
int |
getInt32(byte[] array,
int offset) |
long |
getInt64(byte[] array,
int offset) |
void |
putInt16(byte[] buffer,
int offset,
int value) |
void |
putInt32(byte[] buffer,
int offset,
int value) |
void |
putInt64(byte[] buffer,
int offset,
long value) |
getAddress, getArrayIO, getFloat32, getFloat64, putAddress, putFloat32, putFloat64
public final short getInt16(byte[] array, int offset)
getInt16
in class AbstractArrayMemoryIO.ArrayIO
public final int getInt32(byte[] array, int offset)
getInt32
in class AbstractArrayMemoryIO.ArrayIO
public final long getInt64(byte[] array, int offset)
getInt64
in class AbstractArrayMemoryIO.ArrayIO
public final void putInt16(byte[] buffer, int offset, int value)
putInt16
in class AbstractArrayMemoryIO.ArrayIO
public final void putInt32(byte[] buffer, int offset, int value)
putInt32
in class AbstractArrayMemoryIO.ArrayIO
public final void putInt64(byte[] buffer, int offset, long value)
putInt64
in class AbstractArrayMemoryIO.ArrayIO