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 |
public GetBlob ( System.Guid guid ) : Stream | ||
guid | System.Guid | |
Résultat | Stream |
public PutBlob ( System.Guid guid, string filename, Stream blob ) : void | ||
guid | System.Guid | |
filename | string | |
blob | Stream | |
Résultat | void |
public StreamPackageProvider ( Stream data, Modes mode, string description ) : System | ||
data | Stream | |
mode | Modes | |
description | string | |
Résultat | System |