public interface ITeXOutputDirectory extends ITeXInputDirectory
Interface of generalized TeX output directory.
Modifier and Type | Method and Description |
---|---|
OutputStream |
getOutputFile(String fileName,
String[] fullName)
Returns the stream to write to.
|
getFile, getFile
OutputStream getOutputFile(String fileName, String[] fullName) throws IOException
Returns the stream to write to.
fileName
- The file name.fullName
- The full file name.IOException
Copyright © 2023 Aspose. All Rights Reserved.