寒假第一天 流

2021-10-02 19:27:18 字數 1645 閱讀 2054

流:資料互動的通道,因為在我們的計算機中,所有的內容都是通過流來傳遞的rtmp

流分為輸出流、輸入流、位元組流、字元流

輸入位元組流inputstream

輸入字元流reader

輸出位元組流outstream

輸出字元流write

例子:

inputstream is=null;

outputstream os=null;

try os.

flush()

;//清理

}catch

(filenotfoundexception e)

catch

(ioexception e)

finally

catch

(ioexception e)

}

序列化:將記憶體當中的內容,轉移到硬碟或網路中

例子:位元組流

public

class

animal

implements

serializable

public

void

setname

(string name)

}

寫入到硬碟

public

class

main

catch

(filenotfoundexception e)

catch

(ioexception e)

finally

catch

(ioexception e)}}

}

讀出到記憶體

public

class

main

}

不能傳:(位元組流).jpg .png .mkv .mps .docprintwriter

public

class

main

}}

位元組流可以切換為字元流

public

class

main

}

字元流 寫入到硬碟

filewriter filewriter=

newfilewriter

("d:/foo.txt");

// filewriter.write("123456\r\n");

// filewriter.write("3210");

// filewriter.flush(); //字元流將督導的內容放入快取區,用.flush沖刷出來

printwriter pw=

newprintwriter

(filewriter)

;

pw.println

("123"

);

pw.println

("222"

);

pw.flush()

;

寒假開學第一天

伴隨著短暫而又漫長的寒假的結束,我們迎來了寒假開始的第一天,在開學之際難免有點浮躁的,但是這都不是事啦,我要面對的還有很多很多了,所以我要盡可能早得將心態給調整過來,重新回到正途中,絕對不會讓之前的努力白費的,也絕對不會讓我最重要的人和關心我的人失望的,在這裡也同樣希望和我一樣剛開學的友友們都要盡快...

寒假學習 第一天 (QT學習)

編輯器qt creator qhboxlayout 平布布局 qvboxlayout 垂直布局 qlabel 標籤qlineedit 可以編輯的標籤 qpushbutton 按鈕 手動編譯 進入檔案的目錄執行 localhost first qmake project localhost first...

寒假第一天1 12訓練小結

今天狀態還不錯,得分還可以 100 10 50 第二題題目沒有加 spj,雖然我打了正解,但還是 a不了。problem1 100 這題注意到樣例解釋中有一句話 顯然只有3的倍數才是好的。這句話看似沒什麼稀奇的,實則給我們重大的解題思路。好的數的分布毫無規律,為什麼一定只有 3的倍數才是好的?仔細想...