import "Compression.pidl";
Inheritance diagram for Compression::Compressor:
Public Member Functions | |
void | compress (in CORBA::OctetSeq source, inout CORBA::OctetSeq target) raises (CompressionException) |
void | decompress (in CORBA::OctetSeq source, inout CORBA::OctetSeq target) raises (CompressionException) |
Public Attributes | |
readonly attribute CompressorFactory | compressor_factory |
readonly attribute CompressionLevel | compression_level |
Definition at line 60 of file Compression.pidl.
|
Operation that compresses data contained in the source Buffer into the target Buffer. If an error occurs during the compression, it throws CompressionException |
|
Operation that decompresses data contained in the source Buffer into the target Buffer. If an error occurs during the decompression, it throws CompressionException |
|
The (implementation and algorithm specific) compression level associated with this Compressor. Definition at line 82 of file Compression.pidl. |
|
The CompressorFactory associated with this Compressor. Definition at line 77 of file Compression.pidl. |