RawData
Revision as of 21:33, 26 March 2020 by JoeStrout (talk | contribs) (Created page with "The <c>RawData</c> class in Mini Micro represents a buffer of raw bytes. Interpretation of these bytes is entirely up to the programmer. === Properties === {| class="wik...")
The RawData class in Mini Micro represents a buffer of raw bytes. Interpretation of these bytes is entirely up to the programmer.
Properties
| Property Name | Type | Default Value | Meaning |
|---|---|---|---|
| littleEndian | number (boolean) | true | whether multi-byte values are stored with least significant byte first |
Methods
| Method | Description |
|---|---|
| len | returns the length of the raw data buffer, in bytes |
| resize(bytes=32) | change the size of the raw data buffer |