Uses of Interface
jnr.posix.LibC
-
Packages that use LibC Package Description jnr.posix -
-
Uses of LibC in jnr.posix
Subinterfaces of LibC in jnr.posix Modifier and Type Interface Description interface
AixLibC
interface
LinuxLibC
interface
SolarisLibC
interface
UnixLibC
interface
WindowsLibC
Fields in jnr.posix declared as LibC Modifier and Type Field Description private LibC
BaseNativePOSIX. libc
static LibC
POSIXFactory.DefaultLibCProvider.SingletonHolder. libc
Methods in jnr.posix that return LibC Modifier and Type Method 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.Methods in jnr.posix that return types with arguments of type LibC Modifier and Type Method Description private static java.lang.Class<? extends LibC>
POSIXFactory. libraryInterface()
-