@zip.js/zip.js
    Preparing search index...

    Class SplitZipReader

    Represents a Reader instance used to read data provided as an array of ReadableReader instances (e.g. split zip files).

    Use SplitDataReader instead.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    readable: ReadableStream

    The ReadableStream instance.

    size: number

    The total size of the data in bytes.

    Methods

    • Reads a chunk of data

      Parameters

      • index: number

        The byte index of the data to read.

      • length: number

        The length of the data to read in bytes.

      Returns Promise<Uint8Array<ArrayBuffer>>

      A promise resolving to a chunk of data.