Uses of Class
org.jruby.util.IOHandler

Packages that use IOHandler
org.jruby   
org.jruby.util   
 

Uses of IOHandler in org.jruby
 

Fields in org.jruby declared as IOHandler
protected  IOHandler RubyIO.handler
           
 

Methods in org.jruby that return IOHandler
static IOHandler RubyIO.getIOHandlerByFileno(int fileno)
           
 

Methods in org.jruby with parameters of type IOHandler
static void RubyIO.registerIOHandler(IOHandler handler)
           
 

Uses of IOHandler in org.jruby.util
 

Subclasses of IOHandler in org.jruby.util
 class IOHandlerSeekable
          This file implements a seekable IO file.
 class IOHandlerUnseekable
           
 

Methods in org.jruby.util that return IOHandler
abstract  IOHandler IOHandler.cloneIOHandler()
           
 IOHandler IOHandlerSeekable.cloneIOHandler()
           
 IOHandler IOHandlerUnseekable.cloneIOHandler()
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.