C# 클래스 RadioNoise.StreamManager

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

공개 메소드들

메소드 설명
AddStream ( Stream stream ) : void
GetStreams ( ) : ObservableCollection
Load ( string path ) : void
RemoveAll ( ) : void
Save ( string path ) : void
StreamManager ( ) : System
StreamManager ( Webservice aWebserviceClient ) : System

메소드 상세

AddStream() 공개 메소드

public AddStream ( Stream stream ) : void
stream Stream
리턴 void

GetStreams() 공개 메소드

public GetStreams ( ) : ObservableCollection
리턴 ObservableCollection

Load() 공개 메소드

public Load ( string path ) : void
path string
리턴 void

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

Save() 공개 메소드

public Save ( string path ) : void
path string
리턴 void

StreamManager() 공개 메소드

public StreamManager ( ) : System
리턴 System

StreamManager() 공개 메소드

public StreamManager ( Webservice aWebserviceClient ) : System
aWebserviceClient Webservice
리턴 System