Package | Description |
---|---|
jnr.posix |
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
protected NativePOSIX |
BaseMsgHdr.posix |
private NativePOSIX |
BaseIovec.posix |
protected NativePOSIX |
BaseCmsgHdr.posix |
Modifier and Type | Method and Description |
---|---|
(package private) CmsgHdr |
MacOSMsgHdr.allocateCmsgHdrInternal(NativePOSIX posix,
jnr.ffi.Pointer pointer,
int len) |
(package private) CmsgHdr |
LinuxMsgHdr.allocateCmsgHdrInternal(NativePOSIX posix,
jnr.ffi.Pointer pointer,
int len) |
(package private) abstract CmsgHdr |
BaseMsgHdr.allocateCmsgHdrInternal(NativePOSIX posix,
jnr.ffi.Pointer pointer,
int len) |
Constructor and 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) |