Uses of Class
com.kenai.jffi.MemoryIO
-
Packages that use MemoryIO Package Description com.kenai.jffi -
-
Uses of MemoryIO in com.kenai.jffi
Subclasses of MemoryIO in com.kenai.jffi Modifier and Type Class Description private static classMemoryIO.CheckedNativeImplprivate static classMemoryIO.NativeImplAn implementation of MemoryIO using JNI methods.private static classMemoryIO.NativeImpl32A 32 bit optimized implementation of MemoryIO using JNI.private static classMemoryIO.NativeImpl64A 64 bit optimized implementation of MemoryIO using JNI.private static classMemoryIO.UnsafeImplAn implementation of MemoryIO using sun.misc.Unsafeprivate static classMemoryIO.UnsafeImpl32A 32 bit optimized implementation of MemoryIO using sun.misc.Unsafeprivate static classMemoryIO.UnsafeImpl64A 64 bit optimized implementation of MemoryIO using sun.misc.UnsafeFields in com.kenai.jffi declared as MemoryIO Modifier and Type Field Description private static MemoryIOMemoryIO.CheckedMemorySingletonHolder. INSTANCEprivate static MemoryIOMemoryIO.SingletonHolder. INSTANCEprivate static MemoryIOClosurePool.Magazine. IOStore a reference to the MemoryIO accessor here for easy accessprivate static MemoryIODirectClosureBuffer. IOprivate static MemoryIODirectClosureBuffer.NativeWordIO32. IOprivate static MemoryIODirectClosureBuffer.NativeWordIO64. IOprivate MemoryIONativeMethods.ResourceHolder. mmMethods in com.kenai.jffi that return MemoryIO Modifier and Type Method Description static MemoryIOMemoryIO. getCheckedInstance()static MemoryIOMemoryIO. getInstance()Gets an instance of MemoryIO that can be used to access native memory.private static MemoryIOMemoryIO. newMemoryIO()Creates a new instance of MemoryIO optimized for the current platform.private static MemoryIOMemoryIO. newNativeCheckedImpl()private static MemoryIOMemoryIO. newNativeImpl()private static MemoryIOMemoryIO. newNativeImpl32()Creates a new JNI implementation of MemoryIO optimized for 32 bit platformsprivate static MemoryIOMemoryIO. newNativeImpl64()Creates a new JNI implementation of MemoryIO optimized for 64 bit platformsprivate static MemoryIOMemoryIO. newUnsafeImpl()Creates a new sun.misc.Unsafe implementation of MemoryIOprivate static MemoryIOMemoryIO. newUnsafeImpl32()Creates a new sun.misc.Unsafe implementation of MemoryIO optimized for 32 bit platformsprivate static MemoryIOMemoryIO. newUnsafeImpl64()Creates a new sun.misc.Unsafe implementation of MemoryIO optimized for 64 bit platformsConstructors in com.kenai.jffi with parameters of type MemoryIO Constructor Description ResourceHolder(MemoryIO mm, long memory)
-