Package io.netty.incubator.channel.uring
Class Iov
java.lang.Object
io.netty.incubator.channel.uring.Iov
struct iovec {
void *iov_base; // Starting address
size_t iov_len; // Number of bytes to transfer
};
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static long
readBufferAddress
(long iovAddress) (package private) static int
readBufferLength
(long iovAddress) (package private) static void
write
(long iovAddress, long bufferAddress, int length)
-
Constructor Details
-
Iov
private Iov()
-
-
Method Details
-
write
static void write(long iovAddress, long bufferAddress, int length) -
readBufferAddress
static long readBufferAddress(long iovAddress) -
readBufferLength
static int readBufferLength(long iovAddress)
-