C# 클래스 Ohana3DS_Transfigured.Ohana.Containers.PkmnContainer

파일 보기 프로젝트 열기: Quibilia/Ohana3DS-Transfigured

공개 메소드들

메소드 설명
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