summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Ferris2015-11-10 16:55:12 -0600
committerChristopher Ferris2016-01-14 14:30:20 -0600
commite6884ce56f07933d7292eb0ada1ff752f9c69e7a (patch)
tree33b4b8f67f2ff053660d936bfe4b116130004a6d /libziparchive/testdata
parent047597b3fc345ee657ff1f00ad87521cf4ae455f (diff)
downloadplatform-system-core-e6884ce56f07933d7292eb0ada1ff752f9c69e7a.tar.gz
platform-system-core-e6884ce56f07933d7292eb0ada1ff752f9c69e7a.tar.xz
platform-system-core-e6884ce56f07933d7292eb0ada1ff752f9c69e7a.zip
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
Diffstat (limited to 'libziparchive/testdata')
-rw-r--r--libziparchive/testdata/bad_crc.zipbin0 -> 320 bytes
-rw-r--r--libziparchive/testdata/large.zipbin0 -> 315660 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/libziparchive/testdata/bad_crc.zip b/libziparchive/testdata/bad_crc.zip
new file mode 100644
index 000000000..e12ba07bd
--- /dev/null
+++ b/libziparchive/testdata/bad_crc.zip
Binary files differ
diff --git a/libziparchive/testdata/large.zip b/libziparchive/testdata/large.zip
new file mode 100644
index 000000000..49659c832
--- /dev/null
+++ b/libziparchive/testdata/large.zip
Binary files differ