C# Класс FreakySources.Code.HuffmanRle2

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Decode ( HuffmanTree tree, byte bytes, int &curBit, int bytesCount, int bitsCountPerRepLength = 8, int bitsCountPerNotRepLength = 8 ) : byte[]

Описание методов

Decode() публичный статический Метод

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
Результат byte[]