Aspose.TeX.IO
Contents
[
Hide
]The Aspose.TeX.IO namespace provides classes for I/O that TeX engine performs.
Classes
Class | Description |
---|---|
InputConsoleTerminal | Provides the console as a terminal input source. Wrapper for In. |
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. |
NondisposableMemoryStream | The class that encapsulates a stream that cannot be disposed by calling the Dispose method, whether explicitly or implicitly. |
OutputConsoleTerminal | Provides the console as a terminal output destination. Wrapper for Out. |
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. |
Interfaces
Interface | Description |
---|---|
IFileTerminal | Interface of terminals which actually are files. |
IInputTerminal | Interface for abstract input terminal. |
IInputWorkingDirectory | Interface of generalized input working directory. |
IOutputTerminal | Interface for abstract output terminal. |
IOutputWorkingDirectory | Interface of generalized output working directory. |