IOutputWorkingDirectory

All Implemented Interfaces: com.aspose.tex.IInputWorkingDirectory

public interface IOutputWorkingDirectory extends IInputWorkingDirectory

Interface of generalized output working directory.

Methods

MethodDescription
getOutputFile(String fileName, String[] fullName)Returns the stream to write to.

getOutputFile(String fileName, String[] fullName)

public abstract OutputStream getOutputFile(String fileName, String[] fullName)

Returns the stream to write to.

Parameters:

ParameterTypeDescription
fileNamejava.lang.StringThe file name.
fullNamejava.lang.String[]The full file name.

Returns: java.io.OutputStream - The stream.