FileInputStream.close()關閉此文件輸入流並釋放與該流關聯的所有係統資源。 ... fis = new FileInputStream("C://test.txt"); // read byte from file input stream ...
確定! 回上一頁