C# Class Ohana3DS_Transfigured.Ohana.Containers.PkmnContainer

Afficher le fichier Open project: Quibilia/Ohana3DS-Transfigured

Méthodes publiques

Méthode Description
load ( Stream data ) : OContainer

Reads a generic Pokémon container from a Stream. Those containers are the ones that starts with "GR", "MM", "AD" and so on...

load ( string fileName ) : OContainer

Reads a generic Pokémon container from a File. Those containers are the ones that starts with "GR", "MM", "AD" and so on...

Method Details

load() public static méthode

Reads a generic Pokémon container from a Stream. Those containers are the ones that starts with "GR", "MM", "AD" and so on...
public static load ( Stream data ) : OContainer
data System.IO.Stream Stream with container data
Résultat OContainer

load() public static méthode

Reads a generic Pokémon container from a File. Those containers are the ones that starts with "GR", "MM", "AD" and so on...
public static load ( string fileName ) : OContainer
fileName string The File Name where the data is located
Résultat OContainer