C# Class Zetbox.API.FileSystemPackageProvider

Inheritance: BasePackageProvider
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FileSystemPackageProvider ( string filename, Modes mode ) : System
GetBlob ( System.Guid guid ) : Stream
PutBlob ( System.Guid guid, string filename, Stream blob ) : void
ToString ( ) : string

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileSystemPackageProvider() public méthode

public FileSystemPackageProvider ( string filename, Modes mode ) : System
filename string
mode Modes
Résultat System

GetBlob() public méthode

public GetBlob ( System.Guid guid ) : Stream
guid System.Guid
Résultat Stream

PutBlob() public méthode

public PutBlob ( System.Guid guid, string filename, Stream blob ) : void
guid System.Guid
filename string
blob Stream
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string