CZipCompressor::COffsetsArray Class Reference
#include <ZipCompressor.h>
List of all members.
Detailed Description
The array of offsets pairs produced during creating a seekable compressed data.
- See also:
- Creating Seekable Compressed Data
COffsetsPair
Member Function Documentation
| void CZipCompressor::COffsetsArray::Clear |
( |
|
) |
|
Removes all elements from the array.
| 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
| 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
| CStat CZipCompressor::COffsetsArray::GetStatistics |
( |
|
) |
const |
| void CZipCompressor::COffsetsArray::Load |
( |
const CZipAutoBuffer & |
buffer |
) |
|
| void CZipCompressor::COffsetsArray::Save |
( |
CZipAutoBuffer & |
buffer |
) |
const |
The documentation for this class was generated from the following file: