C# Класс Ohana3DS_Transfigured.Ohana.Containers.PkmnContainer

Показать файл Открыть проект

Открытые методы

Метод Описание
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...

Описание методов

load() публичный статический Метод

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
Результат OContainer

load() публичный статический Метод

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
Результат OContainer