private abstract static class HeapInvocationBuffer.LittleEndianArrayIO extends HeapInvocationBuffer.ArrayIO
Modifier | Constructor and Description |
---|---|
private |
LittleEndianArrayIO() |
Modifier and Type | Method and Description |
---|---|
void |
putByte(byte[] buffer,
int offset,
int value) |
void |
putInt(byte[] buffer,
int offset,
int value) |
void |
putLong(byte[] buffer,
int offset,
long value) |
void |
putShort(byte[] buffer,
int offset,
int value) |
getBE32IO, getBE64IO, getInstance, getLE32IO, getLE64IO, newInvalidArrayIO, putAddress, putDouble, putFloat
public final void putByte(byte[] buffer, int offset, int value)
putByte
in class HeapInvocationBuffer.ArrayIO
public final void putShort(byte[] buffer, int offset, int value)
putShort
in class HeapInvocationBuffer.ArrayIO
public final void putInt(byte[] buffer, int offset, int value)
putInt
in class HeapInvocationBuffer.ArrayIO
public final void putLong(byte[] buffer, int offset, long value)
putLong
in class HeapInvocationBuffer.ArrayIO