SetDictionary Method (dictionary)

DotNetZip

Ionic Zip Library v1.9.1.6 SetDictionary Method (dictionary)
ReferenceIonic.ZlibZlibCodecSetDictionary(array<Byte>[]()[][])
Set the dictionary to be used for either Inflation or Deflation.
Declaration Syntax
C# Visual Basic Visual C++
public int SetDictionary(
	byte[] dictionary
)
Public Function SetDictionary ( _
	dictionary As Byte() _
) As Integer
public:
int SetDictionary(
	array<unsigned char>^ dictionary
)
Parameters
dictionary (array<Byte>[]()[][])
The dictionary bytes to use.
Return Value
Z_OK if all goes well.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)