org.jruby.util
Class Sprintf

java.lang.Object
  extended by org.jruby.util.Sprintf

public class Sprintf
extends java.lang.Object

Author:
Bill Dortch

Method Summary
static boolean sprintf(org.jruby.util.ByteList to, java.lang.CharSequence format, IRubyObject args)
           
static boolean sprintf(org.jruby.util.ByteList to, java.util.Locale locale, java.lang.CharSequence format, IRubyObject args)
           
static boolean sprintf(org.jruby.util.ByteList to, RubyString format, IRubyObject args)
           
static boolean sprintf(Ruby runtime, org.jruby.util.ByteList to, java.lang.CharSequence format, int arg)
           
static boolean sprintf1_9(org.jruby.util.ByteList to, java.util.Locale locale, java.lang.CharSequence format, IRubyObject args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sprintf

public static boolean sprintf(org.jruby.util.ByteList to,
                              java.util.Locale locale,
                              java.lang.CharSequence format,
                              IRubyObject args)

sprintf1_9

public static boolean sprintf1_9(org.jruby.util.ByteList to,
                                 java.util.Locale locale,
                                 java.lang.CharSequence format,
                                 IRubyObject args)

sprintf

public static boolean sprintf(org.jruby.util.ByteList to,
                              java.lang.CharSequence format,
                              IRubyObject args)

sprintf

public static boolean sprintf(Ruby runtime,
                              org.jruby.util.ByteList to,
                              java.lang.CharSequence format,
                              int arg)

sprintf

public static boolean sprintf(org.jruby.util.ByteList to,
                              RubyString format,
                              IRubyObject args)


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