- java.lang.Object
-
- jnr.posix.BaseIovec
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaseIovec.Layout
-
Field Summary
Fields Modifier and Type Field Description static BaseIovec.Layoutlayoutprotected jnr.ffi.Pointermemory
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseIovec(NativePOSIX posix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferget()protected intgetLen()voidset(ByteBuffer buf)protected voidsetLen(int len)StringtoString(String indent)
-
-
-
Field Detail
-
layout
public static final BaseIovec.Layout layout
-
memory
protected final jnr.ffi.Pointer memory
-
-
Constructor Detail
-
BaseIovec
protected BaseIovec(NativePOSIX posix)
-
-
Method Detail
-
get
public ByteBuffer get()
-
set
public void set(ByteBuffer buf)
-
setLen
protected void setLen(int len)
-
getLen
protected int getLen()
-
-