abstract class BaseCmsgHdr extends java.lang.Object implements CmsgHdr
Modifier and Type | Field and Description |
---|---|
(package private) jnr.ffi.Pointer |
memory |
protected NativePOSIX |
posix |
Modifier | Constructor and Description |
---|---|
protected |
BaseCmsgHdr(NativePOSIX posix,
jnr.ffi.Pointer memory) |
protected |
BaseCmsgHdr(NativePOSIX posix,
jnr.ffi.Pointer memory,
int totalLen) |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getData() |
void |
setData(java.nio.ByteBuffer data) |
(package private) abstract void |
setLen(int len) |
protected final NativePOSIX posix
final jnr.ffi.Pointer memory
protected BaseCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory)
protected BaseCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory, int totalLen)