C# Class Bombsquad.DynamicMedia.Implementations.Storage.FileSystemStorageBackend

Inheritance: IStorageBackend
Datei anzeigen Open project: bmbsqd/dynamic-media

Public Methods

Method Description
FileSystemStorageBackend ( DirectoryInfo storageRoot, IFileInfoETagCalculator fileInfoETagCalculator ) : System.IO
TryGetStorageFile ( string path, IStorageFile &storageFile ) : bool

Private Methods

Method Description
TryFindPhysicalFile ( string path, FileInfo &sourceImagePath ) : bool

Method Details

FileSystemStorageBackend() public method

public FileSystemStorageBackend ( DirectoryInfo storageRoot, IFileInfoETagCalculator fileInfoETagCalculator ) : System.IO
storageRoot System.IO.DirectoryInfo
fileInfoETagCalculator IFileInfoETagCalculator
return System.IO

TryGetStorageFile() public method

public TryGetStorageFile ( string path, IStorageFile &storageFile ) : bool
path string
storageFile IStorageFile
return bool