Class Iov


  • final class Iov
    extends java.lang.Object
    struct iovec { void *iov_base; // Starting address size_t iov_len; // Number of bytes to transfer };
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Iov()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Iov

        private Iov()
    • Method Detail

      • write

        static void write​(long iovAddress,
                          long bufferAddress,
                          int length)
      • readBufferAddress

        static long readBufferAddress​(long iovAddress)
      • readBufferLength

        static int readBufferLength​(long iovAddress)