Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Brotli_File.cpp
Go to the documentation of this file.
2
3namespace joedb
4{
5 detail::Brotli_File_Data::Brotli_File_Data(const char *file_name): db(file_name)
6 {
7 }
8
9 Brotli_File::Brotli_File(const char *file_name):
10 detail::Brotli_File_Data(file_name),
11 Encoded_File(Brotli_File_Data::codec, Brotli_File_Data::db)
12 {
13 }
14}
Definition Blob.h:7