C# Class DatDigger.Sections.UI.SqexFile

Inheritance: INavigable
Datei anzeigen Open project: nohbdy/ffxivmodelviewer

Public Methods

Method Description
DecodeData ( ) : void
LoadFile ( BinaryReaderEx reader ) : void
ReadEncodedData ( BinaryReaderEx reader ) : void
SqexFile ( string fileName, string key ) : System.Collections.Generic

Method Details

DecodeData() public method

public DecodeData ( ) : void
return void

LoadFile() public method

public LoadFile ( BinaryReaderEx reader ) : void
reader BinaryReaderEx
return void

ReadEncodedData() public method

public ReadEncodedData ( BinaryReaderEx reader ) : void
reader BinaryReaderEx
return void

SqexFile() public method

public SqexFile ( string fileName, string key ) : System.Collections.Generic
fileName string
key string
return System.Collections.Generic