CPppCompFactory Class Reference

class CPppCompFactory : public CNifFactory

Factory base for creating a concrete instance of a compressor or decompressor object.

Inherits from

Member Functions Documentation

InstallL()

void InstallL ( ) [pure virtual]

NewPppCompressorL(CPppCcp *, TInt, const TUint8 *)

CPppCompressor * NewPppCompressorL ( CPppCcp * aCcp,
TInt aMaxFrameLength,
const TUint8 * aMode = NULL
) [pure virtual]

Parameters

CPppCcp * aCcp
TInt aMaxFrameLength
const TUint8 * aMode = NULL

NewPppDeCompressorL(CPppCcp *, TInt, const TUint8 *)

CPppDeCompressor * NewPppDeCompressorL ( CPppCcp * aCcp,
TInt aMaxFrameLength,
const TUint8 * aMode = NULL
) [pure virtual]

Parameters

CPppCcp * aCcp
TInt aMaxFrameLength
const TUint8 * aMode = NULL