|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
org.apache.myfaces.application.pss.FastStringWriter
org.apache.myfaces.application.pss.BufferedStringWriter
public class BufferedStringWriter
Field Summary |
---|
Fields inherited from class org.apache.myfaces.application.pss.FastStringWriter |
---|
_buffer |
Fields inherited from class java.io.Writer |
---|
lock |
Constructor Summary | |
---|---|
BufferedStringWriter(javax.faces.context.FacesContext context,
int initialCapcity)
|
Method Summary | |
---|---|
void |
flushToWriter(java.io.Writer writer)
flushes the content of this writer to the given writer. |
int |
length()
|
Methods inherited from class org.apache.myfaces.application.pss.FastStringWriter |
---|
close, flush, getBuffer, toString, write, write, write |
Methods inherited from class java.io.Writer |
---|
append, append, append, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BufferedStringWriter(javax.faces.context.FacesContext context, int initialCapcity)
Method Detail |
---|
public void flushToWriter(java.io.Writer writer) throws java.io.IOException
writer
- the content of this writer is written to the given writer
java.io.IOException
- IOExceptionpublic int length()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |