#include <ZipCompressor.h>
The array of offsets pairs produced during creating a seekable compressed data.
- See Also
 - Creating Seekable Compressed Data 
 
- 
COffsetsPair 
 
 
      
        
          | 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: