C# Class Ohana3DS_Transfigured.Ohana.Containers.DARC

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

Public Methods

Method Description
load ( Stream data ) : OContainer

Reads a DARC archive.

load ( string fileName ) : OContainer

Reads a DARC archive.

Private Methods

Method Description
getEntry ( BinaryReader input ) : fileEntry
getName ( BinaryReader input, long offset ) : string

Method Details

load() public static method

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

load() public static method

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