The methods of Java.IO.PrintStream are listed below. For a list of all members, see the PrintStream Members list.
See Also: Inherited members from Java.IO.FilterOutputStream
Append(Java.Lang.ICharSequence)Appends the CharSequence charSequence, or "null". | ||
Append(char)Appends the char c. | ||
Append(string)Documentation for this section has not yet been entered. | ||
Append(Java.Lang.ICharSequence, int, int)Appends a subsequence of CharSequence charSequence, or "null". | ||
Append(string, int, int)Documentation for this section has not yet been entered. | ||
AppendAsync(Java.Lang.ICharSequence)Documentation for this section has not yet been entered. | ||
AppendAsync(char)Documentation for this section has not yet been entered. | ||
AppendAsync(Java.Lang.ICharSequence, int, int)Documentation for this section has not yet been entered. | ||
CheckError()Flushes this stream and returns the value of the error flag. | ||
Format(string, params Java.Lang.Object[])Documentation for this section has not yet been entered. | ||
Format(Java.Util.Locale, 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. | ||
FormatAsync(Java.Util.Locale, string, params Java.Lang.Object[])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)Documentation for this section has not yet been entered. | ||
PrintAsync(bool)Documentation for this section has not yet been entered. | ||
PrintAsync(char)Documentation for this section has not yet been entered. | ||
PrintAsync(char[])Documentation for this section has not yet been entered. | ||
PrintAsync(double)Documentation for this section has not yet been entered. | ||
PrintAsync(int)Documentation for this section has not yet been entered. | ||
PrintAsync(long)Documentation for this section has not yet been entered. | ||
PrintAsync(float)Documentation for this section has not yet been entered. | ||
PrintAsync(string)Documentation for this section has not yet been entered. | ||
Printf(string, params Java.Lang.Object[])Documentation for this section has not yet been entered. | ||
Printf(Java.Util.Locale, 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. | ||
PrintfAsync(Java.Util.Locale, string, params Java.Lang.Object[])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()Documentation for this section has not yet been entered. | ||
PrintlnAsync(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
PrintlnAsync(bool)Documentation for this section has not yet been entered. | ||
PrintlnAsync(char)Documentation for this section has not yet been entered. | ||
PrintlnAsync(char[])Documentation for this section has not yet been entered. | ||
PrintlnAsync(double)Documentation for this section has not yet been entered. | ||
PrintlnAsync(int)Documentation for this section has not yet been entered. | ||
PrintlnAsync(long)Documentation for this section has not yet been entered. | ||
PrintlnAsync(float)Documentation for this section has not yet been entered. | ||
PrintlnAsync(string)Documentation for this section has not yet been entered. |
ClearError()Sets the error state of the stream to false. | ||
SetError()Sets the error flag of this print stream to true. |