read File. FileInputStream fis = new FileInputStream(name);. byte[] b = new byte[fis.available()];. fis.read(b);. fis.close();.
確定! 回上一頁