C# Class Zetbox.API.StreamPackageProvider

Inheritance: BasePackageProvider
显示文件 Open project: daszat/zetbox Class Usage Examples

Public Methods

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

public Dispose ( ) : void
return void

GetBlob() public method

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

PutBlob() public method

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

StreamPackageProvider() public method

public StreamPackageProvider ( Stream data, Modes mode, string description ) : System
data Stream
mode Modes
description string
return System

ToString() public method

public ToString ( ) : string
return string