public class TFormatter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TFormatter.BooleanConversion |
static class |
TFormatter.LinefeedConversion |
static class |
TFormatter.PercentConversion |
static class |
TFormatter.StringConversion |
| Constructor and Description |
|---|
TFormatter() |
TFormatter(Appendable aOut) |
TFormatter(Locale aLocale) |
TFormatter(PrintStream aOut) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
Formatter |
format(Locale aLocale,
String aPattern,
Object... aValues) |
Formatter |
format(String aPattern,
Object... aValues) |
IOException |
ioException() |
Locale |
locale() |
Appendable |
out() |
String |
toString() |
public TFormatter()
public TFormatter(Locale aLocale)
public TFormatter(PrintStream aOut)
public TFormatter(Appendable aOut)
public void flush()
public void close()
public Appendable out()
public IOException ioException()
public Locale locale()
Copyright © 2021 Systemprogrammierung Mirko Sertic. All rights reserved.