net.sourceforge.retroweaver.runtime.java.util
Class Formatter

java.lang.Object
  extended by net.sourceforge.retroweaver.runtime.java.util.Formatter

public class Formatter
extends java.lang.Object


Constructor Summary
Formatter()
           
Formatter(java.lang.Appendable a)
           
Formatter(java.lang.Appendable a, java.util.Locale l)
           
Formatter(java.util.Locale l)
           
 
Method Summary
 void close()
           
 void flush()
           
 Formatter format(java.util.Locale l, java.lang.String format, java.lang.Object... args)
           
 Formatter format(java.lang.String format, java.lang.Object... args)
           
 java.io.IOException ioException()
           
 java.util.Locale locale()
           
 java.lang.Appendable out()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Formatter

public Formatter()

Formatter

public Formatter(java.lang.Appendable a)

Formatter

public Formatter(java.util.Locale l)

Formatter

public Formatter(java.lang.Appendable a,
                 java.util.Locale l)
Method Detail

locale

public java.util.Locale locale()

out

public java.lang.Appendable out()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

flush

public void flush()

close

public void close()

ioException

public java.io.IOException ioException()

format

public Formatter format(java.lang.String format,
                        java.lang.Object... args)
                 throws IllegalFormatException,
                        FormatterClosedException
Throws:
IllegalFormatException
FormatterClosedException

format

public Formatter format(java.util.Locale l,
                        java.lang.String format,
                        java.lang.Object... args)
                 throws IllegalFormatException,
                        FormatterClosedException
Throws:
IllegalFormatException
FormatterClosedException