Table of Contents

Interface IWritableArchive

Namespace
SharpCompress.Archives
Assembly
SharpCompress.dll
public interface IWritableArchive : IArchive, IDisposable
Inherited Members
Extension Methods

Methods

AddEntry(string, Stream, bool, long, DateTime?)

IArchiveEntry AddEntry(string key, Stream source, bool closeStream, long size = 0, DateTime? modified = null)

Parameters

key string
source Stream
closeStream bool
size long
modified DateTime?

Returns

IArchiveEntry

RemoveEntry(IArchiveEntry)

void RemoveEntry(IArchiveEntry entry)

Parameters

entry IArchiveEntry

SaveTo(Stream, WriterOptions)

void SaveTo(Stream stream, WriterOptions options)

Parameters

stream Stream
options WriterOptions