Package org.lwjgl.system.linux
Class Stat
- java.lang.Object
-
- org.lwjgl.system.linux.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)
-
-
-
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)
-
-