C# Class SharpTune.RomMod.BlobList

Merges the content of contiguous SRecords into a list of Blobs.
Afficher le fichier Open project: Merp/SharpTune Class Usage Examples

Méthodes publiques

Свойство Type Description
Blobs List

Méthodes publiques

Méthode 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 méthode

Constructor.
public BlobList ( ) : System
Résultat System

ProcessRecord() public méthode

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

Property Details

Blobs public_oe property

Congealed blobs.
public List Blobs
Résultat List