Aspose::TeX::IO::InputZipDirectory class

InputZipDirectory class

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

class InputZipDirectory : public Aspose::TeX::IO::IInputWorkingDirectory,
                          public Aspose::TeX::IO::IFileCollector

Methods

MethodDescription
Dispose() overrideDisposes the instance.
GetFile(System::String, bool) overrideReturns the stream to read from.
GetFileNamesByExtension(System::String, System::String) overrideReturns the array of file names by an extension.
InputZipDirectory(System::SharedPtr<System::IO::Stream>, System::String)Creates new instance.

See Also