try { //Simple reading of bytes FileInputStream fileInputStream = new FileInputStream("path to file"); byte[] arr = new byte[1024]; int actualBytesRead ...
確定! 回上一頁