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 classprivate static classAn implementation of MemoryIO using JNI methods.private static final classA 32 bit optimized implementation ofMemoryIOusing JNI.private static final classA 64 bit optimized implementation ofMemoryIOusing JNI.classAn implementation ofMemoryIOusing sun.misc.Unsafe(package private) static classA 32 bit optimized implementation ofMemoryIOusing sun.misc.Unsafe(package private) static classA 64 bit optimized implementation ofMemoryIOusing sun.misc.UnsafeFields in com.kenai.jffi declared as MemoryIOModifier and TypeFieldDescriptionprivate static final MemoryIOMemoryIO.CheckedMemorySingletonHolder.INSTANCEprivate static final MemoryIOMemoryIO.SingletonHolder.INSTANCEprivate static final MemoryIOClosurePool.Magazine.IOStore a reference to the MemoryIO accessor here for easy accessprivate static final MemoryIODirectClosureBuffer.IOprivate static final MemoryIODirectClosureBuffer.NativeWordIO32.IOprivate static final MemoryIODirectClosureBuffer.NativeWordIO64.IOprivate final MemoryIONativeMethods.ResourceHolder.mmMethods in com.kenai.jffi that return MemoryIOModifier and TypeMethodDescriptionstatic MemoryIOMemoryIO.getCheckedInstance()static MemoryIOMemoryIO.getInstance()Gets an instance ofMemoryIOthat can be used to access native memory.private static MemoryIOMemoryIO.newMemoryIO()Creates a new instance ofMemoryIOoptimized for the current platform.private static MemoryIOMemoryIO.newNativeCheckedImpl()private static MemoryIOMemoryIO.newNativeImpl()private static MemoryIOMemoryIO.newNativeImpl32()Creates a new JNI implementation ofMemoryIOoptimized for 32 bit platformsprivate static MemoryIOMemoryIO.newNativeImpl64()Creates a new JNI implementation ofMemoryIOoptimized for 64 bit platformsprivate static MemoryIOMemoryIO.newUnsafeImpl()Creates a new sun.misc.Unsafe implementation ofMemoryIOprivate static MemoryIOMemoryIO.newUnsafeImpl32()Creates a new sun.misc.Unsafe implementation ofMemoryIOoptimized for 32 bit platformsprivate static MemoryIOMemoryIO.newUnsafeImpl64()Creates a new sun.misc.Unsafe implementation ofMemoryIOoptimized for 64 bit platformsConstructors in com.kenai.jffi with parameters of type MemoryIO