jnr.posix
Class BaseIovec

java.lang.Object
  extended by jnr.posix.BaseIovec
All Implemented Interfaces:
Iovec

public class BaseIovec
extends Object
implements Iovec

Author:
Bob McWhirter

Nested Class Summary
static class BaseIovec.Layout
           
 
Field Summary
static BaseIovec.Layout layout
           
protected  jnr.ffi.Pointer memory
           
 
Constructor Summary
protected BaseIovec(jnr.posix.NativePOSIX posix)
           
 
Method Summary
 ByteBuffer get()
           
protected  int getLen()
           
 void set(ByteBuffer buf)
           
protected  void setLen(int len)
           
 String toString(String indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

layout

public static final BaseIovec.Layout layout

memory

protected final jnr.ffi.Pointer memory
Constructor Detail

BaseIovec

protected BaseIovec(jnr.posix.NativePOSIX posix)
Method Detail

toString

public String toString(String indent)

get

public ByteBuffer get()
Specified by:
get in interface Iovec

set

public void set(ByteBuffer buf)
Specified by:
set in interface Iovec

setLen

protected void setLen(int len)

getLen

protected int getLen()


Copyright © 2014. All Rights Reserved.