What about this method to read the files back again? public byte[] readFromFile(String fileName) throws IOException { byte[] buf = new byte[8192]; ...
確定! 回上一頁