seda.nbio
Class NBIOFileDescriptor

java.lang.Object
  extended by seda.nbio.NBIOFileDescriptor

 class NBIOFileDescriptor
extends java.lang.Object

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

fd

int fd
Constructor Detail

NBIOFileDescriptor

NBIOFileDescriptor()

NBIOFileDescriptor

NBIOFileDescriptor(int fd)
Method Detail

setFD

void setFD(int fd)

getFD

int getFD()

getClone

NBIOFileDescriptor getClone()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object