|
Developer Documentation
|
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 | |
| Source * | reader_ |
| const char * | ip_ |
| const char * | ip_limit_ |
| uint32 | peeked_ |
| bool | eof_ |
| char | scratch_ [kMaximumTagLength] |