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 longreadBufferAddress(long iovAddress) (package private) static intreadBufferLength(long iovAddress) (package private) static voidwrite(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)
-