RageLib.GTA5.Archives.RageArchive7 - indilo53/gta-toolkit GitHub Wiki

Represents an RPFv7 archive.

namespace: RageLib.GTA5.Archives

Inheritance Hierarchy

  • IDisposable
    • RageArchive7

Syntax

public class RageArchive7

Constructors

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

Properties

:white_large_square: name description
property BaseStream __
property Encryption __
property Root __

Methods

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

:white_large_square: name description