RageLib.Resources.ResourceDataWriter - indilo53/gta-toolkit GitHub Wiki
Represents a resource data writer.
namespace: RageLib.Resources
Inheritance Hierarchy
Syntax
public class ResourceDataWriter : DataWriter
Constructors
:white_large_square: |
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. |
Properties
:white_large_square: |
name |
description |
property |
Length |
Gets the length of the underlying stream. |
property |
Position |
Gets or sets the position within the underlying stream. |
Methods
:white_large_square: |
prototype |
description |
method |
void WriteBlock(IResourceBlock value) |
Writes a block. |
Events
:white_large_square: |
name |
description |