A B C D E F G H I L M N O P R S T U V

N

NativeMethod - Class in com.kenai.jffi
Represents a native implementation of a method for a class
NativeMethod(long, String, String) - Constructor for class com.kenai.jffi.NativeMethod
Creates a new native method wrapper.
NativeMethods - Class in com.kenai.jffi
Utility class to register native methods on a class
NativeType - Enum in com.kenai.jffi
 
newClosure(Closure, Type, Type[], CallingConvention) - Method in class com.kenai.jffi.ClosureManager
Wraps a java object that implements the Closure interface in a native closure.
newClosure(Closure, CallContext) - Method in class com.kenai.jffi.ClosureManager
Wraps a java object that implements the Closure interface in a native closure.
newDirectByteBuffer(long, int) - Method in class com.kenai.jffi.MemoryIO
Creates a new Direct ByteBuffer for a native memory region.
NOW - Static variable in class com.kenai.jffi.Library
Resolve all symbols when loading the library
NULTERMINATE - Static variable in class com.kenai.jffi.ArrayFlags
Append a NUL byte to the array contents after copying to native memory
NULTERMINATE - Static variable in class com.kenai.jffi.ObjectParameterInfo
Append a NUL byte to the array contents after copying to native memory

A B C D E F G H I L M N O P R S T U V