InputZipDirectory class

InputZipDirectory class

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

Inheritance: InputZipDirectoryInputWorkingDirectory

The InputZipDirectory type exposes the following members:

Constructors

NameDescription
InputZipDirectory(zip_stream, base_path)Initializes a new instance of the InputZipDirectory class

Methods

NameDescription
get_file(file_name, search_subdirectories)Returns the stream to read from.
get_file(file_name)Returns the stream to read from.
get_file_names_by_extension(extension, path)Returns the array of file names by an extension.

See Also