Table of Contents

Interface IHuffmanDictionary

Namespace
Fluxzy.Clients.H2.Encoder.Huffman.Interfaces
Assembly
Fluxzy.Core.dll
public interface IHuffmanDictionary

Properties

ShortestSymbolLength

int ShortestSymbolLength { get; }

Property Value

int

Symbols

Symbol[] Symbols { get; }

Property Value

Symbol[]