Java GZIP Example – compress and decompress a file using Java

You may also like...

Subscribe
Notify of
guest
3 Comments
Oldest
Newest
Inline Feedbacks
View all comments
hector
hector
September 27, 2019 21:09

Thank you for sharing!

Have you tryed with big files, let’s say a 1Gb text file?

Shariff
Shariff
May 28, 2020 21:36
Reply to  hector

Thanks. I’m trying to use the decompress method for files > 2GB and the performance is very slow (approx 10 minutes for 1GB)
Do you have any suggestions of dealing with large gz files?

Edgar
Edgar
June 22, 2020 13:35
Reply to  Shariff

You should to send file by Chunk…

3
0
Would love your thoughts, please comment.x
()
x