DeflaterEngine.SetDictionary Method

[Visual Basic]
Public Sub SetDictionary( _
   ByVal buffer As Byte(), _
   ByVal offset As Integer, _
   ByVal length As Integer _
)
[C#]
public void SetDictionary(
   byte[] buffer,
   int offset,
   int length
);

See Also

DeflaterEngine Class | DeflaterEngine Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace