Package | Description |
---|---|
org.bytedeco.systems.global | |
org.bytedeco.systems.linux |
Modifier and Type | Method and Description |
---|---|
static long |
linux.preadv(int __fd,
iovec __iovec,
int __count,
long __offset) |
static long |
linux.preadv64(int __fd,
iovec __iovec,
int __count,
long __offset) |
static long |
linux.pwritev(int __fd,
iovec __iovec,
int __count,
long __offset) |
static long |
linux.pwritev64(int __fd,
iovec __iovec,
int __count,
long __offset) |
static long |
linux.readv(int __fd,
iovec __iovec,
int __count) |
static long |
linux.writev(int __fd,
iovec __iovec,
int __count) |
Modifier and Type | Method and Description |
---|---|
iovec |
iovec.iov_base(Pointer setter) |
iovec |
iovec.iov_len(long setter) |
iovec |
msghdr.msg_iov() |
iovec |
iovec.position(long position) |
Modifier and Type | Method and Description |
---|---|
msghdr |
msghdr.msg_iov(iovec setter) |
Copyright © 2020. All rights reserved.