C# 클래스 WWActorEdit.Kazari.RARCPacker

파일 보기 프로젝트 열기: pho/WindViewer

공개 프로퍼티들

프로퍼티 타입 설명
lengthOfDataTable uint
numFilesWithData uint
numNodesDone uint
stringTable string
totalNumFilesAdded int

공개 메소드들

메소드 설명
CompressRARC ( string FullPath, RARC Root ) : void
CreateEntries ( RARC Root ) : void
CreateFileEntries ( RARC Root ) : void
CreateNodeEntries ( RARC Root ) : void
CreateNodes ( RARC n ) : void
countRARCDirs ( RARC Root ) : int
countRARCFiles ( RARC Root ) : int

비공개 메소드들

메소드 설명
CreateDummyFiles ( ) : void
CreateNode ( string folder ) : void
CreateStringTable ( ) : string
Hash ( string filename ) : ushort

메소드 상세

CompressRARC() 공개 정적인 메소드

public static CompressRARC ( string FullPath, RARC Root ) : void
FullPath string
Root RARC
리턴 void

CreateEntries() 공개 정적인 메소드

public static CreateEntries ( RARC Root ) : void
Root RARC
리턴 void

CreateFileEntries() 공개 정적인 메소드

public static CreateFileEntries ( RARC Root ) : void
Root RARC
리턴 void

CreateNodeEntries() 공개 정적인 메소드

public static CreateNodeEntries ( RARC Root ) : void
Root RARC
리턴 void

CreateNodes() 공개 정적인 메소드

public static CreateNodes ( RARC n ) : void
n RARC
리턴 void

countRARCDirs() 공개 정적인 메소드

public static countRARCDirs ( RARC Root ) : int
Root RARC
리턴 int

countRARCFiles() 공개 정적인 메소드

public static countRARCFiles ( RARC Root ) : int
Root RARC
리턴 int

프로퍼티 상세

lengthOfDataTable 공개적으로 정적으로 프로퍼티

public static uint lengthOfDataTable
리턴 uint

numFilesWithData 공개적으로 정적으로 프로퍼티

public static uint numFilesWithData
리턴 uint

numNodesDone 공개적으로 정적으로 프로퍼티

public static uint numNodesDone
리턴 uint

stringTable 공개적으로 정적으로 프로퍼티

public static string stringTable
리턴 string

totalNumFilesAdded 공개적으로 정적으로 프로퍼티

public static int totalNumFilesAdded
리턴 int