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, getFileOutputStream getOutputFile(String fileName, String[] fullName) throws IOException
Returns the stream to write to.
fileName - The file name.fullName - The full file name.IOException - instance – if an I/O error occurs.Copyright © 2025 Aspose. All Rights Reserved.