com.buglabs.bug.jni.common
Class FCNTL_H
java.lang.Object
com.buglabs.bug.jni.common.FCNTL_H
public class FCNTL_H
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
O_ACCMODE
public static final int O_ACCMODE
- From fcntl.h
- See Also:
- Constant Field Values
O_RDONLY
public static final int O_RDONLY
- See Also:
- Constant Field Values
O_WRONLY
public static final int O_WRONLY
- See Also:
- Constant Field Values
O_RDWR
public static final int O_RDWR
- See Also:
- Constant Field Values
O_CREAT
public static final int O_CREAT
- See Also:
- Constant Field Values
O_EXCL
public static final int O_EXCL
- See Also:
- Constant Field Values
O_NOCTTY
public static final int O_NOCTTY
- See Also:
- Constant Field Values
O_TRUNC
public static final int O_TRUNC
- See Also:
- Constant Field Values
O_APPEND
public static final int O_APPEND
- See Also:
- Constant Field Values
O_NONBLOCK
public static final int O_NONBLOCK
- See Also:
- Constant Field Values
O_NDELAY
public static final int O_NDELAY
- See Also:
- Constant Field Values
O_SYNC
public static final int O_SYNC
- See Also:
- Constant Field Values
O_FSYNC
public static final int O_FSYNC
- See Also:
- Constant Field Values
O_ASYNC
public static final int O_ASYNC
- See Also:
- Constant Field Values
FCNTL_H
public FCNTL_H()