Ionic Zip Library v1.9.1.6
SetDictionary Method (dictionary)
Reference ► Ionic.Zlib ► ZlibCodec ► SetDictionary(array<Byte>[]()[][])
Set the dictionary to be used for either Inflation or Deflation.
Declaration Syntax
Parameters
- dictionary (array<Byte>[]()[][])
- The dictionary bytes to use.
Return Value
Z_OK if all goes well.