Class Stat


  • public class Stat
    extends java.lang.Object
    Native bindings to <sys/stat.h>.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int fstat​(int __fd, long __buf)  
      static int nfstat​(int __fd, long __buf)  
      static int nstat​(long __file, long __buf)  
      static int stat​(java.lang.CharSequence __file, long __buf)  
      static int stat​(java.nio.ByteBuffer __file, long __buf)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • nstat

        public static int nstat​(long __file,
                                long __buf)
      • stat

        public static int stat​(java.nio.ByteBuffer __file,
                               long __buf)
      • stat

        public static int stat​(java.lang.CharSequence __file,
                               long __buf)
      • nfstat

        public static int nfstat​(int __fd,
                                 long __buf)
      • fstat

        public static int fstat​(int __fd,
                                long __buf)