Package apple.struct
Class iovec
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.iovec
-
public final class iovec extends org.moe.natj.c.StructObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.moe.natj.general.ptr.VoidPtriov_base()[XSI] Base address of I/O memory regionlongiov_len()[XSI] Size of region iov_base points tovoidsetIov_base(org.moe.natj.general.ptr.VoidPtr value)[XSI] Base address of I/O memory regionvoidsetIov_len(long value)[XSI] Size of region iov_base points to
-
-
-
Method Detail
-
iov_base
public org.moe.natj.general.ptr.VoidPtr iov_base()
[XSI] Base address of I/O memory region
-
setIov_base
public void setIov_base(org.moe.natj.general.ptr.VoidPtr value)
[XSI] Base address of I/O memory region
-
iov_len
public long iov_len()
[XSI] Size of region iov_base points to
-
setIov_len
public void setIov_len(long value)
[XSI] Size of region iov_base points to
-
-