BufferedOutputStreamAPI中文翻译

素颜马尾好姑娘i 2022-05-17 21:06 340阅读 0赞

public BufferedOutputStream(OutputStream out) {
this(out, 8192);
}
/**
* Creates a new buffered output stream to write data to the
创建一个新的缓存输出流用来把数据写入到一个
* specified underlying output stream.
* 指定的底层的输出流中
* @param out the underlying output stream.
参数解释 out 底层的输出流
*/

发表评论

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

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

相关阅读