RageLib.GTA5.ArchiveWrappers.RageArchiveWrapper7 - indilo53/gta-toolkit GitHub Wiki
Represents a wrapper for an RPFv7 archive.
namespace: RageLib.GTA5.ArchiveWrappers
Inheritance Hierarchy
Syntax
public class RageArchiveWrapper7 : IArchive
Constructors
:white_large_square: |
prototype |
description |
Properties
:white_large_square: |
name |
description |
property |
FileName |
__ |
property |
Root |
Gets the root directory of the archive. |
Methods
:white_large_square: |
prototype |
description |
method |
RageArchiveWrapper7 Create(string fileName) |
__ |
method |
RageArchiveWrapper7 Create(Stream stream, string fileName, bool leaveOpen=false) |
__ |
method |
void Dispose() |
Releases all resources used by the archive. |
method |
void Flush() |
Clears all buffers for this archive and causes any buffered data to be written to the underlying device. |
method |
RageArchiveWrapper7 Open(string fileName) |
__ |
method |
RageArchiveWrapper7 Open(Stream stream, string fileName, bool leaveOpen=false) |
__ |
method |
void RequestBytes(RageArchiveBinaryFile7 file_, long newLength) |
__ |
method |
void RequestBytesRES(RageArchiveResourceFile7 file_, long newLength) |
__ |
Events
:white_large_square: |
name |
description |