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