@chickenjdk/byteutils
    Preparing search index...

    Function joinUint8Arrays

    • Join uint8arrays together

      Parameters

      • arrays: Uint8Array<ArrayBufferLike>[]

        The uint8arrays to join

      • OptionaltotalLength: number

        The total legth of the arrays. Please provide if known as an optimization. If not provided, it will be calculated by summing the lengths of the arrays.

      Returns Uint8Array

      The joined uint8array