880
882
node_value = (value, ref_lists)
885
self._parsed_bytes(offset, first_key, offset + len(trimmed_data), key)
887
return first_key, key, nodes, trailers
888
889
def _parsed_bytes(self, start, start_key, end, end_key):
889
890
"""Mark the bytes from start to end as parsed.