Interface IMultiReportOutput
- All Known Implementing Classes:
FileMultiReportOutput, ZipMultiReportOutput
public interface IMultiReportOutput
Interface to emit multiple binary files.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Closes the underlying resource container.createFile(String path) Creates a file at the given local path.
-
Method Details
-
createFile
Creates a file at the given local path. The returnedOutputStreamhas to be closed before the next document is created.- Parameters:
path- local path to the new document- Returns:
- output for the content
- Throws:
IOException- if the creation fails
-
close
Closes the underlying resource container.- Throws:
IOException- if closing fails
-