C# Class FreakySources.Code.HuffmanRle2

Mostra file Open project: KvanTTT/Freaky-Sources Class Usage Examples

Public Methods

Method Description
Decode ( HuffmanTree tree, byte bytes, int &curBit, int bytesCount, int bitsCountPerRepLength = 8, int bitsCountPerNotRepLength = 8 ) : byte[]

Method Details

Decode() public static method

public static Decode ( HuffmanTree tree, byte bytes, int &curBit, int bytesCount, int bitsCountPerRepLength = 8, int bitsCountPerNotRepLength = 8 ) : byte[]
tree HuffmanTree
bytes byte
curBit int
bytesCount int
bitsCountPerRepLength int
bitsCountPerNotRepLength int
return byte[]