deee07150c80d8d7f614f8a898e2ef4a33fe68a1
This patch abstracts where the content of the zip file is stored. Currently, zip files are stored in the file system, but in Fuchsia, we're going to store them in memory (at least for the time being). Rather than represent a zip file as a path in the file system, we instead use an UnzipperProvider, which can create zip::UniqueUnzipper objects on demand.
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%