net.sourceforge.retroweaver.runtime.java.util
Class Formatter
java.lang.Object
net.sourceforge.retroweaver.runtime.java.util.Formatter
public class Formatter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
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