C# Class Ohana3DS_Transfigured.Ohana.Containers.DARC

Afficher le fichier Open project: Quibilia/Ohana3DS-Transfigured

Méthodes publiques

Méthode Description
load ( Stream data ) : OContainer

Reads a DARC archive.

load ( string fileName ) : OContainer

Reads a DARC archive.

Private Methods

Méthode Description
getEntry ( BinaryReader input ) : fileEntry
getName ( BinaryReader input, long offset ) : string

Method Details

load() public static méthode

Reads a DARC archive.
public static load ( Stream data ) : OContainer
data System.IO.Stream Stream of the data
Résultat OContainer

load() public static méthode

Reads a DARC archive.
public static load ( string fileName ) : OContainer
fileName string The File Name where the data is located
Résultat OContainer