C# Class OpenRA.FileFormats.Huffman

Mostrar archivo Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Count short[]
Symbol short[]

Public Methods

Method Description
Huffman ( byte rep, int n, short symbolCount ) : System

Method Details

Huffman() public method

public Huffman ( byte rep, int n, short symbolCount ) : System
rep byte
n int
symbolCount short
return System

Property Details

Count public_oe property

public short[] Count
return short[]

Symbol public_oe property

public short[] Symbol
return short[]