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