forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 16
RageLib.GTA5.ArchiveWrappers.RageArchiveResourceFileWrapper7
Jérémie N'gadi edited this page Aug 5, 2018
·
3 revisions
Represents a wrapper for a resource file in an RPFv7 archive.
namespace: RageLib.GTA5.ArchiveWrappers
-
IArchiveFile
-
IArchiveResourceFile
RageArchiveResourceFileWrapper7
-
public class RageArchiveResourceFileWrapper7 : IArchiveResourceFile
⬜ | prototype | description |
---|
⬜ | name | description |
---|---|---|
property | Name |
Gets or sets the name of the file. |
property | Size |
Gets the size of the file. |
⬜ | prototype | description |
---|---|---|
method | void Export(string fileName) |
Exports a resource file. |
method | void Export(Stream stream) |
Exports a resource file. |
method | void Import(string fileName) |
Imports a resource file. |
method | void Import(Stream stream) |
Imports a resource file. |
⬜ | name | description |
---|