TastyReader
A byte array buffer that can be filled with bytes or natural numbers in TASTY format, and that supports reading and patching addresses represented as natural numbers.
- Value Params
- base
The index referenced by the logical zero address Addr(0)
- bytes
The array containing data
- end
The position one greater than the last byte to be read
- start
The position from which to read
Value members
Concrete methods
Read an integer number in 2's complement big endian format, base 128. All but the last digits have bit 0x80 set.
Read a natural number fitting in a Long in big endian format, base 128. All but the last digits have bit 0x80 set.
Read a natural number fitting in an Int in big endian format, base 128. All but the last digits have bit 0x80 set.