TAO_Compression 4.0.0
Loading...
Searching...
No Matches
Classes | Typedefs | Variables
Compression Module Reference

Classes

exception  CompressionException
 
local interface  CompressionManager
 
local interface  Compressor
 
local interface  CompressorFactory
 
struct  CompressorIdLevel
 
exception  FactoryAlreadyRegistered
 
exception  UnknownCompressorId
 

Typedefs

typedef unsigned short CompressorId
 
typedef unsigned short CompressionLevel
 
typedef float CompressionRatio
 
typedef sequence< CompressorIdLevelCompressorIdLevelList
 
typedef CORBA::OctetSeq Buffer
 
typedef sequence< CompressorFactoryCompressorFactorySeq
 

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 Documentation

◆ Buffer

◆ CompressionLevel

typedef unsigned short Compression::CompressionLevel

CompressionLevel type.

◆ CompressionRatio

CompressionRatio type.

◆ CompressorFactorySeq

◆ CompressorId

typedef unsigned short Compression::CompressorId

CompressorId type.

◆ CompressorIdLevelList

Variable Documentation

◆ COMPRESSORID_7X

const CompressorId Compression::COMPRESSORID_7X = 8

◆ COMPRESSORID_BZIP2

const CompressorId Compression::COMPRESSORID_BZIP2 = 3

◆ COMPRESSORID_GZIP

const CompressorId Compression::COMPRESSORID_GZIP = 1

◆ COMPRESSORID_LZMA

const CompressorId Compression::COMPRESSORID_LZMA = 5

◆ COMPRESSORID_LZO

const CompressorId Compression::COMPRESSORID_LZO = 6

◆ COMPRESSORID_NONE

const CompressorId Compression::COMPRESSORID_NONE = 0

◆ COMPRESSORID_PKZIP

const CompressorId Compression::COMPRESSORID_PKZIP = 2

◆ COMPRESSORID_RLE

const CompressorId Compression::COMPRESSORID_RLE = 10

◆ COMPRESSORID_RZIP

const CompressorId Compression::COMPRESSORID_RZIP = 7

◆ COMPRESSORID_XAR

const CompressorId Compression::COMPRESSORID_XAR = 9

◆ COMPRESSORID_ZLIB

const CompressorId Compression::COMPRESSORID_ZLIB = 4

◆ org

typeprefix Compression omg Compression::org