|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.FileDescriptor
public final class FileDescriptor
Wrapper for a low-level "file descriptor".
Compliance: J2SE: 1.4 incomplete
Unimplemented
public static final FileDescriptor in
public static final FileDescriptor out
public static final FileDescriptor err
| Constructor Summary | |
|---|---|
FileDescriptor()
Construct an invalid instance. |
|
| Method Summary | |
|---|---|
void |
sync()
Sync any unbuffered data to stable storage. |
boolean |
valid()
Return whether or not this instance is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileDescriptor()
| Method Detail |
|---|
public boolean valid()
true iff this instance is valid
public void sync()
throws SyncFailedException
SyncFailedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||