Updated README.md

added link back to the article: https://www.baeldung.com/java-read-file-into-map
This commit is contained in:
Asjad J 2022-03-07 17:50:33 +05:00 committed by GitHub
parent d9d0adefee
commit 08e84780bf
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ This module contains articles about core Java input and output (IO)
- [Java File Separator vs File Path Separator](https://www.baeldung.com/java-file-vs-file-path-separator)
- [Simulate touch Command in Java](https://www.baeldung.com/java-simulate-touch-command)
- [SequenceInputStream Class in Java](https://www.baeldung.com/java-sequenceinputstream)
- [Read a File Into a Map in Java](https://www.baeldung.com/java-read-file-into-map)
- [[<-- Prev]](/core-java-modules/core-java-io-3)