C# Class RetroShareSSHClient.LoadSaveHandler

Datei anzeigen Open project: sehraf/RSSSHClient Class Usage Examples

Public Methods

Method 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 method

public static DecodeFrom64 ( string encodedData ) : string
encodedData string
return string

EncodeTo64() public static method

public static EncodeTo64 ( string toEncode ) : string
toEncode string
return string

Load() public method

public Load ( Options &opt ) : bool
opt Options
return bool

LoadSaveHandler() public method

public LoadSaveHandler ( string filename = null ) : System
filename string
return System

Save() public method

public Save ( Options opt ) : void
opt Options
return void