org.jruby.java.addons
Class IOJavaAddons

java.lang.Object
  extended by org.jruby.java.addons.IOJavaAddons

public class IOJavaAddons
extends java.lang.Object


Nested Class Summary
static class IOJavaAddons.AnyIO
           
 
Constructor Summary
IOJavaAddons()
           
 
Method Summary
static IRubyObject to_channel(ThreadContext context, IRubyObject self)
           
static IRubyObject to_inputstream(ThreadContext context, IRubyObject self)
           
static IRubyObject to_outputstream(ThreadContext context, IRubyObject self)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOJavaAddons

public IOJavaAddons()
Method Detail

to_inputstream

public static IRubyObject to_inputstream(ThreadContext context,
                                         IRubyObject self)

to_outputstream

public static IRubyObject to_outputstream(ThreadContext context,
                                          IRubyObject self)

to_channel

public static IRubyObject to_channel(ThreadContext context,
                                     IRubyObject self)


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