为什么测试时BufferedInputStream/BufferedOutputStream 复制文件比 比FileInputStream/FileOutputStream(开辟了byte[] buf = new byte[8*1024]缓冲数组)要慢呢? (我自己测试时也是如此 BufferedOutputStream 中的flush已写在了循环外)
添加回答
举报
0/150
提交
取消