411
411
# Special case the first node as it may be prefixed
412
412
node = row.spool.read(_PAGE_SIZE)
413
413
result.write(node[reserved:])
415
416
position = 0 # Only the root row actually has an offset
416
417
copied_len = osutils.pumpfile(row.spool, result)
417
418
if copied_len != (row.nodes - 1) * _PAGE_SIZE: