protected void writeNext(byte[] buf, int offset, int length, boolean isEnd) throws IOException(Code)
Writes the next chunk of data to the response stream.
Parameters: buf - the buffer containing the data Parameters: offset - start offset into the buffer Parameters: length - length of the data in the buffer
Fields inherited from com.caucho.server.connection.ToByteResponseStream