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, putFloatpublic final void putByte(byte[] buffer,
int offset,
int value)
putByte in class HeapInvocationBuffer.ArrayIOpublic final void putShort(byte[] buffer,
int offset,
int value)
putShort in class HeapInvocationBuffer.ArrayIOpublic final void putInt(byte[] buffer,
int offset,
int value)
putInt in class HeapInvocationBuffer.ArrayIOpublic final void putLong(byte[] buffer,
int offset,
long value)
putLong in class HeapInvocationBuffer.ArrayIO