org.apache.myfaces.tobago.util
Class FastStringWriter

java.lang.Object
  extended by java.io.Writer
      extended by org.apache.myfaces.tobago.util.FastStringWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable

public class FastStringWriter
extends Writer


Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
FastStringWriter()
           
FastStringWriter(int initialSize)
           
 
Method Summary
 void close()
           
 void flush()
           
 StringBuilder getBuilder()
           
 String toString()
           
 void write(char[] cbuf, int off, int len)
           
 void write(int c)
           
 void write(String str)
           
 void write(String str, int off, int len)
           
 
Methods inherited from class java.io.Writer
append, append, append, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FastStringWriter

public FastStringWriter()

FastStringWriter

public FastStringWriter(int initialSize)
Method Detail

write

public void write(int c)
Overrides:
write in class Writer

write

public void write(char[] cbuf,
                  int off,
                  int len)
Specified by:
write in class Writer

write

public void write(String str)
Overrides:
write in class Writer

write

public void write(String str,
                  int off,
                  int len)
Overrides:
write in class Writer

toString

public String toString()
Overrides:
toString in class Object

flush

public void flush()
Specified by:
flush in interface Flushable
Specified by:
flush in class Writer

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Specified by:
close in class Writer
Throws:
IOException

getBuilder

public StringBuilder getBuilder()


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.