void encode(fsmTree_t tree, FILE *compressedFile, const Uchar *text, const Uint textlen, const BOOL useSee)
Encode the input data into the output file using the tree as model.
Uint textlen
Length of the input text in the encoder.
Uchar * text
Input text to the encoder.
void encodeBin(fsmTree_t, FILE *, const Uchar *text, const Uint textlen)
Encode the binary input data into the output file using the tree as model.