Class BaseIovec
java.lang.Object
jnr.posix.BaseIovec
- All Implemented Interfaces:
Iovec
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BaseIovec.Layoutprotected final jnr.ffi.Pointerprivate final NativePOSIX -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseIovec(NativePOSIX posix) (package private)BaseIovec(NativePOSIX posix, jnr.ffi.Pointer memory) -
Method Summary
Modifier and TypeMethodDescriptionget()protected intgetLen()voidset(ByteBuffer buf) protected voidsetLen(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