C# Class Zetbox.API.FileSystemPackageProvider

Inheritance: BasePackageProvider
Datei anzeigen Open project: daszat/zetbox Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FileSystemPackageProvider ( string filename, Modes mode ) : System
GetBlob ( System.Guid guid ) : Stream
PutBlob ( System.Guid guid, string filename, Stream blob ) : void
ToString ( ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FileSystemPackageProvider() public method

public FileSystemPackageProvider ( string filename, Modes mode ) : System
filename string
mode Modes
return System

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

ToString() public method

public ToString ( ) : string
return string