Package jnr.posix
Class BaseIovec
- 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.Pointermemoryprivate NativePOSIXposix
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseIovec(NativePOSIX posix)(package private)BaseIovec(NativePOSIX posix, jnr.ffi.Pointer memory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBufferget()protected intgetLen()voidset(java.nio.ByteBuffer buf)protected voidsetLen(int len)java.lang.StringtoString(java.lang.String indent)
-
-
-
Field Detail
-
layout
public static final BaseIovec.Layout layout
-
posix
private final NativePOSIX posix
-
memory
protected final jnr.ffi.Pointer memory
-
-
Constructor Detail
-
BaseIovec
protected BaseIovec(NativePOSIX posix)
-
BaseIovec
BaseIovec(NativePOSIX posix, jnr.ffi.Pointer memory)
-
-