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.
IllegalStateException will be thrown for methods not implemented on this platform.@Deprecated public boolean isNative()
jnr() and POSIX.isNative()@Deprecated public static boolean supportsNative()
jnr() and POSIX.isNative()Copyright © 2019. All rights reserved.