Interface FirmwareMapping

Interface summary


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.

Methods

copy from/int to/int --into/ByteArray -> none
Copies a section of the mapped firmware into the into byte array.

operator [..] --from/int=0 --to/int=size -> FirmwareMapping
Returns a slice of the firmware mapping.

Returns the byte at the given index.

Returns the size of the mapped firmware in bytes.