Uses of Interface
org.jruby.util.io.Stream

Packages that use Stream
org.jruby   
org.jruby.util.io   
 

Uses of Stream in org.jruby
 

Methods in org.jruby that return Stream
protected  Stream RubyIO.fdopen(ChannelDescriptor existingDescriptor, ModeFlags modes)
           
 Stream RubyIO.getHandler()
           
 

Uses of Stream in org.jruby.util.io
 

Classes in org.jruby.util.io that implement Stream
 class ChannelStream
          This file implements a seekable IO file.
 

Methods in org.jruby.util.io that return Stream
static Stream ChannelStream.fdopen(Ruby runtime, ChannelDescriptor descriptor, ModeFlags modes)
           
static Stream ChannelStream.fopen(Ruby runtime, java.lang.String path, ModeFlags modes)
           
 Stream OpenFile.getMainStream()
           
 Stream OpenFile.getPipeStream()
           
 Stream OpenFile.getWriteStream()
           
 

Methods in org.jruby.util.io with parameters of type Stream
 void OpenFile.fflush(Stream stream)
           
 void OpenFile.setMainStream(Stream mainStream)
           
 void OpenFile.setPipeStream(Stream pipeStream)
           
 



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