C# Class UpkManager.Domain.Models.UpkFile.Objects.Sounds.DomainObjectSoundNodeWave

Inheritance: DomainObjectCompressionBase
Mostra file Open project: stricq/UPKManager

Public Methods

Method Description
DomainObjectSoundNodeWave ( ) : System.Collections.Generic
GetObjectStream ( ) : Stream
ReadDomainObject ( ByteArrayReader reader, DomainHeader header, DomainExportTableEntry export, bool skipProperties, bool skipParse ) : System.Threading.Tasks.Task
SaveObject ( string filename, object configuration ) : System.Threading.Tasks.Task

Method Details

DomainObjectSoundNodeWave() public method

public DomainObjectSoundNodeWave ( ) : System.Collections.Generic
return System.Collections.Generic

GetObjectStream() public method

public GetObjectStream ( ) : Stream
return System.IO.Stream

ReadDomainObject() public method

public ReadDomainObject ( ByteArrayReader reader, DomainHeader header, DomainExportTableEntry export, bool skipProperties, bool skipParse ) : System.Threading.Tasks.Task
reader UpkManager.Domain.Helpers.ByteArrayReader
header DomainHeader
export UpkManager.Domain.Models.UpkFile.Tables.DomainExportTableEntry
skipProperties bool
skipParse bool
return System.Threading.Tasks.Task

SaveObject() public method

public SaveObject ( string filename, object configuration ) : System.Threading.Tasks.Task
filename string
configuration object
return System.Threading.Tasks.Task