public interface LibC
extends com.sun.jna.Library
Modifier and Type | Method and Description |
---|---|
int |
getpid() |
int |
link(java.lang.String fromFile,
java.lang.String toFile) |
int |
lstat(java.lang.String path,
FileStat stat) |
int |
mkdir(java.lang.String name,
int mode) |
int |
rename(java.lang.String from,
java.lang.String to) |
int |
rmdir(java.lang.String name) |
int |
stat(java.lang.String path,
FileStat stat) |
int |
umask() |
int |
umask(int val) |
int |
unlink(java.lang.String path) |
int |
utimes(java.lang.String path,
Timeval[] timeval) |
int getpid() throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
int link(java.lang.String fromFile, java.lang.String toFile) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
int unlink(java.lang.String path) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
int lstat(java.lang.String path, FileStat stat) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
int mkdir(java.lang.String name, int mode) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
int rename(java.lang.String from, java.lang.String to) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
int rmdir(java.lang.String name) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
int stat(java.lang.String path, FileStat stat) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
int umask() throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
int umask(int val) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException
int utimes(java.lang.String path, Timeval[] timeval) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorException