Skip to content

Commit 10dd802

Browse files
committed
auto commit
1 parent e34b5d1 commit 10dd802

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

notes/Java IO.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,10 @@
1212
* [七、NIO](#七nio)
1313
* [流与块](#流与块)
1414
* [通道与缓冲区](#通道与缓冲区)
15-
* [1. 通道](#1-通道)
16-
* [2. 缓冲区](#2-缓冲区)
1715
* [缓冲区状态变量](#缓冲区状态变量)
1816
* [文件 NIO 实例](#文件-nio-实例)
1917
* [阻塞与非阻塞](#阻塞与非阻塞)
20-
* [1. 阻塞式 I/O](#1-阻塞式-io)
21-
* [2. 非阻塞式 I/O](#2-非阻塞式-io)
2218
* [套接字 NIO 实例](#套接字-nio-实例)
23-
* [1. ServerSocketChannel](#1-serversocketchannel)
24-
* [2. Selectors](#2-selectors)
25-
* [3. 主循环](#3-主循环)
26-
* [4. 监听新连接](#4-监听新连接)
27-
* [5. 接受新的连接](#5-接受新的连接)
28-
* [6. 删除处理过的 SelectionKey](#6-删除处理过的-selectionkey)
29-
* [7. 传入的 I/O](#7-传入的-io)
3019
* [内存映射文件](#内存映射文件)
3120
* [八、参考资料](#八参考资料)
3221
<!-- GFM-TOC -->

0 commit comments

Comments
 (0)