Constructor and Description |
---|
TFormatter() |
TFormatter(Appendable a) |
TFormatter(Appendable a,
Locale l) |
TFormatter(Locale l) |
TFormatter(OutputStream os) |
TFormatter(OutputStream os,
String csn) |
TFormatter(OutputStream os,
String csn,
Locale l) |
TFormatter(PrintStream ps) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
TFormatter |
format(Locale l,
String format,
Object... args) |
TFormatter |
format(String format,
Object... args) |
IOException |
ioException() |
Locale |
locale() |
Appendable |
out() |
String |
toString() |
public TFormatter()
public TFormatter(Appendable a)
public TFormatter(Locale l)
public TFormatter(Appendable a, Locale l)
public TFormatter(PrintStream ps)
public TFormatter(OutputStream os)
public TFormatter(OutputStream os, String csn) throws UnsupportedEncodingException
UnsupportedEncodingException
public TFormatter(OutputStream os, String csn, Locale l) throws UnsupportedEncodingException
UnsupportedEncodingException
public Locale locale()
public Appendable out()
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public IOException ioException()
public TFormatter format(String format, Object... args)
public TFormatter format(Locale l, String format, Object... args)
Copyright © 2019. All rights reserved.