CharArrayWriter Class in java
In the previous post, we have seen BufferedInputStream and BufferedOutputStream. In this post, we will CharArrayWriter class. This class writes characters to a writer and converts those written characters into a char arary. CharArrayWriter...