Replacement for java.util.zip for streaming usage?

Posted by evilfred on Stack Overflow See other posts from Stack Overflow or by evilfred
Published on 2010-05-20T17:49:00Z Indexed on 2010/05/20 17:50 UTC
Read the original article Hit count: 207

Filed under:
|

java.util.zip sucks for stream compression. The longer you leave an Inflator/Deflator open without calling end(), the more native memory it uses up. This is a known issue: http://bugs.sun.com/view_bug.do?bug_id=4797189 which nobody seems to care about fixing.

What is a good alternative? Preferably one that is free and is still actively supported by its developers.

© Stack Overflow or respective owner

Related posts about java

Related posts about zip