java.lang.Object
java.util.Formatter
- All Implemented Interfaces:
- Closeable, Flushable
- See Also:
- Top Examples, grouping separators, day of the week, day of the week, abbreviated month name, full month name, morning or afternoon,
arg.formatTo, String.valueOf(), Boolean, String.toUpperCase(), Locale, Date, Double, Float, BigInteger, Long, Character.isValidCodePoint(int), Integer, Short, String.format, Calendar, BigDecimal
public void close()
- See Also:
- Closeable,
FormatterClosedException, ioException()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void flush()
- See Also:
close(), FormatterClosedException, Flushable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter format(String format,
Object... args)- See Also:
close(), FormatterClosedException, IllegalFormatException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter format(Locale l,
String format,
Object... args)- See Also:
close(), FormatterClosedException, IllegalFormatException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter()
- See Also:
- default locale,
toString(), out(), StringBuilder
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter(File file)
throws FileNotFoundException- See Also:
-
checkWrite(file.getPath()), SecurityException, default
locale
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter(File file,
String csn)
throws FileNotFoundException,
UnsupportedEncodingException- See Also:
-
checkWrite(file.getPath()), SecurityException, charset, default
locale
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter(File file,
String csn,
Locale l)
throws FileNotFoundException,
UnsupportedEncodingException- See Also:
-
checkWrite(file.getPath()), SecurityException, charset
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter(OutputStream os)
- See Also:
- default
locale
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter(OutputStream os,
String csn)
throws UnsupportedEncodingException- See Also:
- charset, default
locale
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter(OutputStream os,
String csn,
Locale l)
throws UnsupportedEncodingException- See Also:
- charset
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter(PrintStream ps)
- See Also:
- default
locale
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter(Appendable a)
- See Also:
StringBuilder, default
locale
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter(Appendable a,
Locale l)- See Also:
-
StringBuilder
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter(String fileName)
throws FileNotFoundException- See Also:
-
checkWrite(fileName), SecurityException, default
locale
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter(String fileName,
String csn)
throws FileNotFoundException,
UnsupportedEncodingException- See Also:
-
checkWrite(fileName), SecurityException, charset, default
locale
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter(String fileName,
String csn,
Locale l)
throws FileNotFoundException,
UnsupportedEncodingException- See Also:
-
checkWrite(fileName), SecurityException, charset
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Formatter(Locale l)
- See Also:
-
toString(), out(), StringBuilder
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public IOException ioException()
- See Also:
Appendable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Locale locale()
- See Also:
close(), FormatterClosedException, format
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Appendable out()
- See Also:
close(), FormatterClosedException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
close(), FormatterClosedException, Object, Appendable, StringBuilder
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples