首頁
返回
繼續
最後一頁
摘要
圖形
BufferedReader、BufferedWriter
用bufferedxxx class可以替stream加上buffer,有效提升I/O效率
參考demo19、demo20
常用的特殊method
newLine()寫入換行字元
flush() 清空緩衝區
readLine() 讀入一整行
skip(long n) 讀取的時候跳過n個字元
write(String str) 寫出字串