java.lang.Object
jnr.posix.BaseMsgHdr
- All Implemented Interfaces:
MsgHdr
- Author:
- Bob McWhirter
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseMsgHdr(NativePOSIX posix, jnr.ffi.StructLayout layout) -
Method Summary
Modifier and TypeMethodDescriptionallocateControl(int dataLength) CmsgHdr[]allocateControls(int[] dataLengths) CmsgHdr[]getIov()getName()voidsetIov(ByteBuffer[] buffers) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
allocateControlin interfaceMsgHdr
-
allocateControls
- Specified by:
allocateControlsin interfaceMsgHdr
-
getControls
- Specified by:
getControlsin interfaceMsgHdr
-
setIov
-
getIov
-