Skip Navigation Links
Skip Navigation LinksHome > ZipArchive > How to Use > API Documentation

CZipCompressor::COffsetsArray::CStat Struct Reference

#include <ZipCompressor.h>

List of all members.


Public Attributes

COffsetsPair m_AvgValues
COffsetsPair m_MaxValues
COffsetsPair m_MinValues

Detailed Description

The statistics about blocks in the compressed and uncompressed data. The statistics are described by the COffsetsPair structure. The meaning of its members is different for this situation:
See also:
Creating Seekable Compressed Data

COffsetsPair


Member Data Documentation


The documentation for this struct was generated from the following file:
Back To Top Up