C# Class kOS.Safe.Persistence.VolumeFile

Inheritance: VolumeItem
Mostra file Open project: KSP-KOS/KOS Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
ReadAll ( ) : FileContent
ToString ( ) : string
Write ( byte content ) : bool
Write ( string content ) : bool
WriteLn ( string content ) : bool

Protected Methods

Method Description
VolumeFile ( Volume volume, VolumePath path ) : System.Linq

Private Methods

Method Description
InitializeSuffixes ( ) : void
WriteObject ( Structure content ) : bool

Method Details

Clear() public abstract method

public abstract Clear ( ) : void
return void

ReadAll() public abstract method

public abstract ReadAll ( ) : FileContent
return FileContent

ToString() public method

public ToString ( ) : string
return string

VolumeFile() protected method

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

Write() public abstract method

public abstract Write ( byte content ) : bool
content byte
return bool

Write() public method

public Write ( string content ) : bool
content string
return bool

WriteLn() public method

public WriteLn ( string content ) : bool
content string
return bool