色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

java 實現字節流和字節緩沖流讀寫文件時間對比

瀏覽:109日期:2022-08-18 09:06:20

我就廢話不多說了,大家還是直接看代碼吧~

package cn.itcast.copy; import java.io.BufferedInputStream;import java.io.BufferedOutputStream;import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException; /* * 文件復制方式,字節流,一共4個方式 * 1. 字節流讀寫單個字節 125250 毫秒 * 2. 字節流讀寫字節數組 193 毫秒 OK * 3. 字節流緩沖區流讀寫單個字節 1210 毫秒 * 4. 字節流緩沖區流讀寫字節數組 73 毫秒 OK */public class Copy {public static void main(String[] args)throws IOException {long s = System.currentTimeMillis();copy_4(new File('c:q.exe'), new File('d:q.exe'));long e = System.currentTimeMillis();System.out.println(e-s);}/* * 方法,實現文件復制 * 4. 字節流緩沖區流讀寫字節數組 */public static void copy_4(File src,File desc)throws IOException{BufferedInputStream bis = new BufferedInputStream(new FileInputStream(src));BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream(desc));int len = 0 ;byte[] bytes = new byte[1024];while((len = bis.read(bytes))!=-1){bos.write(bytes,0,len);}bos.close();bis.close();}/* * 方法,實現文件復制 * 3. 字節流緩沖區流讀寫單個字節 */public static void copy_3(File src,File desc)throws IOException{BufferedInputStream bis = new BufferedInputStream(new FileInputStream(src));BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream(desc));int len = 0 ;while((len = bis.read())!=-1){bos.write(len);}bos.close();bis.close();}/* * 方法,實現文件復制 * 2. 字節流讀寫字節數組 */public static void copy_2(File src,File desc)throws IOException{FileInputStream fis = new FileInputStream(src);FileOutputStream fos = new FileOutputStream(desc);int len = 0 ;byte[] bytes = new byte[1024];while((len = fis.read(bytes))!=-1){fos.write(bytes,0,len);}fos.close();fis.close();}/* * 方法,實現文件復制 * 1. 字節流讀寫單個字節 */public static void copy_1(File src,File desc)throws IOException{FileInputStream fis = new FileInputStream(src);FileOutputStream fos = new FileOutputStream(desc);int len = 0 ;while((len = fis.read())!=-1){fos.write(len);}fos.close();fis.close();}}

補充:輸入流輸出流快速讀寫方式

這是以前整理的,今天看到了,就放到博客中!

import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import java.io.InputStream;import java.io.OutputStream; public class Demo { public static void main(String[] args) throws IOException { // 獲取開始時間 long start = System.currentTimeMillis(); // 1. 創建一個文件字節輸入流對象, 關聯源文件 InputStream in = new FileInputStream('C:UsersJacktemp柳巖.jpg'); // 2. 創建一個文件字節輸出流對象, 關聯目標文件 File file = new File('C:UsersJackmyDocly.jpg'); if (!file.exists()) { // 如果文件不存在, 就需要創建 File parentFile = file.getParentFile(); parentFile.mkdirs(); } OutputStream out = new FileOutputStream(file); // 3. 讀取與寫入 byte[] buf = new byte[1024]; //分配1024個字節大小的內存給buf int len = -1; while ((len = in.read(buf)) != -1) { out.write(buf, 0, len); } // 4. 關閉資源 out.close(); in.close(); // 獲取結束時間 long end = System.currentTimeMillis(); System.out.println('毫秒: ' + (end - start)); }}

注:

File file = new File('C:UsersJackmyDocly.jpg');

new File(文件路徑名稱),方法里面如果只寫了文件名。格式,這是絕對路徑,位置在當前的工作空間里面。

以上為個人經驗,希望能給大家一個參考,也希望大家多多支持好吧啦網。如有錯誤或未考慮完全的地方,望不吝賜教。

標簽: Java
相關文章:
主站蜘蛛池模板: 九九精品视频在线观看九九 | 日本美女一区二区三区 | 国产成人一区二区三区免费观看 | 一级香蕉免费毛片 | 色久网| 久久成人精品 | 99热久久国产综合精品久久国产 | 中文字幕有码在线 | 成年人网站免费视频 | 亚洲欧美综合网 | 精品呦女| 2022年国产精品久久久久 | 国产精品免费视频能看 | 免费不卡毛片 | 亚洲综合国产一区在线 | 深夜福利视频在线观看 | 亚洲欧美一区二区久久 | 精品无人区一区二区三区a 精品午夜国产在线观看不卡 | 自拍偷拍视频在线观看 | 色婷婷久久综合中文久久蜜桃 | 欧美成人欧美激情欧美风情 | 免费的三级毛片 | 免费看的一级片 | 狠狠色综合久久婷婷 | 亚洲欧美精品一区天堂久久 | 亚洲三级精品 | 久久福利国产 | 日韩在线观看一区二区三区 | 综合自拍| 三级中文字幕 | 国产视频二区在线观看 | 永久毛片 | 国产在线观看一区 | 韩国免费一级成人毛片 | 日本高清一本二本三本如色坊 | 久久综合成人网 | 一级毛片在线免费看 | 国产亚洲精品成人a在线 | 日本香蕉一区二区三区 | 国产亚洲亚洲精品777 | a视频免费|