public class TeXFileSystemOutputDirectory extends TeXFileSystemInputDirectory implements ITeXOutputDirectory
Implements the regular file system's method for getting a file stream to write to.
| Constructor and Description |
|---|
TeXFileSystemOutputDirectory(String basePath)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getOutputFile(String fileName,
String[] fullName)
Returns the stream to write to.
|
close, dispose, getFile, getFileequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFile, getFilepublic TeXFileSystemOutputDirectory(String basePath)
Creates new instance.
basePath - The base path of the directory.public final OutputStream getOutputFile(String fileName, String[] fullName)
Returns the stream to write to.
getOutputFile in interface ITeXOutputDirectoryfileName - The file name.fullName - The full file name.Copyright © 2025 Aspose. All Rights Reserved.