The methods of Java.IO.Writer are listed below. For a list of all members, see the Writer Members list.
See Also: Inherited members from Java.Lang.Object
Append(Java.Lang.ICharSequence)Appends the character sequence csq to the target. | ||
Append(char)Appends the character c to the target. | ||
Append(string)Documentation for this section has not yet been entered. | ||
Append(Java.Lang.ICharSequence, int, int)Appends a subsequence of the character sequence csq to the target. | ||
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. | ||
abstract | Close()Closes this writer. | |
abstract | Flush()Flushes this writer. | |
Write(char[])Writes the entire character buffer buf to the target. | ||
Write(int)Writes one character to the target. | ||
Write(string)Writes the characters from the specified string to the target. | ||
abstract | Write(char[], int, int)Writes count characters starting at offset in buf to the target. | |
Write(string, int, int)Writes count characters from str starting at offset to the target. | ||
WriteAsync(char[])Documentation for this section has not yet been entered. | ||
WriteAsync(int)Documentation for this section has not yet been entered. | ||
WriteAsync(string)Documentation for this section has not yet been entered. | ||
WriteAsync(char[], int, int)Documentation for this section has not yet been entered. | ||
WriteAsync(string, int, int)Documentation for this section has not yet been entered. |