Package jnr.ffi.provider
Class AbstractArrayMemoryIO.BE64ArrayIO
- java.lang.Object
-
- jnr.ffi.provider.AbstractArrayMemoryIO.ArrayIO
-
- jnr.ffi.provider.AbstractArrayMemoryIO.BigEndianArrayIO
-
- jnr.ffi.provider.AbstractArrayMemoryIO.BE64ArrayIO
-
- Enclosing class:
- AbstractArrayMemoryIO
private static final class AbstractArrayMemoryIO.BE64ArrayIO extends AbstractArrayMemoryIO.BigEndianArrayIO
-
-
Field Summary
Fields Modifier and Type Field Description static AbstractArrayMemoryIO.ArrayIO
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
BE64ArrayIO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAddress(byte[] buffer, int offset)
void
putAddress(byte[] buffer, int offset, long value)
-
Methods inherited from class jnr.ffi.provider.AbstractArrayMemoryIO.BigEndianArrayIO
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:
getAddress
in classAbstractArrayMemoryIO.ArrayIO
-
putAddress
public final void putAddress(byte[] buffer, int offset, long value)
- Specified by:
putAddress
in classAbstractArrayMemoryIO.ArrayIO
-
-