#include <ZipCompressor.h>
The offsets pair describing the location of a synchronization block and its corresponding location in uncompressed data.
- See Also
- Creating Seekable Compressed Data
-
COffsetsArray
| CZipCompressor::COffsetsPair::COffsetsPair |
( |
| ) |
|
|
inline |
| CZipCompressor::COffsetsPair::COffsetsPair |
( |
ZIP_SIZE_TYPE |
uUncompressedOffset, |
|
|
ZIP_SIZE_TYPE |
uCompressedOffset |
|
) |
| |
|
inline |
Initializes a new instance of the COffsetsPair class.
- Parameters
-
| uUncompressedOffset | The offset in uncompressed data. |
| uCompressedOffset | The offset in compressed data. |
| ZIP_SIZE_TYPE CZipCompressor::COffsetsPair::m_uCompressedOffset |
The offset of a synchronization block in compressed data.
| ZIP_SIZE_TYPE CZipCompressor::COffsetsPair::m_uUncompressedOffset |
The offset from which uncompressed data will be extracted.
The documentation for this struct was generated from the following file: