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 ofMemoryIOusing JNI.private static classMemoryIO.NativeImpl64A 64 bit optimized implementation ofMemoryIOusing JNI.classUnsafeMemoryIOAn implementation ofMemoryIOusing sun.misc.Unsafe(package private) static classUnsafeMemoryIO.UnsafeMemoryIO32A 32 bit optimized implementation ofMemoryIOusing sun.misc.Unsafe(package private) static classUnsafeMemoryIO.UnsafeMemoryIO64A 64 bit optimized implementation ofMemoryIOusing 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 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 Constructor Description ResourceHolder(MemoryIO mm, long memory)
-