千鋒逆戰班,作業3 16

2021-10-03 23:52:46 字數 1040 閱讀 7156

3

對於fileinputstream來說,從方向上來分,他是輸入流,從資料單位上分,他是位元組流,從功能上分,他是節點流。

4fileinputstream有三個過載的read方法,其中:

無參的read方法返回值為int型別,表示單個位元組值。

int read(byte bs)方法返回值表示讀取到的有效位元組數。

int read(byte bs, int offset, int len)方法返回值表示讀取到的有效位元組數,引數分別表示讀取位元組初始覆蓋下標,讀取位元組長度。

5

ab
6

建立fileoutputstream物件時,如果對應的檔案在硬碟上不存在,則會建立對應檔案或丟擲異常;如果對應的檔案在硬碟上已經存在,則正常寫入。

7

public

class

testfileinputstream

catch

(exception e)

}}

8
public

class

testfileinputstream

for(;;

) system.out.

print((

char

)result);}

}catch

(exception e)

finally

}}

13

為了讓某物件能夠被序列化,要求其實現 serializable 介面。

為了rang該物件某個屬性不參與序列化,應當使用 transient 修飾符。

15print(object obj)方法不拋異常。

16

b
筆記

千鋒逆戰班,陳強 在千鋒「逆戰」學習第 22天

string字串的常用方法 1.tostring 返回物件本身 2.substring 陣列的下標 返回乙個新的字串,它是此字串的乙個子字串。從括號定義的下標開始 3.touppercase 將字串中的字母全部變成大寫 4.tolawercase 將字串中的字母全部變成小寫 5.trim 去掉字串前...

千鋒逆戰班,陳強 在千鋒「逆戰」學習第 23天

一 bigdecimal類 用於處理高精度計算 的常用方法 1.bigdecimal常用的幾個構造方法 1 bigdecimal int 將int表示形式轉換成bigdecimal物件 2 bigdecimal string 將字串表示形式轉換成bigdecimal物件 3 bigdecimal d...

千鋒逆戰班,第29天

在千鋒 逆戰 學習第29天 改變世界的第一件事就是改變自己,改變自己的最好時機就是現在 i.mythread1沒有繼承thread類所以其中沒有sleep方法應該改為 public void run catch interruptedexception e system.out.println he...