Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.13.0, 1.0.0
-
None
Description
It seems that the Compression implementation for zlib can be made using the Java Inflater and Deflater classes. This would make the code more independent, not to mention the fact that the (latest) jzlib artifact marks the ZStream class that is currently used as deprecated.