#include <ZipCompressor.h>
The array of offsets pairs produced during creating a seekable compressed data.
- See also
- Creating Seekable Compressed Data
-
COffsetsPair
◆ Clear()
| void CZipCompressor::COffsetsArray::Clear |
( |
| ) |
|
Removes all elements from the array.
◆ FindMax()
| COffsetsPair * CZipCompressor::COffsetsArray::FindMax |
( |
ZIP_SIZE_TYPE | offset, |
|
|
bool | uncompressed = true ) |
Finds the maximum offset not larger than the offset argument.
- Parameters
-
- See also
- FindMin
◆ FindMin()
| COffsetsPair * CZipCompressor::COffsetsArray::FindMin |
( |
ZIP_SIZE_TYPE | offset, |
|
|
bool | uncompressed = true ) |
Finds the minimum offset not smaller than the offset argument.
- Parameters
-
- See also
- FindMax
◆ GetStatistics()
| CStat CZipCompressor::COffsetsArray::GetStatistics |
( |
| ) |
const |
◆ Load()
| void CZipCompressor::COffsetsArray::Load |
( |
const CZipAutoBuffer & | buffer | ) |
|
◆ Save()
| void CZipCompressor::COffsetsArray::Save |
( |
CZipAutoBuffer & | buffer | ) |
const |
The documentation for this class was generated from the following file: