Class TFormatter
- java.lang.Object
-
- de.mirkosertic.bytecoder.classlib.java.util.TFormatter
-
public class TFormatter extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTFormatter.BooleanConversion(package private) static classTFormatter.Conversionstatic classTFormatter.LinefeedConversionprivate classTFormatter.PatternWriterstatic classTFormatter.PercentConversionstatic classTFormatter.StringConversion
-
Constructor Summary
Constructors Constructor Description TFormatter()TFormatter(java.io.PrintStream aOut)TFormatter(java.lang.Appendable aOut)TFormatter(java.util.Locale aLocale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()java.util.Formatterformat(java.lang.String aPattern, java.lang.Object... aValues)java.util.Formatterformat(java.util.Locale aLocale, java.lang.String aPattern, java.lang.Object... aValues)private voidformatValues(java.lang.String aPattern, java.lang.Object... aValues)java.io.IOExceptionioException()java.util.Localelocale()java.lang.Appendableout()java.lang.StringtoString()
-
-
-
Method Detail
-
format
public java.util.Formatter format(java.lang.String aPattern, java.lang.Object... aValues)
-
format
public java.util.Formatter format(java.util.Locale aLocale, java.lang.String aPattern, java.lang.Object... aValues)
-
formatValues
private void formatValues(java.lang.String aPattern, java.lang.Object... aValues)
-
flush
public void flush()
-
close
public void close()
-
out
public java.lang.Appendable out()
-
ioException
public java.io.IOException ioException()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
locale
public java.util.Locale locale()
-
-