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

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

공개 메소드들

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

Reads a GARC archive.

load ( string fileName ) : OContainer

Reads a GARC archive.

메소드 상세

load() 공개 정적인 메소드

Reads a GARC archive.
public static load ( Stream data ) : OContainer
data Stream Stream of the data
리턴 OContainer

load() 공개 정적인 메소드

Reads a GARC archive.
public static load ( string fileName ) : OContainer
fileName string The File Name where the data is located
리턴 OContainer