public interface ITeXInputDirectory extends Closeable
Interface of generalized TeX input directory.
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getFile(String fileName,
String[] fullName)
Returns the stream to read from or to write to.
|
InputStream |
getFile(String fileName,
String[] fullName,
boolean searchSubdirectories)
Returns the stream to read from or to write to.
|
InputStream getFile(String fileName, String[] fullName) throws IOException
Returns the stream to read from or to write to.
fileName - The file name.fullName - The full file name.IOException - instance – if an I/O error occurs.InputStream getFile(String fileName, String[] fullName, boolean searchSubdirectories) throws IOException
Returns the stream to read from or to write to.
fileName - The file name.fullName - The full file name.searchSubdirectories - Indicates whether to look for a file in subdirectories.IOException - instance – if an I/O error occurs.Copyright © 2025 Aspose. All Rights Reserved.