j2ee.io
Class Reader

java.lang.Object
  extended by java.io.Reader
      extended by j2ee.io.Reader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

public abstract class Reader
extends java.io.Reader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
Reader()
           
Reader(java.lang.Object lock)
           
 
Method Summary
 
Methods inherited from class java.io.Reader
close, mark, markSupported, read, read, read, read, ready, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reader

public Reader()

Reader

public Reader(java.lang.Object lock)