public class JavaArrayUtilities extends Object
Constructor and Description |
---|
JavaArrayUtilities() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
bytes_to_ruby_string(ThreadContext context,
IRubyObject recv,
IRubyObject wrappedObject) |
static IRubyObject |
bytes_to_ruby_string(ThreadContext context,
IRubyObject recv,
IRubyObject wrappedObject,
IRubyObject encoding) |
static RubyModule |
createJavaArrayUtilitiesModule(Ruby runtime) |
static IRubyObject |
java_to_ruby(ThreadContext context,
IRubyObject recv,
IRubyObject ary) |
static IRubyObject |
ruby_string_to_bytes(IRubyObject recv,
IRubyObject string) |
public static RubyModule createJavaArrayUtilitiesModule(Ruby runtime)
public static IRubyObject bytes_to_ruby_string(ThreadContext context, IRubyObject recv, IRubyObject wrappedObject)
public static IRubyObject bytes_to_ruby_string(ThreadContext context, IRubyObject recv, IRubyObject wrappedObject, IRubyObject encoding)
public static IRubyObject ruby_string_to_bytes(IRubyObject recv, IRubyObject string)
public static IRubyObject java_to_ruby(ThreadContext context, IRubyObject recv, IRubyObject ary)
Copyright © 2001-2015 JRuby. All Rights Reserved.