Skip to content

Writer not finished

EWriter edited this page Dec 24, 2021 · 1 revision

It is an abstract class for writing to character streams. The methods that a subclass must implement are write(char[], int, int), flush(), and close(). Most subclasses will override some of the methods defined here to provide higher efficiency, functionality or both.

Clone this wiki locally