C# Класс CrystalMpq.HuffmanTree

Показать файл Открыть проект

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

Метод Описание
CompressBlock ( byte inBuffer, int index, int count, byte outBuffer ) : int
DecompressBlock ( byte inBuffer, int index, int count, byte outBuffer ) : void

Приватные методы

Метод Описание
BuildList ( byte data ) : void
BuildTree ( byte data ) : void
ClearCache ( ) : void
GetNewItem ( int value, int weight ) : HuffmanItem
Reset ( ) : void

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

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

public static CompressBlock ( byte inBuffer, int index, int count, byte outBuffer ) : int
inBuffer byte
index int
count int
outBuffer byte
Результат int

DecompressBlock() публичный Метод

public DecompressBlock ( byte inBuffer, int index, int count, byte outBuffer ) : void
inBuffer byte
index int
count int
outBuffer byte
Результат void