org.jruby.java.addons
Class StringJavaAddons

java.lang.Object
  extended by org.jruby.java.addons.StringJavaAddons

public class StringJavaAddons
extends java.lang.Object


Constructor Summary
StringJavaAddons()
           
 
Method Summary
static IRubyObject from_java_bytes(ThreadContext context, IRubyObject self, IRubyObject bytes)
           
static IRubyObject to_java_bytes(ThreadContext context, IRubyObject self)
           
static IRubyObject to_java_string(ThreadContext context, IRubyObject self)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringJavaAddons

public StringJavaAddons()
Method Detail

to_java_bytes

public static IRubyObject to_java_bytes(ThreadContext context,
                                        IRubyObject self)

from_java_bytes

public static IRubyObject from_java_bytes(ThreadContext context,
                                          IRubyObject self,
                                          IRubyObject bytes)

to_java_string

public static IRubyObject to_java_string(ThreadContext context,
                                         IRubyObject self)


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