Generated by
JDiff

Class java.io.Reader

Documentation changed from old to new.

Changed Constructors
Reader(Object) Documentation changed from old to new.
Create a new character-stream reader whose critical sections will synchronize on the given object.
 

Changed Methods
boolean markSupported() Documentation changed from old to new.
Tell whether this stream supports the mark() operation.
long skip(long) Documentation changed from old to new.
Skip characters.
int read() Documentation changed from old to new.
Read a single character.