Generated by
JDiff

Class java.io.CharArrayReader

Documentation changed from old to new.

Changed Fields
char[] buf Documentation changed from old to new.
The character buffer.
int count Documentation changed from old to new.
The number of valid characters in the buffer.
int markedPos Documentation changed from old to new.
The position of mark in buffer.
int pos Documentation changed from old to new.
The current buffer position.