Package com.sun.jna.platform.linux
Schnittstelle Fcntl
public interface Fcntl
POSIX Standard: 6.5 File Control Operations from
fcntl.h
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Felddetails
-
O_RDONLY
static final int O_RDONLY- Siehe auch:
-
O_WRONLY
static final int O_WRONLY- Siehe auch:
-
O_RDWR
static final int O_RDWR- Siehe auch:
-
O_CREAT
static final int O_CREAT- Siehe auch:
-
O_EXCL
static final int O_EXCL- Siehe auch:
-
O_TRUNC
static final int O_TRUNC- Siehe auch:
-
O_APPEND
static final int O_APPEND- Siehe auch:
-
O_NONBLOCK
static final int O_NONBLOCK- Siehe auch:
-
O_DSYNC
static final int O_DSYNC- Siehe auch:
-
O_FASYNC
static final int O_FASYNC- Siehe auch:
-
O_DIRECT
static final int O_DIRECT- Siehe auch:
-
O_LARGEFILE
static final int O_LARGEFILE- Siehe auch:
-
O_DIRECTORY
static final int O_DIRECTORY- Siehe auch:
-
O_NOFOLLOW
static final int O_NOFOLLOW- Siehe auch:
-
O_NOATIME
static final int O_NOATIME- Siehe auch:
-
O_CLOEXEC
static final int O_CLOEXEC- Siehe auch:
-
__O_SYNC
static final int __O_SYNC- Siehe auch:
-
O_PATH
static final int O_PATH- Siehe auch:
-
__O_TMPFILE
static final int __O_TMPFILE- Siehe auch:
-
O_SYNC
static final int O_SYNC- Siehe auch:
-
O_TMPFILE
static final int O_TMPFILE- Siehe auch:
-
O_NDELAY
static final int O_NDELAY- Siehe auch:
-
S_IRUSR
static final int S_IRUSR- Siehe auch:
-
S_IWUSR
static final int S_IWUSR- Siehe auch:
-
S_IXUSR
static final int S_IXUSR- Siehe auch:
-
S_IRWXU
static final int S_IRWXU- Siehe auch:
-
S_IRGRP
static final int S_IRGRP- Siehe auch:
-
S_IWGRP
static final int S_IWGRP- Siehe auch:
-
S_IXGRP
static final int S_IXGRP- Siehe auch:
-
S_IRWXG
static final int S_IRWXG- Siehe auch:
-
S_IROTH
static final int S_IROTH- Siehe auch:
-
S_IWOTH
static final int S_IWOTH- Siehe auch:
-
S_IXOTH
static final int S_IXOTH- Siehe auch:
-
S_IRWXO
static final int S_IRWXO- Siehe auch:
-
S_ISUID
static final int S_ISUID- Siehe auch:
-
S_ISGID
static final int S_ISGID- Siehe auch:
-
S_ISVTX
static final int S_ISVTX- Siehe auch:
-