forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 17
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 |
---|---|---|
/images/property.jpg | CompressedSize |
Gets the compressed size of the file. |
/images/property.jpg | IsCompressed |
Gets or sets a value indicating whether the file is compressed. |
/images/property.jpg | IsEncrypted |
Gets or sets a value indicating whether the file is encrypted. |
/images/property.jpg | Name |
Gets or sets the name of the file. |
/images/property.jpg | Size |
__ |
/images/property.jpg | 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 |
---|---|---|
/images/method.jpg | void Export(string fileName) |
Exports a binary file. |
/images/method.jpg | void Export(Stream stream) |
Exports a binary file. |
/images/method.jpg | Stream GetStream() |
Gets the stream that respresents the possibly compressed content of the file. |
/images/method.jpg | void Import(string fileName) |
Imports a binary file. |
/images/method.jpg | void Import(Stream stream) |
Imports a binary file. |
⬜ | name | description |
---|