![]() |
enum file_mode
|
Name |
Description |
|---|---|
|
scan |
Open the file for sequential reads. |
|
read |
Open the file for random reads. |
|
append |
Open the file for random reads and appending writes. |
|
write |
Open the file for random reads and writes. |
These are used by native_file.
#include <nudb/file.hpp>