|
|||||||||
Home >> All >> ClassLib >> Common >> java >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
ClassLib.Common.java.io
Class FileDescriptor

java.lang.ObjectClassLib.Common.java.io.FileDescriptor
- abstract class FileDescriptor
- extends java.lang.Object
FileDescriptor
- Version:
- $Id: FileDescriptor.java,v 1.4 2003/05/12 10:04:53 joewhaley Exp $
Field Summary | |
(package private) int |
fd
|
Constructor Summary | |
(package private) |
FileDescriptor()
|
Method Summary | |
private static void |
initIDs()
|
void |
sync()
|
boolean |
valid()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
fd
int fd
Constructor Detail |
FileDescriptor
FileDescriptor()
Method Detail |
valid
public boolean valid()
sync
public void sync() throws java.io.SyncFailedException
initIDs
private static void initIDs()
|
|||||||||
Home >> All >> ClassLib >> Common >> java >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |