Package org.jruby.javasupport
Class JavaArrayUtilities
java.lang.Object
org.jruby.javasupport.JavaArrayUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
static IRubyObject
java_to_ruby
(ThreadContext context, IRubyObject recv, IRubyObject ary) static IRubyObject
ruby_string_to_bytes
(IRubyObject recv, IRubyObject string) Deprecated.static IRubyObject
ruby_string_to_bytes
(ThreadContext context, 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
@Deprecated(since="10.0") public static IRubyObject ruby_string_to_bytes(IRubyObject recv, IRubyObject string) Deprecated. -
ruby_string_to_bytes
public static IRubyObject ruby_string_to_bytes(ThreadContext context, IRubyObject recv, IRubyObject string) -
java_to_ruby
-