com.buglabs.bug.jni.common
Class FCNTL_H

java.lang.Object
  extended by com.buglabs.bug.jni.common.FCNTL_H

public class FCNTL_H
extends java.lang.Object

Linux constants to be used with opening files.


Field Summary
static int O_ACCMODE
          From fcntl.h
static int O_APPEND
           
static int O_ASYNC
           
static int O_CREAT
           
static int O_EXCL
           
static int O_FSYNC
           
static int O_NDELAY
           
static int O_NOCTTY
           
static int O_NONBLOCK
           
static int O_RDONLY
           
static int O_RDWR
           
static int O_SYNC
           
static int O_TRUNC
           
static int O_WRONLY
           
 
Constructor Summary
FCNTL_H()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FCNTL_H

public FCNTL_H()