SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

com.solarmetric.remote
Interface StreamDecorator

All Known Implementing Classes:
GZIPStreamDecorator

public interface StreamDecorator

Decorator that wraps IO streams for added functionality.


Method Summary
 InputStream decorate(InputStream in)
          Decorate the given stream.
 OutputStream decorate(OutputStream out)
          Decorate the given stream.
 

Method Detail

decorate

public InputStream decorate(InputStream in)
                     throws Exception
Decorate the given stream.

decorate

public OutputStream decorate(OutputStream out)
                      throws Exception
Decorate the given stream.

SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

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