Uses of Class
com.kenai.jffi.MemoryIO
Packages that use MemoryIO
-
Uses of MemoryIO in com.kenai.jffi
Subclasses of MemoryIO in com.kenai.jffiModifier and TypeClassDescriptionprivate static final class
private static class
An implementation of MemoryIO using JNI methods.private static final class
A 32 bit optimized implementation ofMemoryIO
using JNI.private static final class
A 64 bit optimized implementation ofMemoryIO
using JNI.class
An implementation ofMemoryIO
using sun.misc.Unsafe(package private) static class
A 32 bit optimized implementation ofMemoryIO
using sun.misc.Unsafe(package private) static class
A 64 bit optimized implementation ofMemoryIO
using sun.misc.UnsafeFields in com.kenai.jffi declared as MemoryIOModifier and TypeFieldDescriptionprivate static final MemoryIO
MemoryIO.CheckedMemorySingletonHolder.INSTANCE
private static final MemoryIO
MemoryIO.SingletonHolder.INSTANCE
private static final MemoryIO
ClosurePool.Magazine.IO
Store a reference to the MemoryIO accessor here for easy accessprivate static final MemoryIO
DirectClosureBuffer.IO
private static final MemoryIO
DirectClosureBuffer.NativeWordIO32.IO
private static final MemoryIO
DirectClosureBuffer.NativeWordIO64.IO
private final MemoryIO
NativeMethods.ResourceHolder.mm
Methods in com.kenai.jffi that return MemoryIOModifier and TypeMethodDescriptionstatic MemoryIO
MemoryIO.getCheckedInstance()
static MemoryIO
MemoryIO.getInstance()
Gets an instance ofMemoryIO
that can be used to access native memory.private static MemoryIO
MemoryIO.newMemoryIO()
Creates a new instance ofMemoryIO
optimized for the current platform.private static MemoryIO
MemoryIO.newNativeCheckedImpl()
private static MemoryIO
MemoryIO.newNativeImpl()
private static MemoryIO
MemoryIO.newNativeImpl32()
Creates a new JNI implementation ofMemoryIO
optimized for 32 bit platformsprivate static MemoryIO
MemoryIO.newNativeImpl64()
Creates a new JNI implementation ofMemoryIO
optimized for 64 bit platformsprivate static MemoryIO
MemoryIO.newUnsafeImpl()
Creates a new sun.misc.Unsafe implementation ofMemoryIO
private static MemoryIO
MemoryIO.newUnsafeImpl32()
Creates a new sun.misc.Unsafe implementation ofMemoryIO
optimized for 32 bit platformsprivate static MemoryIO
MemoryIO.newUnsafeImpl64()
Creates a new sun.misc.Unsafe implementation ofMemoryIO
optimized for 64 bit platformsConstructors in com.kenai.jffi with parameters of type MemoryIO