java.lang.Object
io.netty.incubator.channel.uring.Iov

final class Iov extends Object
struct iovec { void *iov_base; // Starting address size_t iov_len; // Number of bytes to transfer };
  • 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)