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.Throwableerror
-
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.RuntimeExceptionex()voidputAddress(byte[] buffer, int offset, long value)voidputByte(byte[] buffer, int offset, int value)voidputInt(byte[] buffer, int offset, int value)voidputLong(byte[] buffer, int offset, long value)voidputShort(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:
putBytein classHeapInvocationBuffer.ArrayIO
-
putShort
public void putShort(byte[] buffer, int offset, int value)- Specified by:
putShortin classHeapInvocationBuffer.ArrayIO
-
putInt
public void putInt(byte[] buffer, int offset, int value)- Specified by:
putIntin classHeapInvocationBuffer.ArrayIO
-
putLong
public void putLong(byte[] buffer, int offset, long value)- Specified by:
putLongin classHeapInvocationBuffer.ArrayIO
-
putAddress
public void putAddress(byte[] buffer, int offset, long value)- Specified by:
putAddressin classHeapInvocationBuffer.ArrayIO
-
-