Package jnr.ffi.provider
Class AbstractArrayMemoryIO.LE64ArrayIO
- java.lang.Object
-
- jnr.ffi.provider.AbstractArrayMemoryIO.ArrayIO
-
- jnr.ffi.provider.AbstractArrayMemoryIO.LittleEndianArrayIO
-
- jnr.ffi.provider.AbstractArrayMemoryIO.LE64ArrayIO
-
- Enclosing class:
- AbstractArrayMemoryIO
private static final class AbstractArrayMemoryIO.LE64ArrayIO extends AbstractArrayMemoryIO.LittleEndianArrayIO
-
-
Field Summary
Fields Modifier and Type Field Description static AbstractArrayMemoryIO.ArrayIOINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateLE64ArrayIO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAddress(byte[] buffer, int offset)voidputAddress(byte[] buffer, int offset, long value)-
Methods inherited from class jnr.ffi.provider.AbstractArrayMemoryIO.LittleEndianArrayIO
getInt16, getInt32, getInt64, putInt16, putInt32, putInt64
-
Methods inherited from class jnr.ffi.provider.AbstractArrayMemoryIO.ArrayIO
getArrayIO, getFloat32, getFloat64, putFloat32, putFloat64
-
-
-
-
Field Detail
-
INSTANCE
public static final AbstractArrayMemoryIO.ArrayIO INSTANCE
-
-
Method Detail
-
getAddress
public final long getAddress(byte[] buffer, int offset)- Specified by:
getAddressin classAbstractArrayMemoryIO.ArrayIO
-
putAddress
public final void putAddress(byte[] buffer, int offset, long value)- Specified by:
putAddressin classAbstractArrayMemoryIO.ArrayIO
-
-