kafkad.utils.snappy

Undocumented in source.

Members

Enums

SNAPPY_OK
anonymousenum SNAPPY_OK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

snappy_compress
int snappy_compress(ubyte* input, size_t input_length, ubyte* compressed, size_t* compressed_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snappy_java_uncompress
int snappy_java_uncompress(ubyte* compressed, size_t compressed_length, ubyte* uncompressed, size_t* uncompressed_length)
Undocumented in source. Be warned that the author may not have intended to support it.
snappy_uncompress
int snappy_uncompress(ubyte* compressed, size_t compressed_length, ubyte* uncompressed, size_t* uncompressed_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snappy_uncompressed_length
int snappy_uncompressed_length(ubyte* compressed, size_t compressed_length, size_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta