-
-
Notifications
You must be signed in to change notification settings - Fork 4
zlib.Compressor.Dictionary
Andrew Lambert edited this page Apr 6, 2026
·
1 revision
zlib.Compressor.Dictionary
Dim Dictionary As MemoryBlockSets the compression dictionary from the given uncompressed byte sequence, or returns the previously set byte sequence. May only be set after the Constructor() or a call to Reset() and before subsequent calls to Process(). The compressor and decompressor must use exactly the same dictionary (see Decompressor.Dictionary).
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.