C# 클래스 MassEffect3.FileFormats.Huffman.Encoder

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
Build ( string text ) : void
Encode ( string text, BitArray bits, int offset ) : int
GetPairs ( ) : MassEffect3.FileFormats.Huffman.Pair[]

비공개 메소드들

메소드 설명
Encode ( char symbol, BitArray bits, int offset ) : int
GetTotalBits ( Node root ) : int
Traverse ( Node node, char symbol, List data ) : List

메소드 상세

Build() 공개 메소드

public Build ( string text ) : void
text string
리턴 void

Encode() 공개 메소드

public Encode ( string text, BitArray bits, int offset ) : int
text string
bits System.Collections.BitArray
offset int
리턴 int

GetPairs() 공개 메소드

public GetPairs ( ) : MassEffect3.FileFormats.Huffman.Pair[]
리턴 MassEffect3.FileFormats.Huffman.Pair[]