C# Class Ohana3DS_Transfigured.Ohana.Containers.GARC

ファイルを表示 Open project: Quibilia/Ohana3DS-Transfigured

Public Methods

Method Description
load ( Stream data ) : OContainer

Reads a GARC archive.

load ( string fileName ) : OContainer

Reads a GARC archive.

Method Details

load() public static method

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

load() public static method

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