com.kenai.jaffl
public final class LastError extends Object
Method Summary | |
---|---|
static int | getLastError()
Gets the value of errno from the last native call.
|
static void | setLastError(int error)
Sets the native errno value.
|
Returns: An integer containing the errno value.
Parameters: error The value to set errno to.