clojuretab
Class PipedLineReader

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

public class PipedLineReader
extends java.io.PipedReader

Author:
ru

Method Summary
 java.lang.String readMultiLine()
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readMultiLine

public java.lang.String readMultiLine()
                               throws java.io.IOException
Throws:
java.io.IOException