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

Inheritance: BioCodexMap
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Load() public static méthode

public static Load ( Stream stream ) : BioCodexMap
stream Stream
Résultat BioCodexMap

Load() public static méthode

public static Load ( string path ) : BioCodexMap
path string
Résultat BioCodexMap

Save() public méthode

public Save ( Stream stream ) : void
stream Stream
Résultat void

Save() public méthode

public Save ( string path ) : void
path string
Résultat void