C# Class CASCExplorer.D3RootHandler

Inheritance: RootHandlerBase
Show file Open project: WoW-Tools/CASCExplorer

Public Methods

Method 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

Protected Methods

Method Description
CreateStorageTree ( ) : CASCFolder

Private Methods

Method Description
AddFile ( string pkg, D3RootEntry e ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

CreateStorageTree() protected method

protected CreateStorageTree ( ) : CASCFolder
return CASCFolder

D3RootHandler() public method

public D3RootHandler ( BinaryReader stream, BackgroundWorkerEx worker, CASCHandler casc ) : System
stream System.IO.BinaryReader
worker BackgroundWorkerEx
casc CASCHandler
return System

Dump() public method

public Dump ( ) : void
return void

GetAllEntries() public method

public GetAllEntries ( ) : RootEntry>>.IEnumerable
return RootEntry>>.IEnumerable

GetAllEntries() public method

public GetAllEntries ( ulong hash ) : IEnumerable
hash ulong
return IEnumerable

GetEntries() public method

public GetEntries ( ulong hash ) : IEnumerable
hash ulong
return IEnumerable

LoadListFile() public method

public LoadListFile ( string path, BackgroundWorkerEx worker = null ) : void
path string
worker BackgroundWorkerEx
return void