Table of Contents

Class Binary2NitroRom

Namespace
SceneGate.Ekona.Containers.Rom
Assembly
SceneGate.Ekona.dll

Converter for binary formats into a NitroRom container.

public class Binary2NitroRom : IConverter<IBinary, NitroRom>, IConverter
Inheritance
Binary2NitroRom
Implements
IConverter<IBinary, NitroRom>
IConverter
Inherited Members

Constructors

Binary2NitroRom()

Initializes a new instance of the Binary2NitroRom class.

public Binary2NitroRom()

Binary2NitroRom(DsiKeyStore)

Initializes a new instance of the Binary2NitroRom class.

public Binary2NitroRom(DsiKeyStore keys)

Parameters

keys DsiKeyStore

Keys for hashes validation.

Methods

Convert(IBinary)

Read the internal info of a ROM file.

public NitroRom Convert(IBinary source)

Parameters

source IBinary

Source binary format to read from.

Returns

NitroRom

The new node container.