Table of Contents

Class IReaderExtensions

Namespace
SharpCompress.Readers
Assembly
SharpCompress.dll
public static class IReaderExtensions
Inheritance
IReaderExtensions
Inherited Members

Methods

WriteAllToDirectory(IReader, string, ExtractionOptions)

public static void WriteAllToDirectory(this IReader reader, string destinationDirectory, ExtractionOptions options = null)

Parameters

reader IReader
destinationDirectory string
options ExtractionOptions

WriteEntryTo(IReader, FileInfo)

public static void WriteEntryTo(this IReader reader, FileInfo filePath)

Parameters

reader IReader
filePath FileInfo

WriteEntryTo(IReader, string)

public static void WriteEntryTo(this IReader reader, string filePath)

Parameters

reader IReader
filePath string

WriteEntryToDirectory(IReader, string, ExtractionOptions)

public static void WriteEntryToDirectory(this IReader reader, string destinationDirectory, ExtractionOptions options = null)

Parameters

reader IReader
destinationDirectory string
options ExtractionOptions

WriteEntryToFile(IReader, string, ExtractionOptions)

public static void WriteEntryToFile(this IReader reader, string destinationFileName, ExtractionOptions options = null)

Parameters

reader IReader
destinationFileName string
options ExtractionOptions