TAO_Compression
2.2.8
|
Classes | |
exception | CompressionException |
exception | FactoryAlreadyRegistered |
exception | UnknownCompressorId |
struct | CompressorIdLevel |
interface | Compressor |
interface | CompressorFactory |
interface | CompressionManager |
Typedefs | |
typedef unsigned short | CompressorId |
typedef unsigned short | CompressionLevel |
typedef float | CompressionRatio |
typedef sequence < CompressorIdLevel > | CompressorIdLevelList |
typedef CORBA::OctetSeq | Buffer |
typedef sequence < CompressorFactory > | CompressorFactorySeq |
Variables | |
typeprefix Compression omg | org |
const CompressorId | COMPRESSORID_NONE = 0 |
const CompressorId | COMPRESSORID_GZIP = 1 |
const CompressorId | COMPRESSORID_PKZIP = 2 |
const CompressorId | COMPRESSORID_BZIP2 = 3 |
const CompressorId | COMPRESSORID_ZLIB = 4 |
const CompressorId | COMPRESSORID_LZMA = 5 |
const CompressorId | COMPRESSORID_LZO = 6 |
const CompressorId | COMPRESSORID_RZIP = 7 |
const CompressorId | COMPRESSORID_7X = 8 |
const CompressorId | COMPRESSORID_XAR = 9 |
const CompressorId | COMPRESSORID_RLE = 10 |
typedef CORBA::OctetSeq Compression::Buffer |
typedef unsigned short Compression::CompressionLevel |
CompressionLevel type.
typedef float Compression::CompressionRatio |
CompressionRatio type.
typedef sequence<CompressorFactory> Compression::CompressorFactorySeq |
typedef unsigned short Compression::CompressorId |
CompressorId type.
typedef sequence<CompressorIdLevel> Compression::CompressorIdLevelList |
const CompressorId Compression::COMPRESSORID_7X = 8 |
const CompressorId Compression::COMPRESSORID_BZIP2 = 3 |
const CompressorId Compression::COMPRESSORID_GZIP = 1 |
const CompressorId Compression::COMPRESSORID_LZMA = 5 |
const CompressorId Compression::COMPRESSORID_LZO = 6 |
const CompressorId Compression::COMPRESSORID_NONE = 0 |
const CompressorId Compression::COMPRESSORID_PKZIP = 2 |
const CompressorId Compression::COMPRESSORID_RLE = 10 |
const CompressorId Compression::COMPRESSORID_RZIP = 7 |
const CompressorId Compression::COMPRESSORID_XAR = 9 |
const CompressorId Compression::COMPRESSORID_ZLIB = 4 |
typeprefix Compression omg Compression::org |