C# Class WWActorEdit.Kazari.RARC

Afficher le fichier Open project: pho/WindViewer Class Usage Examples

Méthodes publiques

Свойство Type Description
Filename string
IsCompressed bool
Root FileNode

Méthodes publiques

Méthode Description
Load ( string Path ) : void
RARC ( ) : System
RARC ( string Path ) : System
Save ( ) : void
printAllFileEntries ( FileNode Root ) : void

Private Methods

Méthode Description
DecompressYaz0 ( byte Input, uint Offset, byte &Output ) : void

Method Details

Load() public méthode

public Load ( string Path ) : void
Path string
Résultat void

RARC() public méthode

public RARC ( ) : System
Résultat System

RARC() public méthode

public RARC ( string Path ) : System
Path string
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void

printAllFileEntries() public static méthode

public static printAllFileEntries ( FileNode Root ) : void
Root FileNode
Résultat void

Property Details

Filename public_oe property

public string Filename
Résultat string

IsCompressed public_oe property

public bool IsCompressed
Résultat bool

Root public_oe property

public FileNode Root
Résultat FileNode