Java.Util.Formatter: Method Members

The methods of Java.Util.Formatter are listed below. For a list of all members, see the Formatter Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Close()
Closes the Formatter.
Flush()
Flushes the Formatter.
Format(string, params Java.Lang.Object[]) : Formatter
Documentation for this section has not yet been entered.
Format(Locale, string, params Java.Lang.Object[]) : Formatter
Documentation for this section has not yet been entered.
IoException() : Java.IO.IOException
Returns the last IOException thrown by the Formatter's output destination.
Locale() : Locale
Returns the Locale of the Formatter.
Out() : Java.Lang.IAppendable
Returns the output destination of the Formatter.