Uses of Class
org.jruby.util.IOHandler.InvalidValueException

Packages that use IOHandler.InvalidValueException
org.jruby.util   
 

Uses of IOHandler.InvalidValueException in org.jruby.util
 

Methods in org.jruby.util that throw IOHandler.InvalidValueException
 void IOHandler.reset(IOModes subsetModes)
           
abstract  IOHandler IOHandler.cloneIOHandler()
           
protected abstract  void IOHandler.resetByModes(IOModes newModes)
           
abstract  void IOHandler.rewind()
           
abstract  void IOHandler.seek(long offset, int type)
          Perform a seek based on pos().
 void IOHandlerNio.seek(long offset, int type)
           
 void IOHandlerNio.resetByModes(IOModes newModes)
           
 IOHandler IOHandlerNull.cloneIOHandler()
           
protected  void IOHandlerNull.resetByModes(IOModes newModes)
           
 void IOHandlerNull.rewind()
           
 void IOHandlerNull.seek(long offset, int type)
           
 IOHandler IOHandlerSeekable.cloneIOHandler()
           
 void IOHandlerSeekable.resetByModes(IOModes newModes)
           
 void IOHandlerSeekable.rewind()
           
 void IOHandlerSeekable.seek(long offset, int type)
           
 

Constructors in org.jruby.util that throw IOHandler.InvalidValueException
IOHandlerSeekable(Ruby runtime, java.lang.String path, IOModes modes)
           
 



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