|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <raw.h>


Public Member Functions | |
| CRawCodec () | |
| virtual | ~CRawCodec () |
| virtual ULONG | Compress (void *OutputBuffer, void *InputBuffer, ULONG InputLength, PULONG OutputLength) override |
| virtual ULONG | Uncompress (void *OutputBuffer, void *InputBuffer, ULONG InputLength, PULONG OutputLength) override |
Public Member Functions inherited from CCABCodec | |
| CCABCodec () | |
| virtual | ~CCABCodec () |
| virtual ULONG | Compress (void *OutputBuffer, void *InputBuffer, ULONG InputLength, PULONG OutputLength)=0 |
| virtual ULONG | Uncompress (void *OutputBuffer, void *InputBuffer, ULONG InputLength, PULONG OutputLength)=0 |
|
overridevirtual |
Implements CCABCodec.
Definition at line 34 of file raw.cxx.
|
overridevirtual |