Skip to content

IROMPatch ​

Interface for an overall ROM patch.

Kind: Interface

Namespace: ConnectorLib.Patches

Public Member Functions

abstract virtual

void

Parse(byte[] data)

Parses the patch data from a byte array containing a patch file.

abstract virtual

void

Parse(string fileName)

Parses the patch data from a byte array containing a patch file.

Properties

IReadOnlyList

Items

[get, ]

A collection of sub-patches that make up the overall patch.

byte[]

Data

[get, ]

The raw data of the patch file.