C# Class Gammtek.Conduit.MassEffect3.SFXGame.CodexMap.BinaryBioCodexMap.BioCodexMapReader

Inheritance: Gammtek.Conduit.IO.DataReader
Datei anzeigen Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
BioCodexMapReader ( Stream stream ) : System
ReadCodexPage ( ) : BioCodexPage
ReadCodexSection ( ) : BioCodexSection

Protected Methods

Method Description
ReadCodexEntry ( BioCodexEntry entry ) : void

Method Details

BioCodexMapReader() public method

public BioCodexMapReader ( Stream stream ) : System
stream Stream
return System

ReadCodexEntry() protected method

protected ReadCodexEntry ( BioCodexEntry entry ) : void
entry BioCodexEntry
return void

ReadCodexPage() public method

public ReadCodexPage ( ) : BioCodexPage
return BioCodexPage

ReadCodexSection() public method

public ReadCodexSection ( ) : BioCodexSection
return BioCodexSection