Skip to content

zlib.Inflater.Dictionary

Andrew Lambert edited this page Jan 2, 2023 · 8 revisions

zlib.Inflater.Dictionary

Property declaration

 Dim Dictionary As MemoryBlock

Remarks

Gets and sets the compression dictionary as an uncompressed byte sequence. May only be set after the Constructor() or a call to Reset() and before a subsequent call to Inflate(). The compressor and decompressor must use exactly the same dictionary (see Deflater.Dictionary).

Entry-level points of interest denoted by "☜"



Clone this wiki locally