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

java.lang.Object
  extended by org.rhq.helpers.perftest.support.output.XmlOutput
      extended by org.rhq.helpers.perftest.support.output.ZippedXmlOutput
All Implemented Interfaces:
Output

public class ZippedXmlOutput
extends XmlOutput

Represents a zipped XML output.

Author:
Lukas Krejci

Constructor Summary
ZippedXmlOutput(OutputStream stream, boolean doClose)
           
 
Method Summary
 
Methods inherited from class org.rhq.helpers.perftest.support.output.XmlOutput
close, getConsumer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZippedXmlOutput

public ZippedXmlOutput(OutputStream stream,
                       boolean doClose)
                throws IOException
Parameters:
stream - the stream to write the data to.
doClose -
Throws:
IOException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.