Method Summary |
|
public void | clearBuffer() Clears the buffer. |
public void | flushBuffer() Flushes the buffer. |
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 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(char[] buf, int offset, int length) Writes the next chunk of data to the response stream. |
public void | print(int ch) 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 | setEncoding(String encoding) |
public void | setWriter(Writer out) |
public void | write(byte[] buf, int offset, int length) Writes the next chunk of data to the response stream. |
public void | write(int ch) Writes the next chunk of data to the response stream. |