protected _updateHdr (fileAt: number, at: number, buffer: Uint8Array): void {
    this.__update('idx', fileAt, at * HDR_TOTAL_SIZE, buffer);
  }