C# Класс SharpTune.RomMod.BlobList

Merges the content of contiguous SRecords into a list of Blobs.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Blobs List

Открытые методы

Метод Описание
BlobList ( ) : System

Constructor.

ProcessRecord ( SRecord record ) : void

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

Описание методов

BlobList() публичный Метод

Constructor.
public BlobList ( ) : System
Результат System

ProcessRecord() публичный Метод

Add the payload of an SRecord to the appropriate blob, or create a new blob if necessary.
public ProcessRecord ( SRecord record ) : void
record SRecord
Результат void

Описание свойств

Blobs публичное свойство

Congealed blobs.
public List Blobs
Результат List