The members of Java.IO.PrintWriter are listed below.
See Also: Inherited members from Java.IO.Writer
Constructs a new PrintWriter with file as its target. | ||
Constructs a new PrintWriter with wr as its target writer. | ||
Constructs a new PrintWriter with out as its target stream. | ||
Constructs a new PrintWriter with the file identified by fileName as its target. | ||
Constructs a new PrintWriter with file as its target. | ||
Constructs a new PrintWriter with out as its target writer. | ||
Constructs a new PrintWriter with out as its target stream. | ||
Constructs a new PrintWriter with the file identified by fileName as its target. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Out | Writer. The writer to print data to. | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CheckError()Flushes this writer and returns the value of the error flag. | ||
override | Close()Closes this print writer. | |
override | Flush()Ensures that all pending data is sent out to the target. | |
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 specified object to the target. | ||
Print(bool)Prints the string representation of the specified boolean to the target. | ||
Print(char)Prints the string representation of the specified character to the target. | ||
Print(char[])Prints the string representation of the specified character array to the target. | ||
Print(double)Prints the string representation of the specified double to the target. | ||
Print(int)Prints the string representation of the specified integer to the target. | ||
Print(long)Prints the string representation of the specified long to the target. | ||
Print(float)Prints the string representation of the specified float to the target. | ||
Print(string)Prints a string to the target. | ||
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 the string representation of the string s 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. | ||
override | Write(char[], int, int)Writes count characters from buffer starting at offset to the target. |
ClearError()Sets the error state of the stream to false. | ||
SetError()Sets the error flag of this writer to true. |