Writer.lock
Class Overview | Class Members |
This Package |
All Packages
Syntax
protected Object lock
Description
The object used to synchronize operations on this stream. For
efficiency, a character-stream object may use an object other than
itself to protect critical sections. A subclass should therefore use
the object in this field rather than this or a synchronized
method.