386387388389390391392393394395396
flushBufferAdapter(); OutputStream ostream = super.getOutputStream(); ByteArray bytes = popByteBuffer(); bytes.writeTo(ostream); log.debug("Committed buffered bytes to the Servlet output stream"); } // ���chars
385386387388389390391392393394395
flushBufferAdapter(); OutputStream ostream = super.getOutputStream(); ByteArray bytes = popByteBuffer(); bytes.writeTo(ostream); log.debug("Committed buffered bytes to the Servlet output stream"); } // 输出chars
384385386387388389390391392393394