C# Class Zetbox.API.BasePackageProvider

Inheritance: IPackageProvider
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

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

Method Details

BasePackageProvider() public méthode

public BasePackageProvider ( Modes mode ) : System
mode Modes
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetBlob() public abstract méthode

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

PutBlob() public abstract méthode

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

RewindData() public méthode

public RewindData ( ) : void
Résultat void