platform_system_core/libziparchive
Adam Lesinski ad4ad8cfc8 Implement ZipWriter for quickly writing ZipFiles.
The ZipWriter implementation exposes a stateful interface that allows
bytes of data to be streamed in as they arrive. ZipEntries can be
compressed and/or aligned on a 32-bit boundary for mmapping at runtime.

Change-Id: I43ac9e661aa5022f00d9e12b247c4314d61c441c
2015-10-15 16:27:44 -07:00
..
testdata libziparchive: fix issue with a directory with one file 2015-03-19 09:28:41 +00:00
Android.mk Implement ZipWriter for quickly writing ZipFiles. 2015-10-15 16:27:44 -07:00
entry_name_utils-inl.h Reject zip archives whose entry names are not valid UTF-8. 2014-12-08 12:25:05 +00:00
entry_name_utils_test.cc Reject zip archives whose entry names are not valid UTF-8. 2014-12-08 12:25:05 +00:00
zip_archive.cc Implement ZipWriter for quickly writing ZipFiles. 2015-10-15 16:27:44 -07:00
zip_archive_common.h Implement ZipWriter for quickly writing ZipFiles. 2015-10-15 16:27:44 -07:00
zip_archive_test.cc Rename ZipEntryName to ZipString 2015-06-26 10:34:01 -07:00
zip_writer.cc Implement ZipWriter for quickly writing ZipFiles. 2015-10-15 16:27:44 -07:00
zip_writer_test.cc Implement ZipWriter for quickly writing ZipFiles. 2015-10-15 16:27:44 -07:00