Developer Documentation
snappy::SnappyDecompressor Class Reference

Public Member Functions

 SnappyDecompressor (Source *reader)
 
bool eof () const
 
bool ReadUncompressedLength (uint32 *result)
 
template<class Writer >
void DecompressAllTags (Writer *writer)
 

Private Member Functions

bool RefillTag ()
 

Private Attributes

Sourcereader_
 
const char * ip_
 
const char * ip_limit_
 
uint32 peeked_
 
bool eof_
 
char scratch_ [kMaximumTagLength]
 

Detailed Description

Definition at line 655 of file snappy.cc.


The documentation for this class was generated from the following file: