Skip to content

RageLib.Resources.ResourceSystemBlock

Jérémie N'gadi edited this page Aug 5, 2018 · 3 revisions

Represents a data block of the system segement in a resource file.

namespace: RageLib.Resources

Inheritance Hierarchy

Syntax

public class ResourceSystemBlock : IResourceSystemBlock

Constructors

prototype description

Properties

name description
property Length Gets the length of the data block.
property Position Gets or sets the position of the data block.

Methods

prototype description
method [] GetParts() Returns a list of data blocks that are part of this block.
method [] GetReferences() Returns a list of data blocks that are referenced by this block.
method void Read(ResourceDataReader reader, params object[] parameters) Reads the data block.
method void Write(ResourceDataWriter writer, params object[] parameters) Writes the data block.

Events

name description
Clone this wiki locally