Method | Description | |
---|---|---|
BasePackageProvider ( Modes mode ) : System | ||
Dispose ( ) : void | ||
GetBlob ( System.Guid guid ) : Stream | ||
PutBlob ( System.Guid guid, string filename, Stream blob ) : void | ||
RewindData ( ) : void |
public BasePackageProvider ( Modes mode ) : System | ||
mode | Modes | |
return | System |
public abstract GetBlob ( System.Guid guid ) : Stream | ||
guid | System.Guid | |
return | Stream |
public abstract PutBlob ( System.Guid guid, string filename, Stream blob ) : void | ||
guid | System.Guid | |
filename | string | |
blob | Stream | |
return | void |