C# 클래스 CASCExplorer.D3RootHandler

상속: RootHandlerBase
파일 보기 프로젝트 열기: WoW-Tools/CASCExplorer

공개 메소드들

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

보호된 메소드들

메소드 설명
CreateStorageTree ( ) : CASCFolder

비공개 메소드들

메소드 설명
AddFile ( string pkg, D3RootEntry e ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateStorageTree() 보호된 메소드

protected CreateStorageTree ( ) : CASCFolder
리턴 CASCFolder

D3RootHandler() 공개 메소드

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

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

GetAllEntries() 공개 메소드

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

GetAllEntries() 공개 메소드

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

GetEntries() 공개 메소드

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

LoadListFile() 공개 메소드

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