InputZipDirectory.InputZipDirectory

InputZipDirectory constructor

Creates new instance.

public InputZipDirectory(Stream zipStream, string basePath)
ParameterTypeDescription
zipStreamStreamThe stream to read the archive from.
basePathStringThe base path inside the ZIP archive.

See Also