Java-CharArrayWriter
CharArrayWriter The CharArrayWriter class creates a character buffer in memory and all the character sent to one or more file is stored in the buffer. The buffer of CharArrayWriter automatically grows according to data. In this stream, the data is written into a character array. This class inherits Writer class. CharArrayWriter also has a close( … Read more…