C# Class Crow.Library.FileOperations.FSFileOperations

Inheritance: IFileOperations
Afficher le fichier Open project: msusur/Crowfx

Méthodes publiques

Méthode Description
LoadFileAsByteArray ( string filePath, bool encrypted ) : byte[]
LoadFileAsPlainText ( string filePath, bool encrypted ) : string
SaveFile ( string filePath, byte content, bool encrypted ) : void
SaveFile ( string filePath, string content, bool encrypted ) : void

Method Details

LoadFileAsByteArray() public méthode

public LoadFileAsByteArray ( string filePath, bool encrypted ) : byte[]
filePath string
encrypted bool
Résultat byte[]

LoadFileAsPlainText() public méthode

public LoadFileAsPlainText ( string filePath, bool encrypted ) : string
filePath string
encrypted bool
Résultat string

SaveFile() public méthode

public SaveFile ( string filePath, byte content, bool encrypted ) : void
filePath string
content byte
encrypted bool
Résultat void

SaveFile() public méthode

public SaveFile ( string filePath, string content, bool encrypted ) : void
filePath string
content string
encrypted bool
Résultat void