From 18b039e0546ff01c996c68f104d72929b2a3b3a0 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:09:45 +0800 Subject: [PATCH] Update README.md --- core-java-modules/core-java-io-5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-io-5/README.md b/core-java-modules/core-java-io-5/README.md index f2fe3d857b..e2ed9d7cbc 100644 --- a/core-java-modules/core-java-io-5/README.md +++ b/core-java-modules/core-java-io-5/README.md @@ -13,5 +13,6 @@ This module contains articles about core Java input and output (IO) - [Reading a .gz File Line by Line Using GZIPInputStream](https://www.baeldung.com/java-gzipinputstream-read-gz-file-line-by-line) - [Opening HTML File Using Java](https://www.baeldung.com/java-open-html-file) - [PrintWriter write() vs print() Method in Java](https://www.baeldung.com/java-printwriter-write-vs-print) +- [Compress and Create a Byte Array Using GZip](https://www.baeldung.com/java-gzip-compress-create-byte-array) - [[<-- Prev]](/core-java-modules/core-java-io-4)