C# Class Ohana3DS_Transfigured.Ohana.Containers.PkmnContainer

显示文件 Open project: Quibilia/Ohana3DS-Transfigured

Public Methods

Method 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 method

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
return OContainer

load() public static method

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
return OContainer