C# Class Zetbox.API.BasePackageProvider

Inheritance: IPackageProvider
Show file Open project: daszat/zetbox

Public Methods

Method 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 method

public BasePackageProvider ( Modes mode ) : System
mode Modes
return System

Dispose() public method

public Dispose ( ) : void
return void

GetBlob() public abstract method

public abstract GetBlob ( System.Guid guid ) : Stream
guid System.Guid
return Stream

PutBlob() public abstract method

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

RewindData() public method

public RewindData ( ) : void
return void