7 #ifndef __PVPLEORACOMPRESSED_H__ 8 #define __PVPLEORACOMPRESSED_H__ 41 virtual uint64_t GetPayloadLength()
const = 0;
48 virtual void SetPayloadLength( uint64_t aLength ) = 0;
62 virtual PvResult Alloc( uint64_t aPayloadLength ) = 0;
69 virtual void Free() = 0;
86 virtual PvResult Attach(
void * aRawBuffer, uint64_t aPayloadLength ) = 0;
97 virtual uint8_t *Detach() = 0;
106 #endif // __PVPLEORACOMPRESSED_H__ Result information.
Definition: PvResult.h:29
Pleora compressed interface to a PvBuffer.
Definition: PvPleoraCompressed.h:26