• A
    Introduce UnzipperProvider (#3004) · ca17c1cf
    Adam Barth 提交于
    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.
    ca17c1cf
unzipper_provider.h 528 字节