From e89b0aab31c7c8a22c688c24a983becc4ff3c8da Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Sun, 23 Sep 2018 20:42:29 +0800 Subject: [PATCH] auto commit --- notes/Java IO.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/notes/Java IO.md b/notes/Java IO.md index a2dd668b..e137fb7b 100644 --- a/notes/Java IO.md +++ b/notes/Java IO.md @@ -284,10 +284,6 @@ public static void main(String[] args) throws IOException { # 七、NIO -- [Java NIO Tutorial](http://tutorials.jenkov.com/java-nio/index.html) -- [Java NIO 浅析](https://tech.meituan.com/nio.html) -- [IBM: NIO 入门](https://www.ibm.com/developerworks/cn/education/java/j-nio/j-nio.html) - 新的输入/输出 (NIO) 库是在 JDK 1.4 中引入的,弥补了原来的 I/O 的不足,提供了高速的、面向块的 I/O。 ## 流与块 @@ -343,7 +339,7 @@ I/O 包和 NIO 已经很好地集成了,java.io.\* 已经以 NIO 为基础重