Modifier and Type | Class | Description |
---|---|---|
static class |
BaseIovec.Layout |
Modifier and Type | Field | Description |
---|---|---|
static BaseIovec.Layout |
layout |
|
protected jnr.ffi.Pointer |
memory |
Modifier | Constructor | Description |
---|---|---|
protected |
BaseIovec(NativePOSIX posix) |
Modifier and Type | Method | Description |
---|---|---|
ByteBuffer |
get() |
|
protected int |
getLen() |
|
void |
set(ByteBuffer buf) |
|
protected void |
setLen(int len) |
|
String |
toString(String indent) |
public static final BaseIovec.Layout layout
protected final jnr.ffi.Pointer memory
protected BaseIovec(NativePOSIX posix)
public ByteBuffer get()
public void set(ByteBuffer buf)
protected void setLen(int len)
protected int getLen()
Copyright © 2018. All rights reserved.