Skip to content

RageLib.GTA5.Archives.RageArchive7

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

Represents an RPFv7 archive.

namespace: RageLib.GTA5.Archives

Inheritance Hierarchy

  • IDisposable
    • RageArchive7

Syntax

public class RageArchive7

Constructors

prototype description
method RageArchive7 (Stream fileStream, bool leaveOpen=false) Creates an RPFv7 archive.

Properties

name description
property BaseStream __
property Encryption __
property Root __

Methods

prototype description
method void Dispose() Releases all resources used by the archive.
method void ReadHeader(byte[] aesKey=null, byte[] ngKey=null) Reads the archive header.
method void WriteHeader(byte[] aesKey=null, byte[] ngKey=null) Writes the archive header.

Events

name description
Clone this wiki locally