private static final class HeapInvocationBuffer.InvalidArrayIO extends HeapInvocationBuffer.ArrayIO
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
error |
Constructor and Description |
---|
InvalidArrayIO(java.lang.Throwable error) |
Modifier and Type | Method and Description |
---|---|
private java.lang.RuntimeException |
ex() |
void |
putAddress(byte[] buffer,
int offset,
long value) |
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, putDouble, putFloat
private java.lang.RuntimeException ex()
public void putByte(byte[] buffer, int offset, int value)
putByte
in class HeapInvocationBuffer.ArrayIO
public void putShort(byte[] buffer, int offset, int value)
putShort
in class HeapInvocationBuffer.ArrayIO
public void putInt(byte[] buffer, int offset, int value)
putInt
in class HeapInvocationBuffer.ArrayIO
public void putLong(byte[] buffer, int offset, long value)
putLong
in class HeapInvocationBuffer.ArrayIO
public void putAddress(byte[] buffer, int offset, long value)
putAddress
in class HeapInvocationBuffer.ArrayIO