Developer Documentation
snappy::SnappyArrayWriter Class Reference

Public Member Functions

 SnappyArrayWriter (char *dst)
 
void SetExpectedLength (size_t len)
 
bool CheckLength () const
 
bool Append (const char *ip, size_t len)
 
bool TryFastAppend (const char *ip, size_t available, size_t len)
 
bool AppendFromSelf (size_t offset, size_t len)
 
size_t Produced () const
 
void Flush ()
 

Private Attributes

char * base_
 
char * op_
 
char * op_limit_
 

Detailed Description

Definition at line 1143 of file snappy.cc.


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