|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mdw.nbio.NBIOFileDescriptor
This is a package-internal class used to represent a UNIX file descriptor.
Field Summary | |
(package private) int |
fd
|
Constructor Summary | |
(package private) |
NBIOFileDescriptor()
|
(package private) |
NBIOFileDescriptor(int fd)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
(package private) NBIOFileDescriptor |
getClone()
|
(package private) int |
getFD()
|
int |
hashCode()
|
(package private) void |
setFD(int fd)
|
Methods inherited from class java.lang.Object |
|
Field Detail |
int fd
Constructor Detail |
NBIOFileDescriptor()
NBIOFileDescriptor(int fd)
Method Detail |
void setFD(int fd)
int getFD()
NBIOFileDescriptor getClone()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |