C# 클래스 kOS.Safe.Persistence.VolumeFile

상속: VolumeItem
파일 보기 프로젝트 열기: KSP-KOS/KOS 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
ReadAll ( ) : FileContent
ToString ( ) : string
Write ( byte content ) : bool
Write ( string content ) : bool
WriteLn ( string content ) : bool

보호된 메소드들

메소드 설명
VolumeFile ( Volume volume, VolumePath path ) : System.Linq

비공개 메소드들

메소드 설명
InitializeSuffixes ( ) : void
WriteObject ( Structure content ) : bool

메소드 상세

Clear() 공개 추상적인 메소드

public abstract Clear ( ) : void
리턴 void

ReadAll() 공개 추상적인 메소드

public abstract ReadAll ( ) : FileContent
리턴 FileContent

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VolumeFile() 보호된 메소드

protected VolumeFile ( Volume volume, VolumePath path ) : System.Linq
volume Volume
path VolumePath
리턴 System.Linq

Write() 공개 추상적인 메소드

public abstract Write ( byte content ) : bool
content byte
리턴 bool

Write() 공개 메소드

public Write ( string content ) : bool
content string
리턴 bool

WriteLn() 공개 메소드

public WriteLn ( string content ) : bool
content string
리턴 bool