clojuretab
Class PipedLineWriter

java.lang.Object
  extended by java.io.Writer
      extended by java.io.PipedWriter
          extended by clojuretab.PipedLineWriter
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, java.lang.Appendable

public class PipedLineWriter
extends java.io.PipedWriter

Author:
ru

Constructor Summary
PipedLineWriter()
           
 
Method Summary
 void writeMultiLine(java.lang.String line)
           
 
Methods inherited from class java.io.PipedWriter
close, connect, flush, write, write
 
Methods inherited from class java.io.Writer
append, append, append, write, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipedLineWriter

public PipedLineWriter()
Method Detail

writeMultiLine

public void writeMultiLine(java.lang.String line)
                    throws java.io.IOException
Throws:
java.io.IOException