iaik.cms
Interface OutputStreamCompressEngine


public interface OutputStreamCompressEngine

Generic compression engine for compressing data that is written to an output stream. Used by class CompressedDataOutputStream for content compression.

An application that implements its own OutputStreamCompressEngine has to override the following SecurityProvider method to plug-in its own implementation:

See Also:
SecurityProvider

Method Summary
 java.io.OutputStream getOutputStream()
          Gets an output stream that compresses all data that is written to it (respectively to the underlying output stream).
 

Method Detail

getOutputStream

java.io.OutputStream getOutputStream()
Gets an output stream that compresses all data that is written to it (respectively to the underlying output stream).

Returns:
the compressesing output stream

This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note).

IAIK-CMS 6.0, (c) 2002 IAIK, (c) 2003, 2023 SIC