org.jruby.javasupport
Class JavaArrayUtilities
java.lang.Object
org.jruby.javasupport.JavaArrayUtilities
public class JavaArrayUtilities
- extends java.lang.Object
- Author:
- Bill Dortch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaArrayUtilities
public JavaArrayUtilities()
createJavaArrayUtilitiesModule
public static RubyModule createJavaArrayUtilitiesModule(Ruby runtime)
bytes_to_ruby_string
public static IRubyObject bytes_to_ruby_string(IRubyObject recv,
IRubyObject wrappedObject)
ruby_string_to_bytes
public static IRubyObject ruby_string_to_bytes(IRubyObject recv,
IRubyObject string)
java_to_ruby
public static IRubyObject java_to_ruby(ThreadContext context,
IRubyObject recv,
IRubyObject ary)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.