Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 java 中,我怎样才能尽早将内容刷新到浏览器?我认为GZipOutputStream是缓冲内容。
GZipOutputStream
是否有任何替代GZIPOutputStream. gzip该替代方案应该能够尽早将内容刷新到浏览器。
GZIPOutputStream
gzip
要将内容刷新到流中,您可以使用 flush()。不做任何缓冲的流不需要被flush()ed。
您知道您的浏览器会对未完整发送的文件执行任何操作吗?