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, getFile
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFile, getFile
public 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 ITeXOutputDirectory
fileName
- The file name.fullName
- The full file name.Copyright © 2024 Aspose. All Rights Reserved.