aspose.tex.io
Provides classes for I/O that TeX engine performs.
Classes
Class | Description |
---|---|
IFileCollector | Defines methods for selecting collections of files. |
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. |
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. |
InputWorkingDirectory | The basic class for input working directories. |
InputZipDirectory | Implements the method for getting a file stream to write to when working directory is a ZIP archive. |
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 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. |
TeXStreamReader | Provides reading from a text stream. |
TeXStreamWriter | Provides writing to a text stream. |