Uses of Class
com.kenai.jffi.Type
Packages that use Type
-
Uses of Type in com.kenai.jffi
Subclasses of Type in com.kenai.jffiModifier and TypeClassDescriptionclassfinal classDescribes the layout of a C arrayfinal classDescribes the layout of a C structfinal classDescribes the layout of a C unionFields in com.kenai.jffi declared as TypeModifier and TypeFieldDescriptionstatic final TypeType.DOUBLEThe native double typestatic final TypeType.FLOATThe native float typestatic final TypeType.LONGDOUBLEThe native long double typestatic final TypeType.POINTERThe native memory address typestatic final TypeType.SCHARThe native signed char typestatic final TypeType.SINTThe native signed integer typestatic final TypeType.SINT16The native signed 16 bit integer typestatic final TypeType.SINT32The native signed 32 bit integer typestatic final TypeType.SINT64The native signed 64 bit integer typestatic final TypeType.SINT8The native signed 8 bit integer typestatic final TypeType.SLONGThe native signed long integer typestatic final TypeType.SLONG_LONGThe native signed long long integer typestatic final TypeType.SSHORTThe native signed short integer typestatic final TypeType.UCHARThe native unsigned char typestatic final TypeType.UINTThe native unsigned integer typestatic final TypeType.UINT16The native unsigned 16 bit integer typestatic final TypeType.UINT32The native unsigned 32 bit integer typestatic final TypeType.UINT64The native unsigned 64 bit integer typestatic final TypeType.UINT8The native unsigned 8 bit integer typestatic final TypeType.ULONGThe native unsigned long integer typestatic final TypeType.ULONG_LONGThe native unsigned long long integer typestatic final TypeType.USHORTThe native unsigned short integer typestatic final TypeType.VOIDThe native void typeMethods in com.kenai.jffi that return TypeModifier and TypeMethodDescriptionfinal TypeArray.getElementType()Returns the type of elements in the arrayfinal TypeCallContext.getParameterType(int index) Gets the type of a parameter.final TypeFunction.getParameterType(int index) Gets the type of a parameter.final TypeCallContext.getReturnType()Gets the native return type of this function.final TypeFunction.getReturnType()Gets the native return type of this function.Methods in com.kenai.jffi with parameters of type TypeModifier and TypeMethodDescriptionstatic CallContextCallContext.getCallContext(Type returnType, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) static CallContextCallContext.getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) Returns aCallContextinstance.static CallContextCallContext.getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect) final CallContextCallContextCache.getCallContext(Type returnType, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) final CallContextCallContextCache.getCallContext(Type returnType, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect) final CallContextCallContextCache.getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention) final CallContextCallContextCache.getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) final CallContextCallContextCache.getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect) static ArrayCreates a new C array layout description.final Closure.HandleClosureManager.newClosure(Closure closure, Type returnType, Type[] parameterTypes, CallingConvention convention) Wraps a java object that implements theClosureinterface in a native closure.static Structstatic UnionConstructors in com.kenai.jffi with parameters of type TypeModifierConstructorDescriptionCreates a new C array layout description.CallContext(Type returnType, Type... parameterTypes) Creates a new instance ofFunctionwith default calling convention.CallContext(Type returnType, Type[] parameterTypes, CallingConvention convention) Creates a new instance ofFunction.CallContext(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) Function(long address, Type returnType, int fixedParamCount, Type[] paramTypes, CallingConvention convention, boolean saveErrno) Creates a new instance ofFunction.Creates a new instance ofFunctionwith default calling convention.Function(long address, Type returnType, Type[] paramTypes, CallingConvention convention) Creates a new instance ofFunction.Function(long address, Type returnType, Type[] paramTypes, CallingConvention convention, boolean saveErrno) Creates a new instance ofFunction.Deprecated.Creates a new C union layout description.