forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 15
RageLib.GTA5.ArchiveWrappers.RageArchiveBinaryFileWrapper7
Jérémie N'gadi edited this page Aug 5, 2018
·
3 revisions
Represents a wrapper for a binary file in an RPFv7 archive.
namespace: RageLib.GTA5.ArchiveWrappers
-
IArchiveFile
-
IArchiveBinaryFile
RageArchiveBinaryFileWrapper7
-
public class RageArchiveBinaryFileWrapper7 : IArchiveBinaryFile
⬜ | prototype | description |
---|
⬜ | 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. |
⬜ | 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. |
⬜ | name | description |
---|