Aspose.TeX.IO Namespace

The Aspose.TeX.IO namespace provides classes for I/O that TeX engine performs.
Classes
  ClassDescription
Public classInputConsoleTerminal
Provides the console as a terminal input source. Wrapper for In.
Public classInputFileSystemDirectory
Implements the regular file system's method for getting a file stream to read from.
Public classInputZipDirectory
Implements the method for getting a file stream to write to when working directory is a ZIP archive.
Public classOutputConsoleTerminal
Provides the console as a terminal output destination. Wrapper for Out.
Public classOutputFileSystemDirectory
Implements the regular file system's method for getting a file stream to write to.
Public classOutputFileTerminal
Implements a terminal whose output is to be written to a file in some working directory.
Public classOutputMemoryTerminal
Provides a memory stream as a terminal output destination.
Public classOutputZipDirectory
Implements the method for getting a file stream to write to when working directory is a ZIP archive.
Interfaces
  InterfaceDescription
Public interfaceIFileTerminal
Interface of terminals which actually are files.
Public interfaceIInputTerminal
Interface for abstract input terminal.
Public interfaceIInputWorkingDirectory
Interface of generalized input working directory.
Public interfaceIOutputTerminal
Interface for abstract output terminal.
Public interfaceIOutputWorkingDirectory
Interface of generalized output working directory.