try (FileChannel channel = FileChannel.open(file.toPath())) { try (InputStream is = Channels.newInputStream(channel)) { // do something } ...
確定! 回上一頁