Java.IO.PrintStream Members

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

See Also: Inherited members from Java.IO.FilterOutputStream

Public Constructors

Constructs a new PrintStream with file as its target.
Constructs a new PrintStream with out as its target stream.
Constructs a new PrintStream with the file identified by fileName as its target.
Constructs a new PrintStream with file as its target.
Constructs a new PrintStream with out as its target stream.
Constructs a new PrintStream with the file identified by fileName as its target.
Constructs a new PrintStream with out as its target stream and using the character encoding charsetName while writing.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

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

Append(Java.Lang.ICharSequence) : Java.Lang.IAppendable
Appends the CharSequence charSequence, or "null".
Append(char) : Java.Lang.IAppendable
Appends the char c.
Append(string) : Java.Lang.IAppendable
Documentation for this section has not yet been entered.
Append(Java.Lang.ICharSequence, int, int) : Java.Lang.IAppendable
Appends a subsequence of CharSequence charSequence, or "null".
Append(string, int, int) : Java.Lang.IAppendable
Documentation for this section has not yet been entered.
AppendAsync(Java.Lang.ICharSequence) : System.Threading.Tasks.Task<Java.Lang.IAppendable>
Documentation for this section has not yet been entered.
AppendAsync(char) : System.Threading.Tasks.Task<Java.Lang.IAppendable>
Documentation for this section has not yet been entered.
AppendAsync(Java.Lang.ICharSequence, int, int) : System.Threading.Tasks.Task<Java.Lang.IAppendable>
Documentation for this section has not yet been entered.
CheckError() : bool
Flushes this stream and returns the value of the error flag.
Format(string, params Java.Lang.Object[]) : PrintStream
Documentation for this section has not yet been entered.
Format(Java.Util.Locale, string, params Java.Lang.Object[]) : PrintStream
Documentation for this section has not yet been entered.
FormatAsync(string, params Java.Lang.Object[]) : System.Threading.Tasks.Task<PrintStream>
Documentation for this section has not yet been entered.
FormatAsync(Java.Util.Locale, string, params Java.Lang.Object[]) : System.Threading.Tasks.Task<PrintStream>
Documentation for this section has not yet been entered.
Print(Java.Lang.Object)
Prints the string representation of the Object o, or "null".
Print(bool)
Prints the string representation of the boolean b.
Print(char)
Prints the string representation of the char c.
Print(char[])
Prints the string representation of the character array chars.
Print(double)
Prints the string representation of the double d.
Print(int)
Prints the string representation of the int i.
Print(long)
Prints the string representation of the long l.
Print(float)
Prints the string representation of the float f.
Print(string)
Prints a string to the target stream.
PrintAsync(Java.Lang.Object) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintAsync(bool) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintAsync(char) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintAsync(char[]) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintAsync(double) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintAsync(int) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintAsync(long) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintAsync(float) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintAsync(string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
Printf(string, params Java.Lang.Object[]) : PrintStream
Documentation for this section has not yet been entered.
Printf(Java.Util.Locale, string, params Java.Lang.Object[]) : PrintStream
Documentation for this section has not yet been entered.
PrintfAsync(string, params Java.Lang.Object[]) : System.Threading.Tasks.Task<PrintStream>
Documentation for this section has not yet been entered.
PrintfAsync(Java.Util.Locale, string, params Java.Lang.Object[]) : System.Threading.Tasks.Task<PrintStream>
Documentation for this section has not yet been entered.
Println()
Prints a newline.
Println(Java.Lang.Object)
Prints the string representation of the Object o, or "null", followed by a newline.
Println(bool)
Prints the string representation of the boolean b followed by a newline.
Println(char)
Prints the string representation of the char c followed by a newline.
Println(char[])
Prints the string representation of the character array chars followed by a newline.
Println(double)
Prints the string representation of the double d followed by a newline.
Println(int)
Prints the string representation of the int i followed by a newline.
Println(long)
Prints the string representation of the long l followed by a newline.
Println(float)
Prints the string representation of the float f followed by a newline.
Println(string)
Prints a string followed by a newline.
PrintlnAsync() : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintlnAsync(Java.Lang.Object) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintlnAsync(bool) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintlnAsync(char) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintlnAsync(char[]) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintlnAsync(double) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintlnAsync(int) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintlnAsync(long) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintlnAsync(float) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
PrintlnAsync(string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.

Protected Methods

ClearError()
Sets the error state of the stream to false.
SetError()
Sets the error flag of this print stream to true.