IOutputWorkingDirectory
All Implemented Interfaces: com.aspose.tex.IInputWorkingDirectory
public interface IOutputWorkingDirectory extends IInputWorkingDirectory
Interface of generalized output working directory.
Methods
| Method | Description |
|---|---|
| getOutputFile(String fileName) | Returns the stream to write to. |
getOutputFile(String fileName)
public abstract TeXOutputStream getOutputFile(String fileName)
Returns the stream to write to. MUST NOT return null. In case a stream cannot be returned, it MUST return a NamedStream object with a null Stream property value instead.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileName | java.lang.String | The file name. |
Returns: TeXOutputStream - The named TeX output stream.