I O的一些簡單操作

2022-08-31 12:21:09 字數 1768 閱讀 8669

i  / o

流(stream)是供資料傳輸的通道

位元組流(通用的)

inputstream(父類)

fileinputstream

outputstream(父類)

fileoutputstream

操作流的步驟

a)     產生位元組流物件

b)     呼叫讀寫方法

c)     關閉流

2.publicvoidcopyimage()

}catch(filenotfoundexception e)catch(ioexception e)finallycatch(ioexception e) }}

publicstaticvoidmain(string args)

字元流a)     父類

i.          reader

子類    filereader

ii.          writer

子類   filewriter

b)     readline 讀取一行是bufferedreader中的方法

c)     流鏈結

publicvoidbuffread()

}catch(filenotfoundexception e)catch(ioexception e)finallycatch(ioexception e) }}

publicstaticvoidmain(string args)

//位元組轉換字元

publicvoidinputstreamread()catch(filenotfoundexception e)catch(ioexception e)catch(filenotfoundexception e)catch(ioexception e)finallycatch(ioexception e)else{

filedelete(filesize[i].getabsolutepath());

file.delete();

publicstaticvoidmain(string args) {

//todoauto-generated method stub

testio tio =newtestio();

// tio.copyimage();

// tio.buffread();

// tio.inputstreamread();

tio.filedelete("e:/testfile");

C C POSIX 的一些 IO 操作

對檔案的操作,讀檔案至記憶體,從記憶體寫至檔案 讀檔案至記憶體buf中 void fread 將記憶體 buf 中的內容寫入開啟的檔案 fp 中 void fwrite 將fp 換為 stdin 輸入至 buf 中 void fscanf c 檔案流,輸入至記憶體中,由於流遇到空格等空白符停止所以需...

JQuery 一些簡單的操作

jquery 就是一些方法的封裝,類似jar包。匯入後,能夠直接呼叫的方法。如下 一般匯入壓縮包,原始碼留給自己看吧 0 0 document ready function 這個相當於window。onload functions 等待系統載入完全才執行的 jquery 中封裝了document.g...

odoo的一些簡單操作

fields.many2one 模型名 string project required true,ondelete cascade ondelete cascade 級聯 意思是關聯模型的記錄刪除了,本模型的記錄也會刪除要去除many2one欄位的 建立並編輯 選項,只要在view.xml裡對應的f...