Table of Contents

Class ZipArchiveEntry

Namespace
SharpCompress.Archives.Zip
Assembly
SharpCompress.dll
public class ZipArchiveEntry : ZipEntry, IArchiveEntry, IEntry
Inheritance
ZipArchiveEntry
Implements
Inherited Members
Extension Methods

Properties

Archive

public IArchive Archive { get; }

Property Value

IArchive

Comment

public string Comment { get; }

Property Value

string

IsComplete

public bool IsComplete { get; }

Property Value

bool

Methods

OpenEntryStream()

public virtual Stream OpenEntryStream()

Returns

Stream