OutputFileSystemDirectory
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.tex.InputFileSystemDirectory
All Implemented Interfaces: com.aspose.tex.IOutputWorkingDirectory
public class OutputFileSystemDirectory extends InputFileSystemDirectory implements IOutputWorkingDirectory
Implements the regular file system’s method for getting a file stream to write to.
Constructors
Constructor | Description |
---|---|
OutputFileSystemDirectory(String basePath) | Creates new instance. |
Methods
Method | Description |
---|---|
getOutputFile(String fileName) | Returns the stream to write to. |
close() | Disposes the instance. |
OutputFileSystemDirectory(String basePath)
public OutputFileSystemDirectory(String basePath)
Creates new instance.
Parameters:
Parameter | Type | Description |
---|---|---|
basePath | java.lang.String | The base path of the directory. |
getOutputFile(String fileName)
public TeXOutputStream getOutputFile(String fileName)
Returns the stream to write to.
Parameters:
Parameter | Type | Description |
---|---|---|
fileName | java.lang.String | The file name. |
Returns: TeXOutputStream - The named TeX output stream.
close()
public void close()
Disposes the instance.