Package org.lwjgl.system.linux
Class Stat
java.lang.Object
org.lwjgl.system.linux.Stat
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
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)
-
Method Details
-
nstat
public static int nstat(long _errno, long __file, long __buf) int stat(char const * __file, struct stat * __buf)
-
stat
int stat(char const * __file, struct stat * __buf)
-
stat
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
int fstat(int __fd, struct stat * __buf)
-