C# 클래스 Atmo.Data.PersistentState

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

Private Properties

프로퍼티 타입 설명
PersistentState System

공개 메소드들

메소드 설명
ReadFile ( string filePath ) : PersistentState
ReadStream ( Stream stream ) : PersistentState
SaveFile ( string filePath, PersistentState state ) : bool
SaveStream ( Stream stream, PersistentState state ) : bool

비공개 메소드들

메소드 설명
PersistentState ( ) : System

메소드 상세

ReadFile() 공개 정적인 메소드

public static ReadFile ( string filePath ) : PersistentState
filePath string
리턴 PersistentState

ReadStream() 공개 정적인 메소드

public static ReadStream ( Stream stream ) : PersistentState
stream Stream
리턴 PersistentState

SaveFile() 공개 정적인 메소드

public static SaveFile ( string filePath, PersistentState state ) : bool
filePath string
state PersistentState
리턴 bool

SaveStream() 공개 정적인 메소드

public static SaveStream ( Stream stream, PersistentState state ) : bool
stream Stream
state PersistentState
리턴 bool