org.jacoco.report
Interface ISingleReportOutput

All Known Implementing Classes:
FileSingleReportOutput

public interface ISingleReportOutput

Interface to emit a single binary files.

Version:
$Revision: $
Author:
Marc R. Hoffmann

Method Summary
 OutputStream createFile()
          Creates the output file.
 

Method Detail

createFile

OutputStream createFile()
                        throws IOException
Creates the output file. The returned OutputStream has to be closed.

Returns:
output for the content
Throws:
IOException - if the creation fails