MatrixBerryCore
IOnDiskBranchedStorage.m
Go to the documentation of this file.
1 classdef IOnDiskBranchedStorage<mxberry.core.cont.IGenericBranchedStorage
2  methods
3  branchKey=getStorageBranchKey(self)
4  storageLocation=getStorageLocation(self)
5  storageLocationRoot=getStorageLocationRoot(self)
6  fullFileName=getFileNameByKey(self,keyStr,varargin)
7  end
8 end