Java.IO.Console: Method Members

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

See Also: Inherited members from Java.Lang.Object

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.