Generated by
JDiff

Class java.io.CharArrayWriter

Documentation changed from old to new.

Changed Constructors
CharArrayWriter(int) Documentation changed from old to new.
Creates a new CharArrayWriter with the specified initial size.
 

Changed Methods
int size() Documentation changed from old to new.
Returns the current size of the buffer.
char[] toCharArray() Documentation changed from old to new.
Returns a copy of the input data.
void writeTo(Writer) Documentation changed from old to new.
Writes the contents of the buffer to another character stream.