C# Class WWActorEdit.Kazari.RARC

Show file Open project: pho/WindViewer Class Usage Examples

Public Properties

Property Type Description
Filename string
IsCompressed bool
Root FileNode

Public Methods

Method Description
Load ( string Path ) : void
RARC ( ) : System
RARC ( string Path ) : System
Save ( ) : void
printAllFileEntries ( FileNode Root ) : void

Private Methods

Method Description
DecompressYaz0 ( byte Input, uint Offset, byte &Output ) : void

Method Details

Load() public method

public Load ( string Path ) : void
Path string
return void

RARC() public method

public RARC ( ) : System
return System

RARC() public method

public RARC ( string Path ) : System
Path string
return System

Save() public method

public Save ( ) : void
return void

printAllFileEntries() public static method

public static printAllFileEntries ( FileNode Root ) : void
Root FileNode
return void

Property Details

Filename public property

public string Filename
return string

IsCompressed public property

public bool IsCompressed
return bool

Root public property

public FileNode Root
return FileNode