History log of /libcore/luni/src/test/java/libcore/java/util/zip/Zip64FileTest.java
Revision Date Author Comments
a1938dec320283543ee7faeb459a2fd372ceeb4e 24-Jun-2015 Narayan Kamath <narayan@google.com> zip64: Exercise getInputStream(ZipEntry) for files with > 65k entries.

bug: https://code.google.com/p/android-developer-preview/issues/detail?id=2436
Change-Id: I9243de6f73e14207b31818c5c8dc62e4225249c1
a812a87e69850d1492c45bd88d7ff3dbf21d5075 24-Mar-2015 Narayan Kamath <narayan@google.com> Don't use zip64 by default.

This change was breaking tools like dexmaker that would write
zipfiles to disk so that the runtime could read them.

We don't want to go back and amend the local file header, so
we just throw an IOException if somebody writes more than 4GB
of data to an entry that doesn't have a declared size. If the
entry has a declared size > 4GB, we can write the zip64 header
in advance.

bug: 19574093
Change-Id: I771e821996efd3ef4c3de5e02f5a0062e62f9244