org.jruby.javasupport
Class JavaArrayUtilities

java.lang.Object
  extended by org.jruby.javasupport.JavaArrayUtilities

public class JavaArrayUtilities
extends java.lang.Object

Author:
Bill Dortch

Constructor Summary
JavaArrayUtilities()
           
 
Method Summary
static IRubyObject bytes_to_ruby_string(IRubyObject recv, IRubyObject wrappedObject)
           
static RubyModule createJavaArrayUtilitiesModule(Ruby runtime)
           
static IRubyObject ruby_string_to_bytes(IRubyObject recv, IRubyObject string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaArrayUtilities

public JavaArrayUtilities()
Method Detail

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)


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