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, getFileOutputStream 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 © 2021 Aspose. All Rights Reserved.