Reader.Reader

Reader.Reader

Class Overview | Class Members | This Package | All Packages

Syntax 1
protected Reader()
Description
Create a new character-stream reader whose critical sections will synchronize on the reader itself.



Syntax 2
protected Reader( Object lock )
Description
Create a new character-stream reader whose critical sections will synchronize on the given object.