C# Class SharpTune.RomMod.BlobList

Merges the content of contiguous SRecords into a list of Blobs.
ファイルを表示 Open project: Merp/SharpTune Class Usage Examples

Public Properties

Property Type Description
Blobs List

Public Methods

Method Description
BlobList ( ) : System

Constructor.

ProcessRecord ( SRecord record ) : void

Add the payload of an SRecord to the appropriate blob, or create a new blob if necessary.

Method Details

BlobList() public method

Constructor.
public BlobList ( ) : System
return System

ProcessRecord() public method

Add the payload of an SRecord to the appropriate blob, or create a new blob if necessary.
public ProcessRecord ( SRecord record ) : void
record SRecord
return void

Property Details

Blobs public_oe property

Congealed blobs.
public List Blobs
return List