Package com.kenai.jffi
Class HeapInvocationBuffer.InvalidArrayIO
- java.lang.Object
-
- com.kenai.jffi.HeapInvocationBuffer.ArrayIO
-
- com.kenai.jffi.HeapInvocationBuffer.InvalidArrayIO
-
- Enclosing class:
- HeapInvocationBuffer
private static final class HeapInvocationBuffer.InvalidArrayIO extends HeapInvocationBuffer.ArrayIO
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Throwable
error
-
Constructor Summary
Constructors Constructor Description InvalidArrayIO(java.lang.Throwable error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class com.kenai.jffi.HeapInvocationBuffer.ArrayIO
getBE32IO, getBE64IO, getInstance, getLE32IO, getLE64IO, newInvalidArrayIO, putDouble, putFloat
-
-
-
-
Method Detail
-
ex
private java.lang.RuntimeException ex()
-
putByte
public void putByte(byte[] buffer, int offset, int value)
- Specified by:
putByte
in classHeapInvocationBuffer.ArrayIO
-
putShort
public void putShort(byte[] buffer, int offset, int value)
- Specified by:
putShort
in classHeapInvocationBuffer.ArrayIO
-
putInt
public void putInt(byte[] buffer, int offset, int value)
- Specified by:
putInt
in classHeapInvocationBuffer.ArrayIO
-
putLong
public void putLong(byte[] buffer, int offset, long value)
- Specified by:
putLong
in classHeapInvocationBuffer.ArrayIO
-
putAddress
public void putAddress(byte[] buffer, int offset, long value)
- Specified by:
putAddress
in classHeapInvocationBuffer.ArrayIO
-
-