Try this to read a file: BufferedReader reader = null; try { File file = new File("sample-file.dat"); reader = new BufferedReader(new ...
確定! 回上一頁