public class IOJavaAddons
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IOJavaAddons.AnyIO |
Constructor and Description |
---|
IOJavaAddons() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
to_channel(ThreadContext context,
IRubyObject self) |
static IRubyObject |
to_inputstream(ThreadContext context,
IRubyObject self) |
static IRubyObject |
to_outputstream(ThreadContext context,
IRubyObject self) |
public static IRubyObject to_inputstream(ThreadContext context, IRubyObject self)
public static IRubyObject to_outputstream(ThreadContext context, IRubyObject self)
public static IRubyObject to_channel(ThreadContext context, IRubyObject self)
Copyright © 2001-2017 JRuby. All Rights Reserved.