org.apache.myfaces.tobago.util
Class ResponseWriterBuffer

java.lang.Object
  extended by org.apache.myfaces.tobago.util.ResponseWriterBuffer

public class ResponseWriterBuffer
extends Object

User: lofwyr Date: 07.05.2007 12:03:26


Constructor Summary
ResponseWriterBuffer(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

ResponseWriterBuffer

public ResponseWriterBuffer(Writer writer)
Method Detail

addToBuffer

public void addToBuffer(char ch)
                 throws IOException
Add a character to the buffer, flushing the buffer if the buffer is full

Throws:
IOException

addToBuffer

public void addToBuffer(char[] ch)
                 throws IOException
Throws:
IOException

flushBuffer

public void flushBuffer()
                 throws IOException
Flush the contents of the buffer to the output stream and return the reset buffer index

Throws:
IOException


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