Package org.lwjgl.system.linux
Class Stat
java.lang.Object
org.lwjgl.system.linux.Stat
Native bindings to <sys/stat.h>.
-
Method Summary
Modifier and TypeMethodDescriptionstatic intfstat(int __fd, long __buf) static intnfstat(int __fd, long __buf) static intnstat(long __file, long __buf) static intstat(CharSequence __file, long __buf) static intstat(ByteBuffer __file, long __buf)
-
Method Details
-
nstat
public static int nstat(long __file, long __buf) -
stat
-
stat
-
nfstat
public static int nfstat(int __fd, long __buf) -
fstat
public static int fstat(int __fd, long __buf)
-