C# Class SWFProcessing.Swiffotron.Processor.Stores

Afficher le fichier Open project: WeeWorld/Swiffotron Class Usage Examples

Méthodes publiques

Méthode Description
Interrogate ( string>.Dictionary info ) : void

Get some useful information for debug purposes letting us find out how things are set up. I should list them all here, really.

Open ( SwiffotronContext ctx, string key ) : Stream

Opens a stream from a store by its key string.

Register ( string name, ISwiffotronStore store ) : void
Save ( SwiffotronContext ctx, string key, byte data ) : string

Writes a block of data to the store specified in the fully qualified store key of the form [store name]:[store key]

Stores ( Configuration conf ) : System

Method Details

Interrogate() public méthode

Get some useful information for debug purposes letting us find out how things are set up. I should list them all here, really.
public Interrogate ( string>.Dictionary info ) : void
info string>.Dictionary An accumulating big map of arbitrary string->string data /// that you can pick apart and use as you so desire.
Résultat void

Open() public méthode

Opens a stream from a store by its key string.
public Open ( SwiffotronContext ctx, string key ) : Stream
ctx SwiffotronContext
key string The key, including store prefix
Résultat Stream

Register() public méthode

public Register ( string name, ISwiffotronStore store ) : void
name string
store ISwiffotronStore
Résultat void

Save() public méthode

Writes a block of data to the store specified in the fully qualified store key of the form [store name]:[store key]
public Save ( SwiffotronContext ctx, string key, byte data ) : string
ctx SwiffotronContext
key string The store key
data byte The data to store as a byte array.
Résultat string

Stores() public méthode

public Stores ( Configuration conf ) : System
conf Configuration
Résultat System