dip.io.storage.filesystem¶
The dip.io.storage.filesystem module implements filesystem based
streaming storage.
FilesystemStorageFactory¶
-
class
dip.io.storage.filesystem.FilesystemStorageFactory¶ Base class:
ModelThe FilesystemStorageFactory class is a factory for streaming storage based on a local filesystem.
-
__call__(codecs)¶ Create a storage instance.
Parameters: codecs – is the list of codecs that can be used by the storage. Returns: the storage instance.
-