C# 클래스 SWFProcessing.Swiffotron.Test.MockStore

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

공개 메소드들

메소드 설명
Commit ( string id ) : void
Has ( string id ) : bool
Initialise ( string init ) : void
OpenInput ( string id ) : Stream
OpenOutput ( string id ) : Stream

메소드 상세

Commit() 공개 메소드

public Commit ( string id ) : void
id string
리턴 void

Has() 공개 메소드

public Has ( string id ) : bool
id string
리턴 bool

Initialise() 공개 메소드

public Initialise ( string init ) : void
init string
리턴 void

OpenInput() 공개 메소드

public OpenInput ( string id ) : Stream
id string
리턴 Stream

OpenOutput() 공개 메소드

public OpenOutput ( string id ) : Stream
id string
리턴 Stream