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

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

Public Methods

Method Description
BinaryBioCodexMap ( BioCodexSection>.IDictionary sections = null, BioCodexPage>.IDictionary pages = null ) : System
Load ( Stream stream ) : BioCodexMap
Load ( string path ) : BioCodexMap
Save ( Stream stream ) : void
Save ( string path ) : void

Method Details

BinaryBioCodexMap() public method

public BinaryBioCodexMap ( BioCodexSection>.IDictionary sections = null, BioCodexPage>.IDictionary pages = null ) : System
sections BioCodexSection>.IDictionary
pages BioCodexPage>.IDictionary
return System

Load() public static method

public static Load ( Stream stream ) : BioCodexMap
stream Stream
return BioCodexMap

Load() public static method

public static Load ( string path ) : BioCodexMap
path string
return BioCodexMap

Save() public method

public Save ( Stream stream ) : void
stream Stream
return void

Save() public method

public Save ( string path ) : void
path string
return void