dip.io.storage.filesystem

The dip.io.storage.filesystem module implements filesystem based streaming storage.

FilesystemStorageFactory

class dip.io.storage.filesystem.FilesystemStorageFactory

Base class: Model

The FilesystemStorageFactory class is a factory for streaming storage based on a local filesystem.

__call__(codec)

Create a storage instance.

Parameter:codec – is the codec to be used by the storage.
Returns:the storage instance.

Table Of Contents

Previous topic

dip.io.storage

Next topic

dip.model

This Page