RandomAccessFile類別是一個對檔案隨機存取的I/O功能類別
支援檔案內容的搜尋、讀取與寫入
建構子:
- RandomAccessFile(File file,String mode)
- RandomAccessFile(String name, String mode)
以上建構子會throwsFileNotFoundException,所以一定要使用try,catch來接
RandomAccessFile類別是一個對檔案隨機存取的I/O功能類別
支援檔案內容的搜尋、讀取與寫入
建構子:
以上建構子會throwsFileNotFoundException,所以一定要使用try,catch來接