Table of Contents

Class ZipReader

Namespace
SharpCompress.Reader.Zip
Assembly
SharpCompress.dll
public class ZipReader : AbstractReader<ZipEntry, ZipVolume>, IReader, IDisposable
Inheritance
ZipReader
Implements
Inherited Members
Extension Methods

Properties

Volume

public override ZipVolume Volume { get; }

Property Value

ZipVolume

Methods

Open(Stream, string, Options)

public static ZipReader Open(Stream stream, string password = null, Options options = Options.KeepStreamsOpen)

Parameters

stream Stream
password string
options Options

Returns

ZipReader