j2ee.io
Class FilterReader

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

public class FilterReader
extends java.io.FilterReader


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

Constructor Detail

FilterReader

protected FilterReader(java.io.Reader in)