Uniform read/write API for byte content keyed by path strings. Concrete implementations: DirStore, DictStore, MmapZipStore.
Arguments
- root
(
DirStore) Filesystem root path; created if missing.- env
(
DictStore) Internal environment used as the key-value backing store; typically created bynew_dict_store().- path
(
MmapZipStore) Filesystem path to a zip archive.- mode
(
MmapZipStore) One of"r","r+","w+","w"; set bynew_mmap_zip_store().- xptr
(
MmapZipStore) Internal external pointer to the C++ store; set bynew_mmap_zip_store()and not intended for direct use.