"

2013 FRC Java API

"

com.sun.squawk.platform.posix.linux.natives
Class SelectImpl

java.lang.Object
  extended by com.sun.squawk.platform.posix.natives.SelectImpl
      extended by com.sun.squawk.platform.posix.linux.natives.SelectImpl
All Implemented Interfaces:
Library, Select

public class SelectImpl
extends SelectImpl


Field Summary
static int fd_set_SIZEOF
           
static int FD_SETSIZE
           
 
Fields inherited from interface com.sun.squawk.platform.posix.natives.Select
INSTANCE
 
Constructor Summary
SelectImpl()
           
 
Method Summary
 int initConstInt(int index)
           
 
Methods inherited from class com.sun.squawk.platform.posix.natives.SelectImpl
FD_CLR, FD_ISSET, FD_SET
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FD_SETSIZE

public static final int FD_SETSIZE
See Also:
Constant Field Values

fd_set_SIZEOF

public static final int fd_set_SIZEOF
See Also:
Constant Field Values
Constructor Detail

SelectImpl

public SelectImpl()
Method Detail

initConstInt

public int initConstInt(int index)

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"