Class InputZipDirectory

InputZipDirectory class

Implements the method for getting a file stream to write to when working directory is a ZIP archive.

public class InputZipDirectory : IFileCollector, IInputWorkingDirectory

Constructors

NameDescription
InputZipDirectory(Stream, string)Creates new instance.

Methods

NameDescription
Dispose()Disposes the instance.
GetFile(string, bool)Returns the stream to read from.
GetFileNamesByExtension(string, string)Returns the array of file names by an extension.

See Also