History log of /libcore/luni/src/main/native/ZipUtilities.cpp
Revision Date Author Comments
011ed31c4d057d973931fa81a09d8c576a72d82a 22-Aug-2013 Kenny Root <kroot@google.com> Better error messages for zlib errors

Most of the zlib inflater errors had a really descriptive name like
"data error," but more descriptive errors are put into the "msg" field
of the z_stream structure. Use that for error messages instead so we get
the underlying cause of the data error.

Additionally split out the code for ZipUtilities from the header into a
separate source file so things using NativeZipStream don't have to
forward declare.

(cherry picked from commit 2e6a64542c52490d89476bfd1b10b1938a8a0e99)

Bug: 10424836
Change-Id: Ifc12645b37f7aabc700e6a0766dee55b4c3609a0