C# Class NScumm.Core.Video.BigHuffmanTree

Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
BigHuffmanTree ( BitStream bs, int allocSize ) : System
GetCode ( BitStream bs ) : uint
Reset ( ) : void

Private Methods

Méthode Description
DecodeTree ( uint prefix, int length ) : uint

Method Details

BigHuffmanTree() public méthode

public BigHuffmanTree ( BitStream bs, int allocSize ) : System
bs BitStream
allocSize int
Résultat System

GetCode() public méthode

public GetCode ( BitStream bs ) : uint
bs BitStream
Résultat uint

Reset() public méthode

public Reset ( ) : void
Résultat void