Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Zip archive information containing all file entries in the zip and their chunk byte range configuration

    interface IZipArchiveInformation {
        dataChunkDescriptors: IByteRange[];
        signature: IZipArchiveSignature;
        zipEntries: IZipEntry[];
    }

    Properties

    dataChunkDescriptors: IByteRange[]

    The chunk configuration used for the zip archive.

    Contains the "signature" of a ZIP archive and information on how it was calculated. This can be used to identify a ZIP archive using only a small portion of the ZIP archive data.

    zipEntries: IZipEntry[]

    All file entries within the zip archive.