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) class
AixPOSIX
class
BaseNativePOSIX
(package private) class
FreeBSDPOSIX
(package private) class
LinuxPOSIX
(package private) class
MacOSPOSIX
(package private) class
OpenBSDPOSIX
(package private) class
SolarisPOSIX
class
WindowsPOSIX
Fields in jnr.posix declared as NativePOSIX Modifier and Type Field Description protected NativePOSIX
BaseCmsgHdr. posix
private NativePOSIX
BaseIovec. posix
protected NativePOSIX
BaseMsgHdr. posix
Methods in jnr.posix with parameters of type NativePOSIX Modifier and Type Method Description (package private) abstract CmsgHdr
BaseMsgHdr. allocateCmsgHdrInternal(NativePOSIX posix, jnr.ffi.Pointer pointer, int len)
(package private) CmsgHdr
LinuxMsgHdr. allocateCmsgHdrInternal(NativePOSIX posix, jnr.ffi.Pointer pointer, int len)
(package private) CmsgHdr
MacOSMsgHdr. 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)
-