Interface IHuffmanDictionary
public interface IHuffmanDictionary
Properties
ShortestSymbolLength
int ShortestSymbolLength { get; }
Property Value
Symbols
Symbol[] Symbols { get; }
Property Value
- Symbol[]
public interface IHuffmanDictionary
int ShortestSymbolLength { get; }
Symbol[] Symbols { get; }