BufferedOutputStreamAPI中文翻译
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 底层的输出流
*/
还没有评论,来说两句吧...