Libraries
Deflate Source Code
 previous   up   next 

Function Summary
void
deflateBlock (in string: uncompressed, inout string: compressed, in boolean: bfinal)
Compress a string with the DEFLATE algorithm.

Function Detail

deflateBlock

const proc: deflateBlock (in string: uncompressed, inout string: compressed, in boolean: bfinal)

Compress a string with the DEFLATE algorithm. DEFLATE is a compression algorithm that uses a combination of the LZ77 algorithm and Huffman coding.



 previous   up   next