aspose.tex.io

Provides classes for I/O that TeX engine performs.

Classes

ClassDescription
IFileCollectorDefines methods for selecting collections of files.
IFileTerminalInterface of terminals which actually are files.
IInputTerminalInterface for abstract input terminal.
IInputWorkingDirectoryInterface of generalized input working directory.
IOutputTerminalInterface for abstract output terminal.
IOutputWorkingDirectoryInterface of generalized output working directory.
InputConsoleTerminalProvides the console as a terminal input source.
InputFileSystemDirectoryImplements the regular file system’s method for getting a file stream to read from.
InputWorkingDirectoryThe basic class for input working directories.
InputZipDirectoryImplements the method for getting a file stream to write to when working directory is a ZIP archive.
NamedStreamAssociates a stream of a random nature with a name.
NondisposableMemoryStreamThe class that encapsulates a stream that cannot be disposed by calling
the Dispose() method, whether explicitly or implicitly.
OutputConsoleTerminalProvides the console as a terminal output destination.
OutputFileSystemDirectoryImplements the regular file system’s method for getting a file stream to write to.
OutputFileTerminalImplements a terminal whose output is to be written to a file in some working directory.
OutputMemoryTerminalProvides a memory stream as a terminal output destination.
OutputZipDirectoryImplements the method for getting a file stream to write to when working directory is a ZIP archive.
TeXStreamReaderProvides reading from a text stream.
TeXStreamWriterProvides writing to a text stream.