Aspose::TeX::IO::OutputMemoryDirectory class

OutputMemoryDirectory class

class OutputMemoryDirectory : public Aspose::TeX::IO::IOutputWorkingDirectory

Methods

MethodDescription
Dispose() overrideDoes nothing.
GetFile(System::String, bool) overrideReturns the stream to read from. MUST NOT return a null object. In case a stream cannot be returned, it MUST return a NamedStream object with a null Stream property value instead.
GetOutputFile(System::String) overrideReturns the stream to write to. MUST NOT return a null object. In case a stream cannot be returned, it MUST return a NamedStream object with a null Stream property value instead.
OutputMemoryDirectory()

See Also