public class Uio extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Uio.iovec
Structure for scatter/gather I/O.
|
| Constructor and Description |
|---|
Uio() |
| Modifier and Type | Method and Description |
|---|---|
static org.graalvm.word.SignedWord |
readv(int fd,
Uio.iovec iovec,
int count) |
static org.graalvm.word.SignedWord |
writev(int fd,
Uio.iovec iovec,
int count) |