Skip to content

IPS ​

Represents a class for parsing and handling IPS (International Patching System) files.

Kind: Class

Namespace: ConnectorLib.Patches

Inheritance: IROMPatch

Public Constructors

IPS()

Creates a new instance of the ConnectorLib.Patches.IPS class.

IPS(string fileName)

Creates a new instance of the ConnectorLib.Patches.IPS class.

IPS(byte[] data)

Creates a new instance of the ConnectorLib.Patches.IPS class.

Public Member Functions

void

Parse(string fileName)

void

Parse(byte[] data)

Public Attributes

List

Items

Properties

byte[]

Data

[get, ]