Add README descriptions 29 (#7923)

* Add README descriptions 29

* Fixed collections-list links
This commit is contained in:
Sam Millington
2019-10-04 06:49:29 +01:00
committed by Eugen
parent 3d0a1d0315
commit f7e63a836b
10 changed files with 28 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
=========
## Core Java IO
## Core Java IO Cookbooks and Examples
This module contains articles about core Java input and output (IO)
### Relevant Articles:
- [How to Read a Large File Efficiently with Java](http://www.baeldung.com/java-read-lines-large-file)
@@ -41,3 +41,4 @@
- [List Files in a Directory in Java](https://www.baeldung.com/java-list-directory-files)
- [Java InputStream to Byte Array and ByteBuffer](https://www.baeldung.com/convert-input-stream-to-array-of-bytes)
- [Introduction to the Java NIO Selector](https://www.baeldung.com/java-nio-selector)
- [[More -->]](/core-java-modules/core-java-io-2)