C# Class ME3Explorer.TalkFile.HuffmanNode

显示文件 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
LeftNodeID int
RightNodeID int

Public Methods

Method Description
HuffmanNode ( BinaryReader r ) : System

Method Details

HuffmanNode() public method

public HuffmanNode ( BinaryReader r ) : System
r System.IO.BinaryReader
return System

Property Details

LeftNodeID public_oe property

public int LeftNodeID
return int

RightNodeID public_oe property

public int RightNodeID
return int