Joedb
9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
journal
Readonly_Brotli_File.cpp
Go to the documentation of this file.
1
#include "
joedb/journal/Readonly_Brotli_File.h
"
2
3
namespace
joedb
4
{
5
detail::Readonly_Brotli_File_Data::Readonly_Brotli_File_Data(
const
char
*file_name):
6
file(file_name,
Open_Mode
::
read_existing
),
7
db(file)
8
{
9
}
10
11
Readonly_Brotli_File::Readonly_Brotli_File(
const
char
*file_name):
12
detail::Readonly_Brotli_File_Data(file_name),
13
Readonly_Encoded_File
14
(
15
Readonly_Brotli_File_Data::decoder,
16
Readonly_Brotli_File_Data::db,
17
file
18
)
19
{
20
}
21
}
Readonly_Brotli_File.h
joedb::Readonly_Encoded_File
Definition
Readonly_Encoded_File.h:11
joedb::Open_Mode
Open_Mode
Definition
Open_Mode.h:8
joedb::Open_Mode::read_existing
@ read_existing
fails if does not exist
joedb
Definition
Blob.h:7
Generated by
1.9.8