22 #ifndef Hypertable_RangeServer_KeyDecompressor_h
23 #define Hypertable_RangeServer_KeyDecompressor_h
33 virtual void reset() = 0;
34 virtual const uint8_t *
add(
const uint8_t *ptr) = 0;
36 virtual void load(
Key &key) = 0;
41 #endif // Hypertable_RangeServer_KeyDecompressor_h
virtual void load(Key &key)=0
virtual bool less_than(SerializedKey serialized_key)=0
virtual const uint8_t * add(const uint8_t *ptr)=0
Provides access to internal components of opaque key.
virtual ~KeyDecompressor()