Kodo 4.2.0. (DEPRECATED)

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. (DEPRECATED)

Copyright 2011 Oracle, Inc. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
12c Release 1 (12.1.1)
Part Number E24400_01