org.jruby.java.addons
Class IOJavaAddons.AnyIO

java.lang.Object
  extended by org.jruby.java.addons.IOJavaAddons.AnyIO
Enclosing class:
IOJavaAddons

public static class IOJavaAddons.AnyIO
extends java.lang.Object


Constructor Summary
IOJavaAddons.AnyIO()
           
 
Method Summary
static IRubyObject any_to_channel(ThreadContext context, IRubyObject self)
           
static IRubyObject any_to_inputstream(ThreadContext context, IRubyObject self)
           
static IRubyObject any_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.AnyIO

public IOJavaAddons.AnyIO()
Method Detail

any_to_inputstream

public static IRubyObject any_to_inputstream(ThreadContext context,
                                             IRubyObject self)

any_to_outputstream

public static IRubyObject any_to_outputstream(ThreadContext context,
                                              IRubyObject self)

any_to_channel

public static IRubyObject any_to_channel(ThreadContext context,
                                         IRubyObject self)


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