|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.tobago.util.ResponseWriterBuffer
public class ResponseWriterBuffer
User: lofwyr Date: 07.05.2007 12:03:26
Constructor Summary | |
---|---|
ResponseWriterBuffer(java.io.Writer writer)
|
Method Summary | |
---|---|
void |
addToBuffer(char ch)
Add a character to the buffer, flushing the buffer if the buffer is full |
void |
addToBuffer(char[] ch)
|
void |
flushBuffer()
Flush the contents of the buffer to the output stream and return the reset buffer index |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponseWriterBuffer(java.io.Writer writer)
Method Detail |
---|
public void addToBuffer(char ch) throws java.io.IOException
java.io.IOException
public void addToBuffer(char[] ch) throws java.io.IOException
java.io.IOException
public void flushBuffer() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |