BaseMsgHdr
public interface MsgHdr
Modifier and Type | Method | Description |
---|---|---|
CmsgHdr |
allocateControl(int dataLength) |
|
CmsgHdr[] |
allocateControls(int[] dataLengths) |
|
int |
getControlLen() |
|
CmsgHdr[] |
getControls() |
|
int |
getFlags() |
|
ByteBuffer[] |
getIov() |
|
String |
getName() |
|
void |
setFlags(int flags) |
|
void |
setIov(ByteBuffer[] buffers) |
|
void |
setName(String name) |
void setName(String name)
String getName()
void setIov(ByteBuffer[] buffers)
ByteBuffer[] getIov()
void setFlags(int flags)
int getFlags()
CmsgHdr allocateControl(int dataLength)
CmsgHdr[] allocateControls(int[] dataLengths)
CmsgHdr[] getControls()
int getControlLen()
Copyright © 2018. All rights reserved.