-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.Inflater.Dictionary
Andrew Lambert edited this page Jan 2, 2023
·
8 revisions
Dim Dictionary As MemoryBlock
Gets and sets the compression dictionary as an uncompressed byte sequence. Must be set immediately after the Constructor() or a call to Reset(), but before the first call to Inflate(). The compressor and decompressor must use exactly the same dictionary (see Deflater.Dictionary).
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.