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


Public Member Functions | |
| CMSZipCodec () | |
| virtual | ~CMSZipCodec () |
| 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 |
Private Attributes | |
| int | Status |
| z_stream | ZStream |
|
overridevirtual |
Implements CCABCodec.
Definition at line 55 of file mszip.cxx.
|
overridevirtual |
Implements CCABCodec.
Definition at line 115 of file mszip.cxx.
|
private |
Definition at line 37 of file mszip.h.
Referenced by CMSZipCodec(), Compress(), and Uncompress().