Skip to content

zlib.Deflater.Dictionary

Andrew Lambert edited this page Nov 27, 2022 · 8 revisions

zlib.Deflater.Dictionary

Property declaration

 Dim Dictionary As MemoryBlock

Remarks

Sets the compression dictionary from the given uncompressed byte sequence, or returns the previously set byte sequence. Must be set immediately after the Constructor() or a call to Reset(), but before the first call to Deflate(). The compressor and decompressor must use exactly the same dictionary (see Inflater.Dictionary).

Entry-level points of interest denoted by "☜"



Clone this wiki locally