Libraries |
|
Deflate | Source Code |
|
|
Function Summary | |||||
void |
|
Function Detail |
deflateBlock
const proc: deflateBlock (in string: uncompressed, inout lsbOutBitStream: compressedStream, 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.
|
|