|
|||||||||
| Home >> All >> ClassLib >> sun14_linux >> java >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ClassLib.sun14_linux.java.io
Class RandomAccessFile

java.lang.ObjectClassLib.sun14_linux.java.io.RandomAccessFile
- public class RandomAccessFile
- extends java.lang.Object
RandomAccessFile
- Version:
- $Id: RandomAccessFile.java,v 1.4 2003/07/23 18:29:46 joewhaley Exp $
| Field Summary | |
private FileDescriptor |
fd
|
private static int |
O_DSYNC
|
private static int |
O_RDONLY
|
private static int |
O_RDWR
|
private static int |
O_SYNC
|
| Constructor Summary | |
RandomAccessFile()
|
|
| Method Summary | |
void |
open(java.lang.String name,
int mode)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
fd
private FileDescriptor fd
O_RDONLY
private static final int O_RDONLY
- See Also:
- Constant Field Values
O_RDWR
private static final int O_RDWR
- See Also:
- Constant Field Values
O_SYNC
private static final int O_SYNC
- See Also:
- Constant Field Values
O_DSYNC
private static final int O_DSYNC
- See Also:
- Constant Field Values
| Constructor Detail |
RandomAccessFile
public RandomAccessFile()
| Method Detail |
open
public void open(java.lang.String name, int mode) throws java.io.FileNotFoundException
|
|||||||||
| Home >> All >> ClassLib >> sun14_linux >> java >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
ClassLib.sun14_linux.java.io.RandomAccessFile