DeflaterHuffman.Tree.SetStaticCodes Method

SharpZip Compression Library

SharpZip Compression Library

DeflaterHuffman.Tree.SetStaticCodes Method 

Set static codes and length

public void SetStaticCodes(
   short[] stCodes,
   byte[] stLength
);

Parameters

stCodes
new codes
stLength
length for new codes

See Also

DeflaterHuffman.Tree Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace