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

Packages that use IOHandler.PipeException
org.jruby.util   
 

Uses of IOHandler.PipeException in org.jruby.util
 

Methods in org.jruby.util that throw IOHandler.PipeException
abstract  IOHandler IOHandler.cloneIOHandler()
           
abstract  long IOHandler.pos()
          Get the current position within the file associated with this handler.
abstract  void IOHandler.rewind()
           
abstract  void IOHandler.seek(long offset, int type)
          Perform a seek based on pos().
abstract  void IOHandler.truncate(long newLength)
           
 long IOHandlerNio.pos()
           
 void IOHandlerNio.seek(long offset, int type)
           
 void IOHandlerNio.rewind()
           
 void IOHandlerNio.truncate(long length)
           
 IOHandler IOHandlerNull.cloneIOHandler()
           
 long IOHandlerNull.pos()
           
 void IOHandlerNull.rewind()
           
 void IOHandlerNull.seek(long offset, int type)
           
 void IOHandlerNull.truncate(long newLength)
           
 long IOHandlerProcess.pos()
           
 void IOHandlerProcess.rewind()
           
 void IOHandlerProcess.seek(long offset, int type)
           
 void IOHandlerProcess.truncate(long newLength)
           
 IOHandler IOHandlerSeekable.cloneIOHandler()
           
 long IOHandlerUnseekable.pos()
           
 void IOHandlerUnseekable.rewind()
           
 void IOHandlerUnseekable.seek(long offset, int type)
           
 void IOHandlerUnseekable.truncate(long newLength)
           
 



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