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 _errno, long __file, long __buf)
    • stat

      public static int stat(@Nullable IntBuffer _errno, ByteBuffer __file, long __buf)
      Parameters:
      _errno - optionally returns the errno value after this function is called
    • stat

      public static int stat(@Nullable IntBuffer _errno, CharSequence __file, long __buf)
      Parameters:
      _errno - optionally returns the errno value after this function is called
    • nfstat

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

      public static int fstat(@Nullable IntBuffer _errno, int __fd, long __buf)
      Parameters:
      _errno - optionally returns the errno value after this function is called