org.rhq.helpers.perftest.support.output
Class ZippedCsvOutput
java.lang.Object
org.rhq.helpers.perftest.support.output.CsvOutput
org.rhq.helpers.perftest.support.output.ZippedCsvOutput
- All Implemented Interfaces:
- Output
public class ZippedCsvOutput
- extends CsvOutput
Represents a CSV output compressed to a zip file.
- Author:
- Lukas Krejci
|
Method Summary |
void |
close()
Closes any system resources that were used by the consumer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZippedCsvOutput
public ZippedCsvOutput(File file)
throws IOException
- Parameters:
file - the target zip file
- Throws:
IOException
close
public void close()
throws IOException
- Description copied from interface:
Output
- Closes any system resources that were used by the consumer.
- Specified by:
close in interface Output- Overrides:
close in class CsvOutput
- Throws:
IOException
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.