| 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 |
|---|---|
private LibC |
BaseNativePOSIX.libc |
static LibC |
POSIXFactory.DefaultLibCProvider.SingletonHolder.libc |
| Modifier and Type | Method and Description |
|---|---|
LibC |
LibCProvider.getLibC() |
LibC |
POSIXFactory.DefaultLibCProvider.getLibC() |
LibC |
BaseNativePOSIX.libc() |
LibC |
CheckedPOSIX.libc() |
LibC |
JavaPOSIX.libc() |
LibC |
LazyPOSIX.libc() |
LibC |
POSIX.libc()
Returns null if isNative returns false.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.Class<? extends LibC> |
POSIXFactory.libraryInterface() |