Aspose.TeX.IO Namespace |
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.
|
![]() | 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.
|
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.
|