| size -> int | Returns the size of the mapped firmware in bytes. |
|---|---|
| operator [] index/int -> int | Returns the byte at the given index. |
| operator [..] --from/int= --to/int= -> FirmwareMapping | Returns a slice of the firmware mapping. |
| copy from/int to/int --into/ByteArray -> none | Copies a section of the mapped firmware into the into byte array. |