jnr.posix
Class BaseIovec
java.lang.Object
jnr.posix.BaseIovec
- All Implemented Interfaces:
- Iovec
public class BaseIovec
- extends Object
- implements Iovec
- Author:
- Bob McWhirter
|
Constructor Summary |
protected |
BaseIovec(jnr.posix.NativePOSIX posix)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
layout
public static final BaseIovec.Layout layout
memory
protected final jnr.ffi.Pointer memory
BaseIovec
protected BaseIovec(jnr.posix.NativePOSIX posix)
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.