forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 15
RageLib.GTA5.Archives.RageArchive7
Jérémie N'gadi edited this page Aug 5, 2018
·
3 revisions
Represents an RPFv7 archive.
namespace: RageLib.GTA5.Archives
-
IDisposable
RageArchive7
public class RageArchive7
⬜ | prototype | description |
---|---|---|
method | RageArchive7 (Stream fileStream, bool leaveOpen=false) |
Creates an RPFv7 archive. |
⬜ | name | description |
---|---|---|
property | BaseStream |
__ |
property | Encryption |
__ |
property | Root |
__ |
⬜ | prototype | description |
---|---|---|
method | void Dispose() |
Releases all resources used by the archive. |
method | void ReadHeader(byte[] aesKey=null, byte[] ngKey=null) |
Reads the archive header. |
method | void WriteHeader(byte[] aesKey=null, byte[] ngKey=null) |
Writes the archive header. |
⬜ | name | description |
---|