Skip to content

RageLib.GTA5.ArchiveWrappers.RageArchiveResourceFileWrapper7

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

Represents a wrapper for a resource file in an RPFv7 archive.

namespace: RageLib.GTA5.ArchiveWrappers

Inheritance Hierarchy

Syntax

public class RageArchiveResourceFileWrapper7 : IArchiveResourceFile

Constructors

prototype description

Properties

name description
property Name Gets or sets the name of the file.
property Size Gets the size of the file.

Methods

prototype description
method void Export(string fileName) Exports a resource file.
method void Export(Stream stream) Exports a resource file.
method void Import(string fileName) Imports a resource file.
method void Import(Stream stream) Imports a resource file.

Events

name description
Clone this wiki locally