C# Class Zetbox.API.StreamPackageProvider

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

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

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

StreamPackageProvider() public méthode

public StreamPackageProvider ( Stream data, Modes mode, string description ) : System
data Stream
mode Modes
description string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string