try (InputStream is = Files.newInputStream(Paths.get(fileName))) {. 10. int len = is.read(buf);. 11. if (len < buf.length) {.
確定! 回上一頁