Код: Выделить всё
MemoryStream zipStream = FunctionThatReturnsAMemoryStream();
Ionic.Zip.ZipFile? zipFile = ZipFile.Read(zipStream);
Подробнее здесь: https://stackoverflow.com/questions/793 ... ile-stream
Код: Выделить всё
MemoryStream zipStream = FunctionThatReturnsAMemoryStream();
Ionic.Zip.ZipFile? zipFile = ZipFile.Read(zipStream);