C# 클래스 Bombsquad.DynamicMedia.Implementations.Storage.FileSystemStorageBackend

상속: IStorageBackend
파일 보기 프로젝트 열기: bmbsqd/dynamic-media

공개 메소드들

메소드 설명
FileSystemStorageBackend ( DirectoryInfo storageRoot, IFileInfoETagCalculator fileInfoETagCalculator ) : System.IO
TryGetStorageFile ( string path, IStorageFile &storageFile ) : bool

비공개 메소드들

메소드 설명
TryFindPhysicalFile ( string path, FileInfo &sourceImagePath ) : bool

메소드 상세

FileSystemStorageBackend() 공개 메소드

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

TryGetStorageFile() 공개 메소드

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