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
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
Copyright © 2023 Aspose. All Rights Reserved.