:mod:`dip.io.storage.filesystem` ================================ .. module:: dip.io.storage.filesystem The :mod:`dip.io.storage.filesystem` module implements filesystem based :term:`streaming storage`. :class:`FilesystemStorageFactory` --------------------------------- .. class:: FilesystemStorageFactory Base class: :class:`~dip.model.Model` The FilesystemStorageFactory class is a factory for :term:`streaming storage` based on a local filesystem. .. method:: FilesystemStorageFactory.__call__(codecs) Create a storage instance. :param codecs: is the list of codecs that can be used by the storage. :return: the storage instance.