C# Class FETextEditor.Program

Show file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

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

Private Methods

Method Description
Main ( ) : void
MakeTree ( int headIndex, IntNode nodes ) : BinaryTree

Method Details

GetHuffmanTree() public static method

public static GetHuffmanTree ( byte data, int index, int count ) : BinaryTree
data byte
index int
count int
return BinaryTree

RawCopy() public static method

public static RawCopy ( this array ) : ushort[]
array this
return ushort[]