SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

com.solarmetric.remote
Class GZIPStreamDecorator

java.lang.Object
  |
  +--com.solarmetric.remote.GZIPStreamDecorator
All Implemented Interfaces:
StreamDecorator

public class GZIPStreamDecorator
extends Object
implements StreamDecorator

Adds GZIP compression to IO streams.


Constructor Summary
GZIPStreamDecorator()
           
 
Method Summary
 InputStream decorate(InputStream in)
          Decorate the given stream.
 OutputStream decorate(OutputStream out)
          Decorate the given stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZIPStreamDecorator

public GZIPStreamDecorator()
Method Detail

decorate

public InputStream decorate(InputStream in)
                     throws Exception
Description copied from interface: StreamDecorator
Decorate the given stream.
Specified by:
decorate in interface StreamDecorator

decorate

public OutputStream decorate(OutputStream out)
                      throws Exception
Description copied from interface: StreamDecorator
Decorate the given stream.
Specified by:
decorate in interface StreamDecorator

SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.