public class PosixAPI extends Object
Constructor and Description |
---|
PosixAPI() |
Modifier and Type | Method and Description |
---|---|
boolean |
isNative()
Deprecated.
use
jnr() and POSIX.isNative() |
static jnr.posix.POSIX |
jnr()
Load the JNR implementation of the POSIX APIs for the current platform.
|
static boolean |
supportsNative()
Deprecated.
use
jnr() and POSIX.isNative() |
public static jnr.posix.POSIX jnr()
PosixException
.@Deprecated public boolean isNative()
jnr()
and POSIX.isNative()
@Deprecated public static boolean supportsNative()
jnr()
and POSIX.isNative()
Copyright © 2015. All rights reserved.