Class Stat

java.lang.Object
org.lwjgl.system.linux.Stat

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

    • nstat

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

      public static int stat(ByteBuffer __file, long __buf)
    • stat

      public static int stat(CharSequence __file, long __buf)
    • nfstat

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

      public static int fstat(int __fd, long __buf)