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

C

CallContext - Class in com.kenai.jffi
Native function call context This class holds all the information that JFFI needs to correctly call a native function, or to implement a callback from native code to java.
CallContext(Type, Type...) - Constructor for class com.kenai.jffi.CallContext
Creates a new instance of Function with default calling convention.
CallContext(Type, Type[], CallingConvention) - Constructor for class com.kenai.jffi.CallContext
Creates a new instance of Function.
CallContext(Type, Type[], CallingConvention, boolean) - Constructor for class com.kenai.jffi.CallContext
Creates a new instance of Function.
CallContextCache - Class in com.kenai.jffi
 
CallInfo - Interface in com.kenai.jffi
 
CallingConvention - Enum in com.kenai.jffi
Defines the function calling conventions.
CHAR - Static variable in class com.kenai.jffi.ObjectParameterInfo
 
CLEAR - Static variable in class com.kenai.jffi.ArrayFlags
For OUT arrays, clear the native memory area before passing to the native function
CLEAR - Static variable in class com.kenai.jffi.ObjectParameterInfo
For OUT arrays, clear the native memory area before passing to the native function
Closure - Interface in com.kenai.jffi
Represents a native closure.
Closure.Buffer - Interface in com.kenai.jffi
An interface to the native callback parameter buffer.
Closure.Handle - Interface in com.kenai.jffi
A Handle is allocated by the ClosureManager, as a strong reference to the native closure trampoline.
ClosureManager - Class in com.kenai.jffi
Allocates and manages the lifecycle of native closures (aka callbacks)
com.kenai.jffi - package com.kenai.jffi
 
com.kenai.jffi.internal - package com.kenai.jffi.internal
 
copyMemory(long, long, long) - Method in class com.kenai.jffi.MemoryIO
Copies contents of a native memory location to another native memory location.
create(int, ObjectParameterInfo.ObjectType, ObjectParameterInfo.ComponentType, int) - Static method in class com.kenai.jffi.ObjectParameterInfo
 
A B C D E F G H I L M N O P R S T U V