C# Class CASCExplorer.WowRootHandler

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

Public Methods

Method Description
Clear ( ) : void
Dump ( ) : void
GetAllEntries ( ) : RootEntry>>.IEnumerable
GetAllEntries ( ulong hash ) : IEnumerable
GetAllEntriesByFileDataId ( int fileDataId ) : IEnumerable
GetEntries ( ulong hash ) : IEnumerable
GetEntriesByFileDataId ( int fileDataId ) : IEnumerable
GetFileDataIdByHash ( ulong hash ) : int
GetFileDataIdByName ( string name ) : int
GetHashByFileDataId ( int fileDataId ) : ulong
IsUnknownFile ( ulong hash ) : bool
LoadFileDataComplete ( CASCHandler casc ) : void
LoadListFile ( string path, BackgroundWorkerEx worker = null ) : void
WowRootHandler ( BinaryReader stream, BackgroundWorkerEx worker ) : System

Protected Methods

Method Description
CreateStorageTree ( ) : CASCFolder

Private Methods

Method Description
LoadPreHashedListFile ( string pathbin, string pathtext, BackgroundWorkerEx worker = null ) : bool

Method Details

Clear() public method

public Clear ( ) : void
return void

CreateStorageTree() protected method

protected CreateStorageTree ( ) : CASCFolder
return CASCFolder

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

GetAllEntriesByFileDataId() public method

public GetAllEntriesByFileDataId ( int fileDataId ) : IEnumerable
fileDataId int
return IEnumerable

GetEntries() public method

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

GetEntriesByFileDataId() public method

public GetEntriesByFileDataId ( int fileDataId ) : IEnumerable
fileDataId int
return IEnumerable

GetFileDataIdByHash() public method

public GetFileDataIdByHash ( ulong hash ) : int
hash ulong
return int

GetFileDataIdByName() public method

public GetFileDataIdByName ( string name ) : int
name string
return int

GetHashByFileDataId() public method

public GetHashByFileDataId ( int fileDataId ) : ulong
fileDataId int
return ulong

IsUnknownFile() public method

public IsUnknownFile ( ulong hash ) : bool
hash ulong
return bool

LoadFileDataComplete() public method

public LoadFileDataComplete ( CASCHandler casc ) : void
casc CASCHandler
return void

LoadListFile() public method

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

WowRootHandler() public method

public WowRootHandler ( BinaryReader stream, BackgroundWorkerEx worker ) : System
stream System.IO.BinaryReader
worker BackgroundWorkerEx
return System