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 intstatic intnfstat(long _errno, int __fd, long __buf) Unsafe version of:fstat(java.nio.IntBuffer, int, long)static intnstat(long _errno, long __file, long __buf) Unsafe version of:stat(java.nio.IntBuffer, java.nio.ByteBuffer, long)static intstat(@Nullable IntBuffer _errno, CharSequence __file, long __buf) static intstat(@Nullable IntBuffer _errno, ByteBuffer __file, long __buf)
-
Method Details
-
nstat
public static int nstat(long _errno, long __file, long __buf) Unsafe version of:stat(java.nio.IntBuffer, java.nio.ByteBuffer, long) -
stat
- Parameters:
_errno- optionally returns theerrnovalue after this function is called
-
stat
- Parameters:
_errno- optionally returns theerrnovalue after this function is called
-
nfstat
public static int nfstat(long _errno, int __fd, long __buf) Unsafe version of:fstat(java.nio.IntBuffer, int, long) -
fstat
- Parameters:
_errno- optionally returns theerrnovalue after this function is called
-