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

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

공개 메소드들

메소드 설명
load ( Stream data ) : OContainer

Reads FPT0 containers from Dragon Quest VII.

load ( string fileName ) : OContainer

Reads the FPT0 containers from Dragon Quest VII.

메소드 상세

load() 공개 정적인 메소드

Reads FPT0 containers from Dragon Quest VII.
public static load ( Stream data ) : OContainer
data System.IO.Stream Stream with container data
리턴 OContainer

load() 공개 정적인 메소드

Reads the FPT0 containers from Dragon Quest VII.
public static load ( string fileName ) : OContainer
fileName string The File Name where the data is located
리턴 OContainer