C# Class TagTool.Sounds.SoundPack

Afficher le fichier Open project: TheGuardians/TagTool Class Usage Examples

Méthodes publiques

Méthode Description
FindFileByID ( uint id ) : SoundPackFile

Finds a file in the pack by ID.

FindFolderByID ( int id ) : SoundPackFolder

Finds a folder in the pack by ID.

SoundPack ( EndianReader reader ) : System

Loads a SoundPack from a stream.

Private Methods

Méthode Description
ReadFileTable ( EndianReader reader ) : void
ReadFiles ( EndianReader reader ) : void
ReadFolderTable ( EndianReader reader ) : void
ReadHeader ( EndianReader reader ) : void

Method Details

FindFileByID() public méthode

Finds a file in the pack by ID.
public FindFileByID ( uint id ) : SoundPackFile
id uint The ID of the file to find.
Résultat SoundPackFile

FindFolderByID() public méthode

Finds a folder in the pack by ID.
public FindFolderByID ( int id ) : SoundPackFolder
id int The folder's ID number.
Résultat SoundPackFolder

SoundPack() public méthode

Loads a SoundPack from a stream.
public SoundPack ( EndianReader reader ) : System
reader TagTool.IO.EndianReader The EndianReader to read from.
Résultat System