C# 클래스 RavenGallery.Core.Infrastructure.RavenFileStorageService

상속: IFileStorageService
파일 보기 프로젝트 열기: robashton/RavenGallery 1 사용 예제들

공개 메소드들

메소드 설명
RavenFileStorageService ( IDocumentStore documentStore ) : System
RetrieveFile ( string filename ) : byte[]
StoreFile ( string filename, byte bytes ) : void

메소드 상세

RavenFileStorageService() 공개 메소드

public RavenFileStorageService ( IDocumentStore documentStore ) : System
documentStore IDocumentStore
리턴 System

RetrieveFile() 공개 메소드

public RetrieveFile ( string filename ) : byte[]
filename string
리턴 byte[]

StoreFile() 공개 메소드

public StoreFile ( string filename, byte bytes ) : void
filename string
bytes byte
리턴 void