Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Brotli_Codec.h
Go to the documentation of this file.
1#ifndef joedb_Brotli_Codec_declared
2#define joedb_Brotli_Codec_declared
3
6
7namespace joedb
8{
9 /// @ingroup journal
10 class Brotli_Codec: public Codec, public Brotli_Decoder
11 {
12 public:
13 std::string encode
14 (
15 const char *decoded,
16 size_t decoded_size
17 )
18 override;
19 };
20}
21
22#endif
std::string encode(const char *decoded, size_t decoded_size) override
Definition Blob.h:7