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