Java.Util.Formatter Members

The members of Java.Util.Formatter are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a Formatter.
Constructs a Formatter whose output is written to the specified File.
Constructs a Formatter whose output is written to the specified PrintStream.
Constructs a Formatter whose output will be written to the specified Appendable.
Constructs a Formatter with the specified Locale.
Constructs a Formatter whose output is written to the specified OutputStream.
Constructs a Formatter whose output is written to the specified file.
Constructs a Formatter with the given charset, and whose output is written to the specified File.
Constructs a Formatter with the specified Locale and whose output will be written to the specified Appendable.
Constructs a Formatter with the given charset, and whose output is written to the specified OutputStream.
Constructs a Formatter whose output is written to the specified file.
Constructs a Formatter with the given Locale and charset, and whose output is written to the specified File.
Constructs a Formatter with the given Locale and charset, and whose output is written to the specified OutputStream.
Constructs a Formatter with the given Locale and charset, and whose output is written to the specified file.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.