C# Class RetroShareSSHClient.LoadSaveHandler

Afficher le fichier Open project: sehraf/RSSSHClient Class Usage Examples

Méthodes publiques

Méthode Description
DecodeFrom64 ( string encodedData ) : string
EncodeTo64 ( string toEncode ) : string
Load ( Options &opt ) : bool
LoadSaveHandler ( string filename = null ) : System
Save ( Options opt ) : void

Method Details

DecodeFrom64() public static méthode

public static DecodeFrom64 ( string encodedData ) : string
encodedData string
Résultat string

EncodeTo64() public static méthode

public static EncodeTo64 ( string toEncode ) : string
toEncode string
Résultat string

Load() public méthode

public Load ( Options &opt ) : bool
opt Options
Résultat bool

LoadSaveHandler() public méthode

public LoadSaveHandler ( string filename = null ) : System
filename string
Résultat System

Save() public méthode

public Save ( Options opt ) : void
opt Options
Résultat void