C# Class CASCExplorer.OwRootHandler

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

Public Properties

Property Type Description
APMList string[]
LanguageScan string

Public Methods

Method Description
Clear ( ) : void
Dump ( ) : void
GetAllEntries ( ) : RootEntry>>.IEnumerable
GetAllEntries ( ulong hash ) : IEnumerable
GetEntries ( ulong hash ) : IEnumerable
GetEntry ( ulong hash, OWRootEntry &entry ) : bool
LoadListFile ( string path, BackgroundWorkerEx worker = null ) : void
OwRootHandler ( BinaryReader stream, BackgroundWorkerEx worker, CASCHandler casc ) : System

Protected Methods

Method Description
CreateStorageTree ( ) : CASCFolder

Private Methods

Method Description
keyToTypeID ( ulong key ) : ulong

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

GetEntries() public method

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

GetEntry() public method

public GetEntry ( ulong hash, OWRootEntry &entry ) : bool
hash ulong
entry OWRootEntry
return bool

LoadListFile() public method

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

OwRootHandler() public method

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

Property Details

APMList public property

public string[] APMList
return string[]

LanguageScan public static property

public static string LanguageScan
return string