Skip to content

RageLib.GTA5.ArchiveWrappers.RageArchiveBinaryFileWrapper7

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

Represents a wrapper for a binary file in an RPFv7 archive.

namespace: RageLib.GTA5.ArchiveWrappers

Inheritance Hierarchy

Syntax

public class RageArchiveBinaryFileWrapper7 : IArchiveBinaryFile

Constructors

prototype description

Properties

name description
property CompressedSize Gets the compressed size of the file.
property IsCompressed Gets or sets a value indicating whether the file is compressed.
property IsEncrypted Gets or sets a value indicating whether the file is encrypted.
property Name Gets or sets the name of the file.
property Size __
property UncompressedSize Gets or sets a value indicating the uncompressed size of the file. This property can only be set if the file is compressed.

Methods

prototype description
method void Export(string fileName) Exports a binary file.
method void Export(Stream stream) Exports a binary file.
method Stream GetStream() Gets the stream that respresents the possibly compressed content of the file.
method void Import(string fileName) Imports a binary file.
method void Import(Stream stream) Imports a binary file.

Events

name description
Clone this wiki locally