C# 클래스 SWFProcessing.Swiffotron.Processor.Stores

파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

메소드 설명
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