Updated README.md

added a link back to the article: https://www.baeldung.com/java-bytebuffer
This commit is contained in:
Asjad J 2022-03-07 19:31:42 +05:00 committed by GitHub
parent db95e7bb6a
commit 3d92ca2c41
1 changed files with 1 additions and 0 deletions

View File

@ -12,4 +12,5 @@ This module contains articles about core Java non-blocking input and output (IO)
- [Java NIO DatagramChannel](https://www.baeldung.com/java-nio-datagramchannel)
- [Java Path vs File](https://www.baeldung.com/java-path-vs-file)
- [What Is the Difference Between NIO and NIO.2?](https://www.baeldung.com/java-nio-vs-nio-2)
- [Guide to ByteBuffer](https://www.baeldung.com/java-bytebuffer)
- [[<-- Prev]](/core-java-modules/core-java-nio)