platform_system_core/include/ziparchive
Adam Lesinski e2fa70bcb0 ZipWriter: Do not write DataDescriptor for STORED files
Older implementations of ZIP (Java's ZipInputStream) don't
like a Data Descriptor trailing after an uncompressed entry.

If the FILE is seekable, and the entry is uncompressed, seek
back to the header and write out the crc and sizes.

(cherry-pick of commit 639814d946)

Bug: 36686974
Test: make ziparchive_tests
Change-Id: I61664515e5afa3e2ba814874eeac847a2aaac319
2017-04-06 17:03:32 -07:00
..
zip_archive.h Make libziparchive C++-only. 2016-12-29 10:38:37 -08:00
zip_archive_stream_entry.h Add a ZipArchiveStreamEntry class. 2016-01-14 12:30:20 -08:00
zip_writer.h ZipWriter: Do not write DataDescriptor for STORED files 2017-04-06 17:03:32 -07:00