|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileStatusFlags
Field Summary | |
---|---|
static int |
O_ACCMODE
Mask for open modes (O_RDONLY, O_WRONLY and O_RDWR). |
static int |
O_APPEND
Set append mode (append on each write). |
static int |
O_ASYNC
Signal pgrp when data ready. |
static int |
O_CREAT
Create file if it does not exist. |
static int |
O_DIRECTORY
|
static int |
O_EVTONLY
Descriptor requested for event notifications only. |
static int |
O_EXCL
Error if O_CREAT and the file exists. |
static int |
O_EXLOCK
Atomically obtain an exclusive lock. |
static int |
O_NOCTTY
Don't assign controlling terminal. |
static int |
O_NOFOLLOW
Don't follow symlinks. |
static int |
O_NONBLOCK
Do not block on open or for data to become available. |
static int |
O_RDONLY
Open for reading only. |
static int |
O_RDWR
Open for reading and writing. |
static int |
O_SHLOCK
Atomically obtain a shared lock. |
static int |
O_SYMLINK
Allow open of a symlink. |
static int |
O_SYNC
Synchronous writes. |
static int |
O_TRUNC
Truncate size to 0. |
static int |
O_WRONLY
Open for writing only |
Field Detail |
---|
static final int O_ACCMODE
static final int O_RDONLY
static final int O_WRONLY
static final int O_RDWR
static final int O_NONBLOCK
static final int O_APPEND
static final int O_CREAT
static final int O_TRUNC
static final int O_EXCL
static final int O_SHLOCK
static final int O_EXLOCK
static final int O_NOFOLLOW
static final int O_SYMLINK
static final int O_SYNC
static final int O_ASYNC
static final int O_EVTONLY
static final int O_NOCTTY
static final int O_DIRECTORY
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |