C# Class DatDigger.Sections.Resource.ResourceSection

Inheritance: SectionBase
Datei anzeigen Open project: nohbdy/ffxivmodelviewer

Private Properties

Property Type Description
LoadHeader void
LoadResourceIds void
LoadResourceInfo void
LoadResourceTypes void
LoadResources void
LoadStringTable void

Public Methods

Method Description
LoadSection ( BinaryReaderEx reader ) : void

Private Methods

Method Description
LoadHeader ( BinaryReaderEx reader ) : void
LoadResourceIds ( BinaryReaderEx reader ) : void
LoadResourceInfo ( BinaryReaderEx reader ) : void
LoadResourceTypes ( BinaryReaderEx reader ) : void
LoadResources ( BinaryReaderEx reader ) : void
LoadStringTable ( BinaryReaderEx reader ) : void

Method Details

LoadSection() public method

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