Method Summary |
|
public void | clearBuffer() Clears the buffer. |
public void | close() Close. |
public void | finish() Finish. |
public void | flush() Flushes the output. |
public void | flushBuffer() Flushes the buffer. |
public void | flushByte() Flushes the buffer. |
public void | flushChar() Flushes the buffer. |
public void | flushCharBuffer() Writes the char buffer to the output stream. |
public byte[] | getBuffer() |
public int | getBufferOffset() Returns the buffer offset. |
public int | getBufferSize() Gets the buffer size. |
public char[] | getCharBuffer() Returns the char buffer. |
public int | getCharOffset() Returns the char buffer offset. |
public int | getRemaining() Returns the remaining buffer entries. |
public void | init(HttpServletResponse next) |
public boolean | isCauchoResponseStream() Returns true for a caucho response stream. |
public byte[] | nextBuffer(int offset) Returns the next buffer. |
public char[] | nextCharBuffer(int offset) Returns the next char buffer. |
public void | print(int ch) Writes the next chunk of data to the response stream. |
public void | print(char[] buffer, int offset, int length) Writes the next chunk of data to the response stream. |
public void | setBufferOffset(int offset) Sets the byte buffer offset. |
public void | setBufferSize(int size) Sets the buffer size. |
public void | setCharOffset(int offset) Sets the char buffer offset. |
public void | write(int ch) Writes the next chunk of data to the response stream. |
public void | write(byte[] buf, int offset, int length) Writes the next chunk of data to the response stream. |