Package jnr.posix
Class BaseIovec
java.lang.Object
jnr.posix.BaseIovec
- All Implemented Interfaces:
Iovec
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BaseIovec.Layout
protected final jnr.ffi.Pointer
private final NativePOSIX
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BaseIovec
(NativePOSIX posix) (package private)
BaseIovec
(NativePOSIX posix, jnr.ffi.Pointer memory) -
Method Summary
Modifier and TypeMethodDescriptionget()
protected int
getLen()
void
set
(ByteBuffer buf) protected void
setLen
(int len)
-
Field Details
-
layout
-
posix
-
memory
protected final jnr.ffi.Pointer memory
-
-
Constructor Details
-
BaseIovec
-
BaseIovec
BaseIovec(NativePOSIX posix, jnr.ffi.Pointer memory)
-
-
Method Details