Kodo 4.2.0. generated on July 28 2008

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

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

Throws:
Exception

decorate

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

Throws:
Exception

Kodo 4.2.0. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.