Table of Contents

Interface IArchiveEntry

Namespace
SharpCompress.Archives
Assembly
SharpCompress.dll
public interface IArchiveEntry : IEntry
Inherited Members
Extension Methods

Properties

Archive

IArchive Archive { get; }

Property Value

IArchive

IsComplete

bool IsComplete { get; }

Property Value

bool

Methods

OpenEntryStream()

Stream OpenEntryStream()

Returns

Stream