C# 클래스 CASCExplorer.WowRootHandler

상속: RootHandlerBase
파일 보기 프로젝트 열기: WoW-Tools/CASCExplorer 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateStorageTree ( ) : CASCFolder

비공개 메소드들

메소드 설명
LoadPreHashedListFile ( string pathbin, string pathtext, BackgroundWorkerEx worker = null ) : bool

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateStorageTree() 보호된 메소드

protected CreateStorageTree ( ) : CASCFolder
리턴 CASCFolder

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

GetAllEntries() 공개 메소드

public GetAllEntries ( ) : RootEntry>>.IEnumerable
리턴 RootEntry>>.IEnumerable

GetAllEntries() 공개 메소드

public GetAllEntries ( ulong hash ) : IEnumerable
hash ulong
리턴 IEnumerable

GetAllEntriesByFileDataId() 공개 메소드

public GetAllEntriesByFileDataId ( int fileDataId ) : IEnumerable
fileDataId int
리턴 IEnumerable

GetEntries() 공개 메소드

public GetEntries ( ulong hash ) : IEnumerable
hash ulong
리턴 IEnumerable

GetEntriesByFileDataId() 공개 메소드

public GetEntriesByFileDataId ( int fileDataId ) : IEnumerable
fileDataId int
리턴 IEnumerable

GetFileDataIdByHash() 공개 메소드

public GetFileDataIdByHash ( ulong hash ) : int
hash ulong
리턴 int

GetFileDataIdByName() 공개 메소드

public GetFileDataIdByName ( string name ) : int
name string
리턴 int

GetHashByFileDataId() 공개 메소드

public GetHashByFileDataId ( int fileDataId ) : ulong
fileDataId int
리턴 ulong

IsUnknownFile() 공개 메소드

public IsUnknownFile ( ulong hash ) : bool
hash ulong
리턴 bool

LoadFileDataComplete() 공개 메소드

public LoadFileDataComplete ( CASCHandler casc ) : void
casc CASCHandler
리턴 void

LoadListFile() 공개 메소드

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

WowRootHandler() 공개 메소드

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