C# Class RavenGallery.Core.Infrastructure.RavenFileStorageService

Inheritance: IFileStorageService
Afficher le fichier Open project: robashton/RavenGallery Class Usage Examples

Méthodes publiques

Méthode Description
RavenFileStorageService ( IDocumentStore documentStore ) : System
RetrieveFile ( string filename ) : byte[]
StoreFile ( string filename, byte bytes ) : void

Method Details

RavenFileStorageService() public méthode

public RavenFileStorageService ( IDocumentStore documentStore ) : System
documentStore IDocumentStore
Résultat System

RetrieveFile() public méthode

public RetrieveFile ( string filename ) : byte[]
filename string
Résultat byte[]

StoreFile() public méthode

public StoreFile ( string filename, byte bytes ) : void
filename string
bytes byte
Résultat void