Class 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.
public class TeXMemoryOutputDirectory : ITeXOutputDirectory
Constructors
Methods
Name | Description |
---|
virtual Dispose() | Disposes the instance. |
GetFile(string, out string, bool) | Returns the stream to read from. |
GetOutputFile(string, out string) | Returns the stream to write to. |
See Also