public interface IMultiReportOutput
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the underlying resource container.
|
OutputStream |
createFile(String path)
Creates a file at the given local path.
|
OutputStream createFile(String path) throws IOException
OutputStream
has to be closed before the next document is created.path
- local path to the new documentIOException
- if the creation failsvoid close() throws IOException
IOException
- if closing failsCopyright © 2024. All rights reserved.