Uses of Class
jnr.ffi.provider.AbstractArrayMemoryIO.ArrayIO
-
Packages that use AbstractArrayMemoryIO.ArrayIO Package Description jnr.ffi.provider -
-
Uses of AbstractArrayMemoryIO.ArrayIO in jnr.ffi.provider
Subclasses of AbstractArrayMemoryIO.ArrayIO in jnr.ffi.provider Modifier and Type Class Description private static class
AbstractArrayMemoryIO.BE32ArrayIO
private static class
AbstractArrayMemoryIO.BE64ArrayIO
private static class
AbstractArrayMemoryIO.BigEndianArrayIO
private static class
AbstractArrayMemoryIO.LE32ArrayIO
private static class
AbstractArrayMemoryIO.LE64ArrayIO
private static class
AbstractArrayMemoryIO.LittleEndianArrayIO
Fields in jnr.ffi.provider declared as AbstractArrayMemoryIO.ArrayIO Modifier and Type Field Description static AbstractArrayMemoryIO.ArrayIO
AbstractArrayMemoryIO.BE32ArrayIO. INSTANCE
static AbstractArrayMemoryIO.ArrayIO
AbstractArrayMemoryIO.BE64ArrayIO. INSTANCE
static AbstractArrayMemoryIO.ArrayIO
AbstractArrayMemoryIO.LE32ArrayIO. INSTANCE
static AbstractArrayMemoryIO.ArrayIO
AbstractArrayMemoryIO.LE64ArrayIO. INSTANCE
private AbstractArrayMemoryIO.ArrayIO
AbstractArrayMemoryIO. io
Methods in jnr.ffi.provider that return AbstractArrayMemoryIO.ArrayIO Modifier and Type Method Description static AbstractArrayMemoryIO.ArrayIO
AbstractArrayMemoryIO.ArrayIO. getArrayIO(Runtime runtime)
protected AbstractArrayMemoryIO.ArrayIO
AbstractArrayMemoryIO. getArrayIO()
-