RageLib.GTA5.ArchiveWrappers.RageArchiveResourceFileWrapper7 - indilo53/gta-toolkit GitHub Wiki

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

namespace: RageLib.GTA5.ArchiveWrappers

Inheritance Hierarchy

Syntax

public class RageArchiveResourceFileWrapper7 : IArchiveResourceFile

Constructors

:white_large_square: prototype description

Properties

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

Methods

:white_large_square: 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

:white_large_square: name description