Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
LZOStraw Class Reference

#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
StrawChainTo
 
StrawChainFrom
 

Detailed Description

Definition at line 49 of file lzostraw.h.

Member Typedef Documentation

◆ CompControl

Member Enumeration Documentation

◆ CompControl

Enumerator
COMPRESS 
DECOMPRESS 

Definition at line 52 of file lzostraw.h.

Constructor & Destructor Documentation

◆ LZOStraw()

LZOStraw::LZOStraw ( CompControl control,
int blocksize = 1024*8 )

Definition at line 66 of file lzostraw.cpp.

◆ ~LZOStraw()

LZOStraw::~LZOStraw ( void )
virtual

Definition at line 95 of file lzostraw.cpp.

Member Function Documentation

◆ Get()

int LZOStraw::Get ( void * source,
int slen )
virtual

Reimplemented from Straw.

Definition at line 126 of file lzostraw.cpp.

Member Data Documentation

◆ CompCount

unsigned short LZOStraw::CompCount

Definition at line 94 of file lzostraw.h.

◆ UncompCount

unsigned short LZOStraw::UncompCount

Definition at line 95 of file lzostraw.h.


The documentation for this class was generated from the following files: