flush() API中文翻译

亦凉 2022-05-17 21:14 260阅读 0赞

public synchronized void flush() throws IOException
* Flushes this buffered output stream. This forces any buffered
冲洗这个缓存的输出流 该方法会促使任何缓存的
* output bytes to be written out to the underlying output stream.
* 的输出字节会被写出到底层的输出流
* @exception IOException if an I/O error occurs.
* @see java.io.FilterOutputStream#out
*/

发表评论

表情:
评论列表 (有 0 条评论,260人围观)

还没有评论,来说两句吧...

相关阅读