public interface IOutputWorkingDirectory extends IInputWorkingDirectory
Interface of generalized output working directory.
Modifier and Type | Method and Description |
---|---|
OutputStream |
getOutputFile(String fileName,
String[] fullName)
Returns the stream to write to.
|
close, getFile
OutputStream getOutputFile(String fileName, String[] fullName) throws IOException
Returns the stream to write to.
fileName
- The file name.fullName
- The full file name.IOException
- when file can't be retrieved.Copyright © 2022 Aspose. All Rights Reserved.