C# Class NScumm.Scumm.Audio.IMuse.IMuseDigital.BundleDirCache

Show file Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
BundleDirCache ( ) : System
GetIndexTable ( int slot ) : IndexNode[]
GetNumFiles ( int slot ) : int
GetTable ( int slot ) : AudioTable[]
IsSndDataExtComp ( int slot ) : bool
MatchFile ( string filename ) : int

Private Methods

Method Description
CreateAudioTable ( int length ) : AudioTable[]
CreateIndexTable ( int length ) : IndexNode[]

Method Details

BundleDirCache() public method

public BundleDirCache ( ) : System
return System

GetIndexTable() public method

public GetIndexTable ( int slot ) : IndexNode[]
slot int
return IndexNode[]

GetNumFiles() public method

public GetNumFiles ( int slot ) : int
slot int
return int

GetTable() public method

public GetTable ( int slot ) : AudioTable[]
slot int
return AudioTable[]

IsSndDataExtComp() public method

public IsSndDataExtComp ( int slot ) : bool
slot int
return bool

MatchFile() public method

public MatchFile ( string filename ) : int
filename string
return int