C# Класс SWFProcessing.Swiffotron.Processor.Stores

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Interrogate() публичный Метод

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.
Результат void

Open() публичный Метод

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
Результат Stream

Register() публичный Метод

public Register ( string name, ISwiffotronStore store ) : void
name string
store ISwiffotronStore
Результат void

Save() публичный Метод

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.
Результат string

Stores() публичный Метод

public Stores ( Configuration conf ) : System
conf Configuration
Результат System