|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacoco.report.ZipMultiReportOutput
public class ZipMultiReportOutput
Implementation of IMultiReportOutput
that writes files into a
ZipOutputStream
.
Constructor Summary | |
---|---|
ZipMultiReportOutput(OutputStream out)
Creates a new instance based on the given OutputStream . |
|
ZipMultiReportOutput(ZipOutputStream zip)
Creates a new instance based on the given ZipOutputStream . |
Method Summary | |
---|---|
void |
close()
Closes the underlying resource container. |
OutputStream |
createFile(String path)
Creates a file at the given local path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZipMultiReportOutput(ZipOutputStream zip)
ZipOutputStream
.
zip
- stream to write file entries topublic ZipMultiReportOutput(OutputStream out)
OutputStream
.
out
- stream to write file entries toMethod Detail |
---|
public OutputStream createFile(String path) throws IOException
IMultiReportOutput
OutputStream
has to be closed before the next document is created.
createFile
in interface IMultiReportOutput
path
- local path to the new document
IOException
- if the creation failspublic void close() throws IOException
IMultiReportOutput
close
in interface IMultiReportOutput
IOException
- if closing fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |