RageLib.GTA5.ArchiveWrappers.RageArchiveBinaryFileWrapper7 - indilo53/gta-toolkit GitHub Wiki
Represents a wrapper for a binary file in an RPFv7 archive.
namespace: RageLib.GTA5.ArchiveWrappers
Inheritance Hierarchy
Syntax
public class RageArchiveBinaryFileWrapper7 : IArchiveBinaryFile
Constructors
:white_large_square: |
prototype |
description |
Properties
:white_large_square: |
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
:white_large_square: |
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
:white_large_square: |
name |
description |