Modifier and Type | Class and Description |
---|---|
static class |
BaseIovec.Layout |
Modifier and Type | Field and Description |
---|---|
static BaseIovec.Layout |
layout |
protected jnr.ffi.Pointer |
memory |
private NativePOSIX |
posix |
Modifier | Constructor and Description |
---|---|
protected |
BaseIovec(NativePOSIX posix) |
(package private) |
BaseIovec(NativePOSIX posix,
jnr.ffi.Pointer memory) |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
get() |
protected int |
getLen() |
void |
set(java.nio.ByteBuffer buf) |
protected void |
setLen(int len) |
java.lang.String |
toString(java.lang.String indent) |
public static final BaseIovec.Layout layout
private final NativePOSIX posix
protected final jnr.ffi.Pointer memory
protected BaseIovec(NativePOSIX posix)
BaseIovec(NativePOSIX posix, jnr.ffi.Pointer memory)