Joedb 10.3.0
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(std::string_view decoded)
14 override;
15 };
16}
17
18#endif
std::string encode(std::string_view decoded) override