Uses of Class
org.jruby.RubyIO

Packages that use RubyIO
org.jruby   
org.jruby.ext.socket   
 

Uses of RubyIO in org.jruby
 

Subclasses of RubyIO in org.jruby
 class RubyFile
          Ruby File class equivalent in java.
 

Methods in org.jruby that return RubyIO
 RubyIO RubyIO.each_line(ThreadContext context, IRubyObject[] args, Block block)
          Invoke a block for each line.
 RubyIO RubyIO.flush()
          Flushes the IO output stream.
static RubyIO RubyIO.newIO(Ruby runtime, java.nio.channels.Channel channel)
           
 RubyIO RubyIO.to_io()
           
 

Methods in org.jruby with parameters of type RubyIO
 boolean RubyThread.selectForAccept(RubyIO io)
           
 

Uses of RubyIO in org.jruby.ext.socket
 

Subclasses of RubyIO in org.jruby.ext.socket
 class RubyBasicSocket
           
 class RubyIPSocket
           
 class RubySocket
           
 class RubyTCPServer
           
 class RubyTCPSocket
           
 class RubyUDPSocket
           
 class RubyUNIXServer
           
 class RubyUNIXSocket
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.