|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.FileDescriptor
Untamed:
Field Summary | |
static FileDescriptor |
err
Enabled: A handle to the standard error stream. |
private int |
fd
|
static FileDescriptor |
in
Enabled: A handle to the standard input stream. |
static FileDescriptor |
out
Enabled: A handle to the standard output stream. |
Constructor Summary | |
|
FileDescriptor()
Enabled: Constructs an (invalid) FileDescriptor object. |
private |
FileDescriptor(int fd)
|
Method Summary | |
private static void |
initIDs()
|
void |
sync()
Enabled: Force all system buffers to synchronize with the underlying device. |
boolean |
valid()
Enabled: Tests if this file descriptor object is valid. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int fd
public static final FileDescriptor in
System.in
.
java.lang.System#in
public static final FileDescriptor out
System.out
.
java.lang.System#out
public static final FileDescriptor err
System.err
.
java.lang.System#err
Constructor Detail |
public FileDescriptor()
private FileDescriptor(int fd)
Method Detail |
public boolean valid()
true
if the file descriptor object represents a
valid, open file, socket, or other active I/O connection;
false
otherwise.public void sync() throws SyncFailedException
SyncFailedException
private static void initIDs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |