#include <zipinternal.h>
 | 
| static bool  | inflate (char *zptr, size_t zlen, std::vector< char > *out) | 
|   | 
◆ ZipInternal()
  
  
      
        
          | zip::ZipInternal::ZipInternal  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ ~ZipInternal()
  
  
      
        
          | zip::ZipInternal::~ZipInternal  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ attach()
      
        
          | bool zip::ZipInternal::attach  | 
          ( | 
          char const *  | 
          begin,  | 
        
        
           | 
           | 
          char const *  | 
          end  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ close()
      
        
          | void zip::ZipInternal::close  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ extract_file() [1/2]
      
        
          | bool zip::ZipInternal::extract_file  | 
          ( | 
          char const *  | 
          path,  | 
        
        
           | 
           | 
          std::vector< char > *  | 
          out,  | 
        
        
           | 
           | 
          zip_local_file_header_t *  | 
          header = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ extract_file() [2/2]
◆ get_item_list()
  
  
      
        
          | std::list<Item> const* zip::ZipInternal::get_item_list  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ inflate()
  
  
      
        
          | bool zip::ZipInternal::inflate  | 
          ( | 
          char *  | 
          zptr,  | 
         
        
           | 
           | 
          size_t  | 
          zlen,  | 
         
        
           | 
           | 
          std::vector< char > *  | 
          out  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ size()
  
  
      
        
          | size_t zip::ZipInternal::size  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ _items
  
  
      
        
          | std::list<Item> zip::ZipInternal::_items | 
         
       
   | 
  
private   | 
  
 
 
◆ begin
      
        
          | char const* zip::ZipInternal::begin | 
        
      
 
 
      
        
          | struct { ... }  zip::ZipInternal::data | 
        
      
 
 
◆ end
      
        
          | char const* zip::ZipInternal::end | 
        
      
 
 
The documentation for this class was generated from the following files: