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 interfaceAixLibCinterfaceLinuxLibCinterfaceSolarisLibCinterfaceUnixLibCinterfaceWindowsLibCFields in jnr.posix declared as LibC Modifier and Type Field Description private LibCBaseNativePOSIX. libcstatic LibCPOSIXFactory.DefaultLibCProvider.SingletonHolder. libcMethods in jnr.posix that return LibC Modifier and Type Method Description LibCLibCProvider. getLibC()LibCPOSIXFactory.DefaultLibCProvider. getLibC()LibCBaseNativePOSIX. libc()LibCCheckedPOSIX. libc()LibCJavaPOSIX. libc()LibCLazyPOSIX. libc()LibCPOSIX. 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()
-