org.apache.myfaces.application.pss
Class BufferedStringWriter
java.lang.Object
java.io.Writer
org.apache.myfaces.application.pss.FastStringWriter
org.apache.myfaces.application.pss.BufferedStringWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
public class BufferedStringWriter
- extends FastStringWriter
- Author:
- Martin Haimberger
BufferedStringWriter
public BufferedStringWriter(FacesContext context,
int initialCapcity)
flushToWriter
public void flushToWriter(Writer writer)
throws IOException
- flushes the content of this writer to the given writer.
- Parameters:
writer - the content of this writer is written to the given writer
- Throws:
IOException - IOException
length
public int length()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.