forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 17
RageLib.Resources.ResourceDataReader
Jérémie N'gadi edited this page Aug 5, 2018
·
3 revisions
Represents a resource data reader.
namespace: RageLib.Resources
-
DataReaderResourceDataReader
public class ResourceDataReader : DataReader| ⬜ | prototype | description |
|---|---|---|
| method | ResourceDataReader (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 | T ReadBlock< T >(params object[] parameters) |
Reads a block. |
| method | T ReadBlockAt< T >(ulong position, params object[] parameters) |
Reads a block at a specified position. |
| ⬜ | name | description |
|---|