C# 클래스 WWActorEdit.Kazari.RARC

파일 보기 프로젝트 열기: pho/WindViewer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Filename string
IsCompressed bool
Root FileNode

공개 메소드들

메소드 설명
Load ( string Path ) : void
RARC ( ) : System
RARC ( string Path ) : System
Save ( ) : void
printAllFileEntries ( FileNode Root ) : void

비공개 메소드들

메소드 설명
DecompressYaz0 ( byte Input, uint Offset, byte &Output ) : void

메소드 상세

Load() 공개 메소드

public Load ( string Path ) : void
Path string
리턴 void

RARC() 공개 메소드

public RARC ( ) : System
리턴 System

RARC() 공개 메소드

public RARC ( string Path ) : System
Path string
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void

printAllFileEntries() 공개 정적인 메소드

public static printAllFileEntries ( FileNode Root ) : void
Root FileNode
리턴 void

프로퍼티 상세

Filename 공개적으로 프로퍼티

public string Filename
리턴 string

IsCompressed 공개적으로 프로퍼티

public bool IsCompressed
리턴 bool

Root 공개적으로 프로퍼티

public FileNode Root
리턴 FileNode