public static interface CsvReporter.Context
Modifier and Type | Method and Description |
---|---|
java.io.PrintStream |
getStream(java.lang.String header)
Returns an open
PrintStream for the metric with header already written
to it. |
java.io.PrintStream getStream(java.lang.String header) throws java.io.IOException
PrintStream
for the metric with header
already written
to it.header
- the CSV headerPrintStream
java.io.IOException
- if there is an error opening the stream or writing to it