Uses of Class
jnr.posix.NativePOSIX
-
Packages that use NativePOSIX Package Description jnr.posix -
-
Uses of NativePOSIX in jnr.posix
Subclasses of NativePOSIX in jnr.posix Modifier and Type Class Description (package private) classAixPOSIXclassBaseNativePOSIX(package private) classFreeBSDPOSIX(package private) classLinuxPOSIX(package private) classMacOSPOSIX(package private) classOpenBSDPOSIX(package private) classSolarisPOSIXclassWindowsPOSIXFields in jnr.posix declared as NativePOSIX Modifier and Type Field Description protected NativePOSIXBaseCmsgHdr. posixprivate NativePOSIXBaseIovec. posixprotected NativePOSIXBaseMsgHdr. posixMethods in jnr.posix with parameters of type NativePOSIX Modifier and Type Method Description (package private) abstract CmsgHdrBaseMsgHdr. allocateCmsgHdrInternal(NativePOSIX posix, jnr.ffi.Pointer pointer, int len)(package private) CmsgHdrLinuxMsgHdr. allocateCmsgHdrInternal(NativePOSIX posix, jnr.ffi.Pointer pointer, int len)(package private) CmsgHdrMacOSMsgHdr. allocateCmsgHdrInternal(NativePOSIX posix, jnr.ffi.Pointer pointer, int len)Constructors in jnr.posix with parameters of type NativePOSIX Constructor Description AixFileStat(NativePOSIX posix)BaseCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory)BaseCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory, int totalLen)BaseFileStat(NativePOSIX posix, jnr.ffi.StructLayout layout)BaseIovec(NativePOSIX posix)BaseIovec(NativePOSIX posix, jnr.ffi.Pointer memory)BaseMsgHdr(NativePOSIX posix, jnr.ffi.StructLayout layout)FreeBSDFileStat(NativePOSIX posix)LinuxCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory)LinuxCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory, int totalLen)LinuxMsgHdr(NativePOSIX posix)MacOSCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory)MacOSCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory, int totalLen)MacOSMsgHdr(NativePOSIX posix)NativeTimes(NativePOSIX posix)OpenBSDFileStat(NativePOSIX posix)SolarisFileStat32(NativePOSIX posix)SolarisFileStat64(NativePOSIX posix)WindowsFileStat(NativePOSIX posix)
-