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 class
UnsafeMemoryIO
An implementation ofMemoryIO
using sun.misc.UnsafeMethods in com.kenai.jffi that return MemoryIO Modifier and Type Method Description static MemoryIO
MemoryIO. getCheckedInstance()
static MemoryIO
MemoryIO. getInstance()
Gets an instance ofMemoryIO
that can be used to access native memory.
-