Package org.jruby.java.addons
Class StringJavaAddons
java.lang.Object
org.jruby.java.addons.StringJavaAddons
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
from_java_bytes
(ThreadContext context, IRubyObject self, IRubyObject bytes) static IRubyObject
from_java_bytes
(ThreadContext context, IRubyObject self, IRubyObject bytes, IRubyObject encoding) static IRubyObject
to_java_bytes
(ThreadContext context, IRubyObject self) static IRubyObject
to_java_string
(ThreadContext context, IRubyObject self)
-
Constructor Details
-
StringJavaAddons
public StringJavaAddons()
-
-
Method Details
-
to_java_bytes
-
from_java_bytes
public static IRubyObject from_java_bytes(ThreadContext context, IRubyObject self, IRubyObject bytes) -
from_java_bytes
public static IRubyObject from_java_bytes(ThreadContext context, IRubyObject self, IRubyObject bytes, IRubyObject encoding) -
to_java_string
-