org.rhq.helpers.perftest.support.output
Class ZippedCsvOutput

java.lang.Object
  extended by org.rhq.helpers.perftest.support.output.CsvOutput
      extended by 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

Constructor Summary
ZippedCsvOutput(File file)
           
 
Method Summary
 void close()
          Closes any system resources that were used by the consumer.
 
Methods inherited from class org.rhq.helpers.perftest.support.output.CsvOutput
getConsumer, getDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZippedCsvOutput

public ZippedCsvOutput(File file)
                throws IOException
Parameters:
file - the target zip file
Throws:
IOException
Method Detail

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.