Example #1
0
 public override IEnumerable <string> GetFiles()
 {
     return(ZipArchiveHelper.GetFiles(_zip));
 }
Example #2
0
 public override Stream GetStream(string path)
 {
     return(ZipArchiveHelper.OpenFile(_zip, path));
 }