- LastError - Class in com.kenai.jffi
-
Provides access to the value of errno on unix, or GetLastError on windows.
- LAZY - Static variable in class com.kenai.jffi.Library
-
Perform lazy binding.
- length() - Method in class com.kenai.jffi.Array
-
Returns the number of elements in the array
- Library - Class in com.kenai.jffi
-
Represents a native library
- LOCAL - Static variable in class com.kenai.jffi.Library
-
Symbols in this library are not made available to other libraries
- LONG - Static variable in class com.kenai.jffi.ObjectParameterInfo
-
- LONGDOUBLE - Static variable in class com.kenai.jffi.Type
-
The native long double type
- longSize() - Method in class com.kenai.jffi.Platform
-
Gets the size of a C 'long' on the native platform.