Package | Description |
---|---|
jnr.posix |
Modifier and Type | Interface and Description |
---|---|
interface |
AixLibC |
interface |
LinuxLibC |
interface |
SolarisLibC |
interface |
UnixLibC |
interface |
WindowsLibC |
Modifier and Type | Field and Description |
---|---|
static LibC |
POSIXFactory.DefaultLibCProvider.SingletonHolder.libc |
private LibC |
BaseNativePOSIX.libc |
Modifier and Type | Method and Description |
---|---|
LibC |
POSIXFactory.DefaultLibCProvider.getLibC() |
LibC |
LibCProvider.getLibC() |
LibC |
POSIX.libc()
Returns null if isNative returns false.
|
LibC |
LazyPOSIX.libc() |
LibC |
JavaPOSIX.libc() |
LibC |
CheckedPOSIX.libc() |
LibC |
BaseNativePOSIX.libc() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.Class<? extends LibC> |
POSIXFactory.libraryInterface() |