fr.opensagres.xdocreport.document.tools.internal
Class StringBuilderOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by fr.opensagres.xdocreport.document.tools.internal.StringBuilderOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class StringBuilderOutputStream
extends OutputStream


Constructor Summary
StringBuilderOutputStream()
           
 
Method Summary
 void clear()
           
 String toString()
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringBuilderOutputStream

public StringBuilderOutputStream()
Method Detail

write

public void write(int b)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object

clear

public void clear()


Copyright © 2013. All rights reserved.