OutputMemoryTerminal
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.tex.IOutputTerminal
public class OutputMemoryTerminal implements IOutputTerminal
Provides a memory stream as a terminal output destination.
Constructors
Constructor | Description |
---|---|
OutputMemoryTerminal() |
Methods
Method | Description |
---|---|
getWriter() | Gets the writer for the output terminal. |
getStream() | Gets the memory stream. |
getInputStream() | Returns input stream to read the data that was written. |
OutputMemoryTerminal()
public OutputMemoryTerminal()
getWriter()
public BufferedWriter getWriter()
Gets the writer for the output terminal.
Returns: java.io.BufferedWriter - The BufferedWriter class instance.
getStream()
public OutputStream getStream()
Gets the memory stream.
Returns: java.io.OutputStream - The stream.
getInputStream()
public InputStream getInputStream()
Returns input stream to read the data that was written.
Returns: java.io.InputStream - The input stream.