#include <lzostraw.h>
Inherits Straw.
Public Types | |
| enum | CompControl { COMPRESS , DECOMPRESS } |
| typedef enum LZOStraw::CompControl | CompControl |
Public Member Functions | |
| LZOStraw (CompControl control, int blocksize=1024 *8) | |
| virtual | ~LZOStraw (void) |
| virtual int | Get (void *source, int slen) |
Public Member Functions inherited from Straw | |
| Straw (void) | |
| virtual | ~Straw (void) |
| virtual void | Get_From (Straw *pipe) |
| void | Get_From (Straw &pipe) |
Additional Inherited Members | |
Public Attributes inherited from Straw | |
| Straw * | ChainTo |
| Straw * | ChainFrom |
Definition at line 49 of file lzostraw.h.
| typedef enum LZOStraw::CompControl LZOStraw::CompControl |
| Enumerator | |
|---|---|
| COMPRESS | |
| DECOMPRESS | |
Definition at line 52 of file lzostraw.h.
| LZOStraw::LZOStraw | ( | CompControl | control, |
| int | blocksize = 1024*8 ) |
Definition at line 66 of file lzostraw.cpp.
|
virtual |
Definition at line 95 of file lzostraw.cpp.
|
virtual |
Reimplemented from Straw.
Definition at line 126 of file lzostraw.cpp.
| unsigned short LZOStraw::CompCount |
Definition at line 94 of file lzostraw.h.
| unsigned short LZOStraw::UncompCount |
Definition at line 95 of file lzostraw.h.