Skip to content

RageLib.GTA5.ArchiveWrappers.RageArchiveWrapper7

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

Represents a wrapper for an RPFv7 archive.

namespace: RageLib.GTA5.ArchiveWrappers

Inheritance Hierarchy

  • IDisposable

Syntax

public class RageArchiveWrapper7 : IArchive

Constructors

prototype description

Properties

name description
property FileName __
property Root Gets the root directory of the archive.

Methods

prototype description
method RageArchiveWrapper7 Create(string fileName) __
method RageArchiveWrapper7 Create(Stream stream, string fileName, bool leaveOpen=false) __
method void Dispose() Releases all resources used by the archive.
method void Flush() Clears all buffers for this archive and causes any buffered data to be written to the underlying device.
method RageArchiveWrapper7 Open(string fileName) __
method RageArchiveWrapper7 Open(Stream stream, string fileName, bool leaveOpen=false) __
method void RequestBytes(RageArchiveBinaryFile7 file_, long newLength) __
method void RequestBytesRES(RageArchiveResourceFile7 file_, long newLength) __

Events

name description
Clone this wiki locally