Context algorithm
Semi-predictive context algorithm implementation
 All Data Structures Files Functions Variables Typedefs Macros Pages
decoder.h File Reference
#include "decoderTree.h"

Go to the source code of this file.

Functions

void decode (decoderTree_t, const Uint textlen, FILE *compressed_file, FILE *output, const BOOL useSee)
 Decodes the compressed file data to the output file (for non-binary alphabet). More...
 
void decodeBin (decoderTree_t, const Uint textlen, FILE *compressed_file, FILE *output)
 Decodes the compressed file data to the output file (for binary alphabet). More...
 

Function Documentation

void decode ( decoderTree_t  ,
const Uint  textlen,
FILE *  compressed_file,
FILE *  output,
const BOOL  useSee 
)

Decodes the compressed file data to the output file (for non-binary alphabet).

Definition at line 312 of file decoder.c.

void decodeBin ( decoderTree_t  ,
const Uint  textlen,
FILE *  compressed_file,
FILE *  output 
)

Decodes the compressed file data to the output file (for binary alphabet).