OutputZipDirectory class

OutputZipDirectory class

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

Inheritance: OutputZipDirectoryInputWorkingDirectory

The OutputZipDirectory type exposes the following members:

Constructors

NameDescription
OutputZipDirectory(zip_stream)Initializes a new instance of the OutputZipDirectory 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_output_file(file_name)Returns the stream to write to.
finish()Finalizes ZIP archive.

See Also