j2ee.io
Class PipedReader

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

public class PipedReader
extends java.io.PipedReader


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

Constructor Detail

PipedReader

public PipedReader()

PipedReader

public PipedReader(java.io.PipedWriter src)
            throws java.io.IOException
Throws:
java.io.IOException