Skip to content

RageLib.GTA5.Archives.RageArchiveBinaryFile7

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

Represents a binary file in an RPFv7 archive.

namespace: RageLib.GTA5.Archives

Inheritance Hierarchy

Syntax

public class RageArchiveBinaryFile7 : IRageArchiveFileEntry7

Constructors

prototype description

Properties

name description
property FileOffset __
property FileSize __
property FileUncompressedSize __
property IsEncrypted __
property Name __
property NameOffset __

Methods

prototype description
method void Read(DataReader reader) Reads the binary file entry.
method void Write(DataWriter writer) Writes the binary file entry.

Events

name description
Clone this wiki locally