public class FileDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
static FileDescriptor |
err |
static FileDescriptor |
in |
static FileDescriptor |
out |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
This method (when overriden), will be called when the VM determines that the Object can be
garbage collected.
|
void |
sync() |
boolean |
valid() |
public static FileDescriptor err
public static FileDescriptor in
public static FileDescriptor out
public boolean valid()
public void sync()
throws SyncFailedException
SyncFailedExceptionprotected void finalize()
throws Throwable
ObjectThe finalize() method of a Class is only called if it overrides finalize() - the finalize() method java.lang.Object is never called by the Eve VM.