forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 15
RageLib.GTA5.Archives.RageArchiveBinaryFile7
Jérémie N'gadi edited this page Aug 5, 2018
·
3 revisions
Represents a binary file in an RPFv7 archive.
namespace: RageLib.GTA5.Archives
-
IRageArchiveEntry7
-
IRageArchiveFileEntry7
RageArchiveBinaryFile7
-
public class RageArchiveBinaryFile7 : IRageArchiveFileEntry7
⬜ | prototype | description |
---|
⬜ | name | description |
---|---|---|
property | FileOffset |
__ |
property | FileSize |
__ |
property | FileUncompressedSize |
__ |
property | IsEncrypted |
__ |
property | Name |
__ |
property | NameOffset |
__ |
⬜ | prototype | description |
---|---|---|
method | void Read(DataReader reader) |
Reads the binary file entry. |
method | void Write(DataWriter writer) |
Writes the binary file entry. |
⬜ | name | description |
---|