Package org.jruby.javasupport
Class JavaArrayUtilities
java.lang.Object
org.jruby.javasupport.JavaArrayUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjectbytes_to_ruby_string(ThreadContext context, IRubyObject recv, IRubyObject wrappedObject) static IRubyObjectbytes_to_ruby_string(ThreadContext context, IRubyObject recv, IRubyObject wrappedObject, IRubyObject encoding) static RubyModulecreateJavaArrayUtilitiesModule(Ruby runtime) static IRubyObjectjava_to_ruby(ThreadContext context, IRubyObject recv, IRubyObject ary) static IRubyObjectruby_string_to_bytes(IRubyObject recv, IRubyObject string)
-
Constructor Details
-
JavaArrayUtilities
public JavaArrayUtilities()
-
-
Method Details
-
createJavaArrayUtilitiesModule
-
bytes_to_ruby_string
public static IRubyObject bytes_to_ruby_string(ThreadContext context, IRubyObject recv, IRubyObject wrappedObject) -
bytes_to_ruby_string
public static IRubyObject bytes_to_ruby_string(ThreadContext context, IRubyObject recv, IRubyObject wrappedObject, IRubyObject encoding) -
ruby_string_to_bytes
-
java_to_ruby
-