Skip to content

Commit

Permalink
☁ Backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Moilk committed Nov 13, 2019
1 parent dd18e8c commit f22896f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/book/Appendix-IO-Streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<!-- Appendix: I/O Streams -->
# 附录:流式IO

> Java 7 引入了一种简单明了的方式来读写文件和操作目录。大多情况下,[文件](./17-Files.md)这一章所介绍的那些库和技术就足够你用了。但是,如果你必须面对一些特殊的需求和比较底层的操作,或者处理一些老版本的代码,那么你就必须了解本附录中的内容。
对于编程语言的设计者来说,搭建良好的输入/输出(I/O)系统是一项比较困难的任务。

<!-- Types of InputStream -->
## 输入流类型
Expand Down

0 comments on commit f22896f

Please sign in to comment.