C# Class NScumm.Core.Video.BigHuffmanTree

Datei anzeigen Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
BigHuffmanTree ( BitStream bs, int allocSize ) : System
GetCode ( BitStream bs ) : uint
Reset ( ) : void

Private Methods

Method Description
DecodeTree ( uint prefix, int length ) : uint

Method Details

BigHuffmanTree() public method

public BigHuffmanTree ( BitStream bs, int allocSize ) : System
bs BitStream
allocSize int
return System

GetCode() public method

public GetCode ( BitStream bs ) : uint
bs BitStream
return uint

Reset() public method

public Reset ( ) : void
return void