platform_system_core/libziparchive
Christopher Ferris e6884ce56f Add a ZipArchiveStreamEntry class.
This allows someone to stream the data out of a zip archive
instead of extracting to a file or to memory.

Included in this change is a small cleanup of the makefile.

Change-Id: I8b679a679c3502ff4ea0bc4f9e918303657fa424
2016-01-14 12:30:20 -08:00
..
testdata Add a ZipArchiveStreamEntry class. 2016-01-14 12:30:20 -08:00
Android.mk Add a ZipArchiveStreamEntry class. 2016-01-14 12:30:20 -08: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 Add a ZipArchiveStreamEntry class. 2016-01-14 12:30:20 -08:00
zip_archive_common.h Track rename of base/ to android-base/. 2015-12-04 22:00:26 -08:00
zip_archive_private.h Add a ZipArchiveStreamEntry class. 2016-01-14 12:30:20 -08:00
zip_archive_stream_entry.cc Add a ZipArchiveStreamEntry class. 2016-01-14 12:30:20 -08:00
zip_archive_test.cc Add a ZipArchiveStreamEntry class. 2016-01-14 12:30:20 -08:00
zip_writer.cc Fix bug in writing zips. 2015-11-05 10:48:05 -08:00
zip_writer_test.cc Track rename of base/ to android-base/. 2015-12-04 22:00:26 -08:00