Writer.Writer

Writer.Writer

Class Overview | Class Members | This Package | All Packages

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



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