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
/images/property.jpg FileOffset __
/images/property.jpg FileSize __
/images/property.jpg FileUncompressedSize __
/images/property.jpg IsEncrypted __
/images/property.jpg Name __
/images/property.jpg NameOffset __

Methods

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

Events

name description
Clone this wiki locally