ArchiveEntry.DataSource

ArchiveEntry.DataSource property

Source for the entry if the entry was added to archive, not extracted.

public Stream DataSource { get; }

Remarks

Before assigned, the source is null. This source may be assigned within Archive.Save method in some cases.

See Also