ymnk / jzlib

re-implementation of zlib in pure Java

Home Page:http://www.jcraft.com/jzlib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deflation errors conflated

timp21337 opened this issue · comments

Rather than throwing exceptions indicating the nature of the problem Deflater conflated 6 error conditions into one error code (-2).

This should be 6 different exceptions.