read complete file without using loop in java. File file = new File("a.txt"); FileInputStream fis = new FileInputStream(file); byte[] data = new byte[(int) ...
確定! 回上一頁