TeXMemoryOutputDirectory

TeXMemoryOutputDirectory class

Implements fetching an output stream from memory. You can use it, for example,
when you don’t want the accompanying output (like a log file) to be written to
disk but you’d like to read it afterwards from memory.

The TeXMemoryOutputDirectory type exposes the following members:

Constructors

NameDescription
TeXMemoryOutputDirectory()Initializes a new instance of the TeXMemoryOutputDirectory class

Methods

NameDescription
get_file(file_name, full_name, search_subdirectories)Returns the stream to read from.
get_output_file(file_name, full_name)Returns the stream to write to.

See Also