Uses of Class
gnu.java.nio.VMChannel

Packages that use VMChannel
gnu.java.nio   
 

Uses of VMChannel in gnu.java.nio
 

Methods in gnu.java.nio that return VMChannel
 VMChannel VMChannel.accept()
          Accept an incoming connection, returning a new VMChannel, or null if the channel is nonblocking and no connection is pending.
static VMChannel VMChannel.getStderr()
           
static VMChannel VMChannel.getStdin()
           
static VMChannel VMChannel.getStdout()