Java.IO.Console Members

The members of Java.IO.Console are listed below.

See Also: Inherited members from Java.Lang.Object

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

Flush()
Flushes the object by writing out any buffered data to the underlying output.
Format(string, params Java.Lang.Object[]) : Console
Documentation for this section has not yet been entered.
FormatAsync(string, params Java.Lang.Object[]) : System.Threading.Tasks.Task<Console>
Documentation for this section has not yet been entered.
Printf(string, params Java.Lang.Object[]) : Console
Documentation for this section has not yet been entered.
PrintfAsync(string, params Java.Lang.Object[]) : System.Threading.Tasks.Task<Console>
Documentation for this section has not yet been entered.
Reader() : Reader
Returns the Java.IO.Reader associated with this console.
ReadLine() : string
Reads a line from the console.
ReadLine(string, params Java.Lang.Object[]) : string
Documentation for this section has not yet been entered.
ReadLineAsync() : System.Threading.Tasks.Task<string>
Documentation for this section has not yet been entered.
ReadLineAsync(string, params Java.Lang.Object[]) : System.Threading.Tasks.Task<string>
Documentation for this section has not yet been entered.
ReadPassword() : char[]
This method is unimplemented on Android.
ReadPassword(string, params Java.Lang.Object[]) : char[]
Documentation for this section has not yet been entered.
ReadPasswordAsync() : System.Threading.Tasks.Task<Char[]>
Documentation for this section has not yet been entered.
ReadPasswordAsync(string, params Java.Lang.Object[]) : System.Threading.Tasks.Task<Char[]>
Documentation for this section has not yet been entered.
Writer() : PrintWriter
Returns the Java.IO.Writer associated with this console.