File f = new File("D:/java/hello.txt"); InputStream f = new FileInputStream(f);. 當創建了 InputStream 對象,就可以使用一些輔助方法來讀取流或在流 ...
確定! 回上一頁