C# Class NScumm.Core.Video.SmallHuffmanTree

Datei anzeigen Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
GetCode ( BitStream bs ) : ushort
SmallHuffmanTree ( BitStream bs ) : System

Private Methods

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

Method Details

GetCode() public method

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

SmallHuffmanTree() public method

public SmallHuffmanTree ( BitStream bs ) : System
bs BitStream
return System