public static interface CsvReporter.Context
| Modifier and Type | Method and Description |
|---|---|
PrintStream |
getStream(String header)
Returns an open
PrintStream for the metric with header already written
to it. |
PrintStream getStream(String header) throws IOException
PrintStream for the metric with header already written
to it.header - the CSV headerPrintStreamIOException - if there is an error opening the stream or writing to itCopyright © 2012. All Rights Reserved.