C# 클래스 CASCExplorer.APMFile

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

공개 메소드들

메소드 설명
APMFile ( string name, Stream stream, CASCHandler casc ) : System
GetEntry ( int index ) : APMEntry
GetPackage ( int index ) : APMPackage

메소드 상세

APMFile() 공개 메소드

public APMFile ( string name, Stream stream, CASCHandler casc ) : System
name string
stream Stream
casc CASCHandler
리턴 System

GetEntry() 공개 메소드

public GetEntry ( int index ) : APMEntry
index int
리턴 APMEntry

GetPackage() 공개 메소드

public GetPackage ( int index ) : APMPackage
index int
리턴 APMPackage