@obsidize/tar-browserify
    Preparing search index...

    Function findNextUstarSectorOffset

    • Searches the given input buffer for a USTAR header tar sector, starting at the given offset. Returns -1 if no valid header sector is found.

      Parameters

      • input: null | Uint8Array<ArrayBufferLike>
      • offset: number = 0

      Returns number