frysk.sys
Class Poll.Fds

java.lang.Object
  extended by frysk.sys.Poll.Fds
Enclosing class:
Poll

public static final class Poll.Fds
extends Object

Manage the file descriptors watched by the poll call.


Field Summary
(package private)  long fds
           
 
Constructor Summary
Poll.Fds()
           
 
Method Summary
 void addPollIn(int fd)
           
private static long addPollIn(long fds, int fd)
           
protected  void finalize()
           
private static void free(long fds)
           
private static long malloc()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fds

long fds
Constructor Detail

Poll.Fds

public Poll.Fds()
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class Object

malloc

private static long malloc()

free

private static void free(long fds)

addPollIn

public void addPollIn(int fd)

addPollIn

private static long addPollIn(long fds,
                              int fd)