C# Class CASCExplorer.D3RootHandler

Inheritance: RootHandlerBase
Afficher le fichier Open project: WoW-Tools/CASCExplorer

Méthodes publiques

Méthode Description
Clear ( ) : void
D3RootHandler ( BinaryReader stream, BackgroundWorkerEx worker, CASCHandler casc ) : System
Dump ( ) : void
GetAllEntries ( ) : RootEntry>>.IEnumerable
GetAllEntries ( ulong hash ) : IEnumerable
GetEntries ( ulong hash ) : IEnumerable
LoadListFile ( string path, BackgroundWorkerEx worker = null ) : void

Méthodes protégées

Méthode Description
CreateStorageTree ( ) : CASCFolder

Private Methods

Méthode Description
AddFile ( string pkg, D3RootEntry e ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateStorageTree() protected méthode

protected CreateStorageTree ( ) : CASCFolder
Résultat CASCFolder

D3RootHandler() public méthode

public D3RootHandler ( BinaryReader stream, BackgroundWorkerEx worker, CASCHandler casc ) : System
stream System.IO.BinaryReader
worker BackgroundWorkerEx
casc CASCHandler
Résultat System

Dump() public méthode

public Dump ( ) : void
Résultat void

GetAllEntries() public méthode

public GetAllEntries ( ) : RootEntry>>.IEnumerable
Résultat RootEntry>>.IEnumerable

GetAllEntries() public méthode

public GetAllEntries ( ulong hash ) : IEnumerable
hash ulong
Résultat IEnumerable

GetEntries() public méthode

public GetEntries ( ulong hash ) : IEnumerable
hash ulong
Résultat IEnumerable

LoadListFile() public méthode

public LoadListFile ( string path, BackgroundWorkerEx worker = null ) : void
path string
worker BackgroundWorkerEx
Résultat void