protected _updateKey (fileAt: number, at: number, buffer: Uint8Array): void {
    this.__update('key', fileAt, at * KEY_TOTAL_SIZE, buffer);
  }