C# Class FETextEditor.Program

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode Description
GetHuffmanTree ( byte data, int index, int count ) : BinaryTree
RawCopy ( this array ) : ushort[]

Private Methods

Méthode Description
Main ( ) : void
MakeTree ( int headIndex, IntNode nodes ) : BinaryTree

Method Details

GetHuffmanTree() public static méthode

public static GetHuffmanTree ( byte data, int index, int count ) : BinaryTree
data byte
index int
count int
Résultat BinaryTree

RawCopy() public static méthode

public static RawCopy ( this array ) : ushort[]
array this
Résultat ushort[]