Table of Contents

Interface IWriter

Namespace
SharpCompress.Writers
Assembly
SharpCompress.dll
public interface IWriter : IDisposable
Inherited Members
Extension Methods

Properties

WriterType

ArchiveType WriterType { get; }

Property Value

ArchiveType

Methods

Write(string, Stream, DateTime?)

void Write(string filename, Stream source, DateTime? modificationTime)

Parameters

filename string
source Stream
modificationTime DateTime?