C# Class kOS.Safe.Persistence.ArchiveFile

Inheritance: VolumeFile
Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
ArchiveFile ( Archive archive, FileInfo fileInfo, VolumePath path ) : System
Clear ( ) : void
ReadAll ( ) : FileContent
Write ( byte content ) : bool

Method Details

ArchiveFile() public méthode

public ArchiveFile ( Archive archive, FileInfo fileInfo, VolumePath path ) : System
archive Archive
fileInfo System.IO.FileInfo
path VolumePath
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

ReadAll() public méthode

public ReadAll ( ) : FileContent
Résultat FileContent

Write() public méthode

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