IInputWorkingDirectory
public interface IInputWorkingDirectory
Interface of generalized input working directory.
Methods
Method | Description |
---|---|
getFile(String fileName, String[] fullName, boolean searchSubdirectories) | Returns the stream to read from. |
close() | Disposes the directory. |
getFile(String fileName, String[] fullName, boolean searchSubdirectories)
public abstract TeXInputStream getFile(String fileName, String[] fullName, boolean searchSubdirectories)
Returns the stream to read from.
Parameters:
Parameter | Type | Description |
---|---|---|
fileName | java.lang.String | The file name. |
fullName | java.lang.String[] | The full file name. |
searchSubdirectories | boolean | Indicates whether to look for a file in subdirectories. |
Returns: TeXInputStream - The stream.
close()
public abstract void close()
Disposes the directory.