C# Class ME3Explorer.TalkFile.HuffmanNode

Show file 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 property

public int LeftNodeID
return int

RightNodeID public property

public int RightNodeID
return int