Forces any content in the buffer to be written to the client. A call to this method automatically commits the response, meaning the status code and headers will be written.
@see #setBufferSize
@see #getBufferSize
@see #isCommitted
@see #reset
Forces any content in the buffer to be written to the underlying output stream. A call to this method automatically commits the response.
@exception java.io.IOException if an error occurred when writing the output
@see #setBufferSize
@see #getBufferSize
@see #isCommitted
@see #reset
Send the buffer to the sink. Called by append() when the limit is reached. You can also call it explicitely to force the data to be written.
@throws IOException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.