Class UNISTD


  • public class UNISTD
    extends java.lang.Object
    Native bindings to <unistd.h>.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int close​(int fd)  
      static long nread​(int fd, long buf, long count)  
      static long read​(int fd, java.nio.ByteBuffer buf)  
      static long sysconf​(int name)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait