Class Stat

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

public class Stat extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    fstat(@Nullable IntBuffer _errno, int __fd, long __buf)
    int fstat(int __fd, struct stat * __buf)
    static int
    nfstat(long _errno, int __fd, long __buf)
    int fstat(int __fd, struct stat * __buf)
    static int
    nstat(long _errno, long __file, long __buf)
    int stat(char const * __file, struct stat * __buf)
    static int
    stat(@Nullable IntBuffer _errno, CharSequence __file, long __buf)
    int stat(char const * __file, struct stat * __buf)
    static int
    stat(@Nullable IntBuffer _errno, ByteBuffer __file, long __buf)
    int stat(char const * __file, struct stat * __buf)

    Methods inherited from class java.lang.Object

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

    • nstat

      public static int nstat(long _errno, long __file, long __buf)
      int stat(char const * __file, struct stat * __buf)
    • stat

      public static int stat(@Nullable IntBuffer _errno, ByteBuffer __file, long __buf)
      int stat(char const * __file, struct stat * __buf)
    • stat

      public static int stat(@Nullable IntBuffer _errno, CharSequence __file, long __buf)
      int stat(char const * __file, struct stat * __buf)
    • nfstat

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

      public static int fstat(@Nullable IntBuffer _errno, int __fd, long __buf)
      int fstat(int __fd, struct stat * __buf)