Aspose::TeX::IO namespace
The Aspose.TeX.IO namespace provides classes for I/O that TeX engine performs.
Classes
Class | Description |
---|---|
IFileCollector | Defines methods for selecting collections of files. |
IInputTerminal | Interface for abstract input terminal. |
IInputWorkingDirectory | Interface of generalized input working directory. |
InputConsoleTerminal | Provides the console as a terminal input source. |
InputFileSystemDirectory | Implements the regular file system’s method for getting a file stream to read from. |
InputZipDirectory | Implements the method for getting a file stream to write to when working directory is a ZIP archive. |
IOutputTerminal | Interface for abstract output terminal. |
IOutputWorkingDirectory | Interface of generalized output working directory. |
NamedStream | Associates a stream of a random nature with a name. |
NondisposableMemoryStream | The class that encapsulates a stream that cannot be disposed by calling the System::IDisposable::Dispose method, whether explicitly or implicitly. |
OutputConsoleTerminal | Provides the console as a terminal output destination. |
OutputFileSystemDirectory | Implements the regular file system’s method for getting a file stream to write to. |
OutputFileTerminal | Implements a terminal whose output is to be written to a file in some working directory. |
OutputMemoryTerminal | Provides a memory stream as a terminal output destination. |
OutputZipDirectory | Implements the method for getting a file stream to write to when working directory is a ZIP archive. |