|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectseda.nbio.NBIOFileDescriptor
class NBIOFileDescriptor
This is a package-internal class used to represent a UNIX file descriptor.
Field Summary | |
---|---|
(package private) int |
fd
|
Constructor Summary | |
---|---|
NBIOFileDescriptor()
|
|
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()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |