jnr.posix
Interface MsgHdr

All Known Implementing Classes:
BaseMsgHdr

public interface MsgHdr

Author:
Bob McWhirter

Method Summary
 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)
           
 

Method Detail

setName

void setName(String name)

getName

String getName()

setIov

void setIov(ByteBuffer[] buffers)

getIov

ByteBuffer[] getIov()

setFlags

void setFlags(int flags)

getFlags

int getFlags()

allocateControl

CmsgHdr allocateControl(int dataLength)

allocateControls

CmsgHdr[] allocateControls(int[] dataLengths)

getControls

CmsgHdr[] getControls()

getControlLen

int getControlLen()


Copyright © 2014. All Rights Reserved.