|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectseda.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 |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int fd
Constructor Detail |
NBIOFileDescriptor()
NBIOFileDescriptor(int fd)
Method Detail |
void setFD(int fd)
int getFD()
NBIOFileDescriptor getClone()
public int hashCode()
public boolean equals(java.lang.Object o)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |