Enums§
Constants§
Functions§
- cita_
compress_ to - cita_
decompress_ to - compress_
to - Compress a buffer using snappy, write the result append to the given output buffer, growing it if necessary. Returns the length of the compressed data. Otherwise, raise an error if compress failed.
- decompress_
to - Decompress a buffer using snappy, write the result append to the given output buffer, growing it if necessary. Returns the length of the decompressed data. Otherwise, raise an error if uncompress failed.