C# Class kOS.Safe.Persistence.VolumeFile

Inheritance: VolumeItem
Afficher le fichier Open project: KSP-KOS/KOS Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
ReadAll ( ) : FileContent
ToString ( ) : string
Write ( byte content ) : bool
Write ( string content ) : bool
WriteLn ( string content ) : bool

Méthodes protégées

Méthode Description
VolumeFile ( Volume volume, VolumePath path ) : System.Linq

Private Methods

Méthode Description
InitializeSuffixes ( ) : void
WriteObject ( Structure content ) : bool

Method Details

Clear() public abstract méthode

public abstract Clear ( ) : void
Résultat void

ReadAll() public abstract méthode

public abstract ReadAll ( ) : FileContent
Résultat FileContent

ToString() public méthode

public ToString ( ) : string
Résultat string

VolumeFile() protected méthode

protected VolumeFile ( Volume volume, VolumePath path ) : System.Linq
volume Volume
path VolumePath
Résultat System.Linq

Write() public abstract méthode

public abstract Write ( byte content ) : bool
content byte
Résultat bool

Write() public méthode

public Write ( string content ) : bool
content string
Résultat bool

WriteLn() public méthode

public WriteLn ( string content ) : bool
content string
Résultat bool