24252627282930
*/ public abstract class TReader implements TCloseable { protected TObject lock; protected TReader() { this(new TObject()); }