Package jnr.posix
Class BaseMsgHdr
java.lang.Object
jnr.posix.BaseMsgHdr
- All Implemented Interfaces:
MsgHdr
- Author:
- Bob McWhirter
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BaseMsgHdr
(NativePOSIX posix, jnr.ffi.StructLayout layout) -
Method Summary
Modifier and TypeMethodDescriptionallocateControl
(int dataLength) CmsgHdr[]
allocateControls
(int[] dataLengths) CmsgHdr[]
getIov()
getName()
void
setIov
(ByteBuffer[] buffers) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jnr.posix.MsgHdr
getControlLen, getFlags, setFlags
-
Field Details
-
posix
-
memory
protected final jnr.ffi.Pointer memory
-
-
Constructor Details
-
BaseMsgHdr
-
-
Method Details
-
setName
-
getName
-
allocateControl
- Specified by:
allocateControl
in interfaceMsgHdr
-
allocateControls
- Specified by:
allocateControls
in interfaceMsgHdr
-
getControls
- Specified by:
getControls
in interfaceMsgHdr
-
setIov
-
getIov
-