BWAPI
Functions | Variables
trunk/bwapi/Replay_Tool/PKShared.cpp File Reference
#include "PKShared.h"
#include "../PKLib/pklib.h"
#include "FileReader.h"
#include "FileWriter.h"
Include dependency graph for PKShared.cpp:

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]

Function Documentation

void CompressWrite ( void *  pInput,
size_t  inputSize,
FileWriter fw 
)

Here is the call graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

Here is the caller graph for this function:

unsigned int PKEXPORT read_buf ( char *  buf,
unsigned int size,
void *  _param 
)

Here is the caller graph for this function:

void PKEXPORT write_buf ( char *  buf,
unsigned int size,
void *  _param 
)

Here is the caller graph for this function:


Variable Documentation

char bSegment[0x2000]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines