forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 15
RageLib.Resources.ResourceDataWriter
Jérémie N'gadi edited this page Aug 5, 2018
·
3 revisions
Represents a resource data writer.
namespace: RageLib.Resources
-
DataWriter
ResourceDataWriter
public class ResourceDataWriter : DataWriter
⬜ | prototype | description |
---|---|---|
method | ResourceDataWriter (Stream systemStream, Stream graphicsStream, Endianess endianess=Endianess.LittleEndian) |
Initializes a new resource data reader for the specified system- and graphics-stream. |
⬜ | name | description |
---|---|---|
property | Length |
Gets the length of the underlying stream. |
property | Position |
Gets or sets the position within the underlying stream. |
⬜ | prototype | description |
---|---|---|
method | void WriteBlock(IResourceBlock value) |
Writes a block. |
⬜ | name | description |
---|