|
BWAPI
|

Functions | |
| unsigned int PKEXPORT | read_buf (char *buf, unsigned int *size, void *_param) |
| void PKEXPORT | write_buf (char *buf, unsigned int *size, void *_param) |
| bool | DecompressRead (void *pOutput, size_t outputSize, FileReader &fr) |
| void | CompressWrite (void *pInput, size_t inputSize, FileWriter &fw) |
Variables | |
| _Param | params |
| char | bWorkBuff [EXP_BUFFER_SIZE] |
| char | bWorkBuff2 [CMP_BUFFER_SIZE] |
| char | bSegment [0x2000] |
| void CompressWrite | ( | void * | pInput, |
| size_t | inputSize, | ||
| FileWriter & | fw | ||
| ) |


| bool DecompressRead | ( | void * | pOutput, |
| size_t | outputSize, | ||
| FileReader & | fr | ||
| ) |




| char bSegment[0x2000] |
| char bWorkBuff[EXP_BUFFER_SIZE] |
| char bWorkBuff2[CMP_BUFFER_SIZE] |
1.7.6.1