JAVA中如何用線程讀取一個文件里的數(shù)據(jù)!_第1頁
JAVA中如何用線程讀取一個文件里的數(shù)據(jù)!_第2頁
JAVA中如何用線程讀取一個文件里的數(shù)據(jù)!_第3頁
JAVA中如何用線程讀取一個文件里的數(shù)據(jù)!_第4頁
全文預覽已結(jié)束

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)

文檔簡介

1、JAVA中如何用線程讀取一個文件里的數(shù)據(jù)!_第一個類_讀取內(nèi)容_寫入內(nèi)容_package pro;import java.io.*;public class ReadFileToWriteOtherFile private File oldFile;private File newFile;private BufferedReader br;private BufferedWriter bw;private String totalString=""private Boolean flag=true;  /用于標記文件名是否存在  true表示存在pub

2、lic ReadFileToWriteOtherFile()   oldFile=null;  newFile=null;  br=null;  bw=null;  System.out.println("初始化成功");public void readInfoFromFile(String fileName)  System.out.println("開始讀取");  try        oldFile=new File(fileN

3、ame);   if(oldFile.exists() /如果文件存在       System.out.println("存在");    br=new BufferedReader(new FileReader(oldFile);    String info=br.readLine(); /讀取一行    while(info!=null)       

4、;  totalString+=info;  /將讀取到的一行添加到totalString中     info=br.readLine();  /再讀取下一行     /System.out.println(totalString);        System.out.println("讀取完成,準備寫入");      else  /如果文件不存在 &#

5、160;      System.out.println("文件不存在");    flag=false;    /標記該文件不存在     / System.out.println("totalString="+totalString);    catch(FileNotFoundException e)     System.out.println(e);System.ou

6、t.println("開始讀取中1");    catch(IOException e)  System.out.println(e);System.out.println("開始讀取中2");   public void writeInfoToFile(String fileName)  if(!flag)   /如果標記前面的文件不存在,則return     flag=true;  /改回原來的文件標記符   retur

7、n;    try     newFile=new File(fileName);   if(newFile.exists()  /如果存在,不用創(chuàng)建新文件       System.out.println("文件存在,可以寫入!");      else  /如果不存在,則創(chuàng)建一個新文件       System.out.println(&quo

8、t;文件不存在,準備創(chuàng)建新文件");    newFile.createNewFile();    System.out.println("文件創(chuàng)建成功,可以寫入");      bw=new BufferedWriter(new FileWriter(newFile,true);  / System.out.println("totalString="+totalString);   bw.write(totalS

9、tring,0,totalString.length();   bw.flush();  /刷新緩沖區(qū)   System.out.println("寫入完成");   totalString="rt"   /清空原來的字符串    catch(FileNotFoundException e)  System.out.println(e);  catch(IOException e)  System.out.print

10、ln(e);  _第二個類_一個自定義的線程類_package pro;import java.lang.Thread;public class MyThread extends Thread private int index;  /用于數(shù)組的位置private String fileNames;  /定義一個字符串數(shù)組ReadFileToWriteOtherFile bftwo=new ReadFileToWriteOtherFile();  /定義前面的自定義類public MyThread(String fileNames,int index)&

11、#160; /index表示數(shù)組位置標號  this.index=index;  this.fileNames=fileNames;public void run()    bftwo.readInfoFromFile(fileNamesindex);/傳入數(shù)組中的字符串參數(shù)      bftwo.writeInfoToFile("b.txt");         /傳入寫入的目的地文件  /index+;

12、   /數(shù)組位置加1    System.out.println("=");/分隔線  _第三個類_主程序_package pro;/import org.springframework.context.ApplicationContext;/import org.springframework.context.support.ClassPathXmlApplicationContext;import java.io.*;public class BeanRunApp /*  * Method main 

13、 *  *  * param args  *  */public static void main(String args)  /* ApplicationContext apc=new ClassPathXmlApplicationContext("beans.xml");   ClassRoom croom=(ClassRoom)apc.getBean("classRoom");   croom.out();   System.out.pri

14、ntln("over");  */   long startTime=System.currentTimeMillis();   String a="a.txt","c.txt","d.txt","e.txt"  /用一個符品數(shù)組保存文件名      for(int i=0;i<a.length;i+)   /用數(shù)組的長度來作為循環(huán)條件   /把這個數(shù)組和i的值作為構(gòu)造函數(shù)傳入線程類    MyThread myth=new MyThread(a,i);    System.out.println("-");    myth.start();   /執(zhí)行   

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論