C# 클래스 FETextEditor.Program

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
GetHuffmanTree ( byte data, int index, int count ) : BinaryTree
RawCopy ( this array ) : ushort[]

비공개 메소드들

메소드 설명
Main ( ) : void
MakeTree ( int headIndex, IntNode nodes ) : BinaryTree

메소드 상세

GetHuffmanTree() 공개 정적인 메소드

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

RawCopy() 공개 정적인 메소드

public static RawCopy ( this array ) : ushort[]
array this
리턴 ushort[]