reset()API中文翻译
public void reset();
/**
* Clears any data that exists in the buffer as well as the status code and
清除所有存在于缓存区的数据也清除状态码和头信息
* headers. If the response has been committed, this method throws an
如果想相应已经被提交,该方法会被返回一个异常IllegalStateException
* IllegalStateException
.
*
* @exception IllegalStateException if the response has already been
* committed
*
参见其他方法
* @see #setBufferSize
* @see #getBufferSize
* @see #flushBuffer
* @see #isCommitted
*
*/
还没有评论,来说两句吧...