C# Class withSIX.Sync.Core.Transfer.Protocols.Handlers.ZsyncOutputParser

Inheritance: OutputParser
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
CheckZsyncLoop ( Process process, string data, ITransferProgress progress ) : bool
ParseOutput ( Process sender, string data, ITransferProgress progress ) : void
VerifyZsyncCompatible ( string data ) : bool

Method Details

CheckZsyncLoop() public method

public CheckZsyncLoop ( Process process, string data, ITransferProgress progress ) : bool
process System.Diagnostics.Process
data string
progress ITransferProgress
return bool

ParseOutput() public method

public ParseOutput ( Process sender, string data, ITransferProgress progress ) : void
sender System.Diagnostics.Process
data string
progress ITransferProgress
return void

VerifyZsyncCompatible() public method

public VerifyZsyncCompatible ( string data ) : bool
data string
return bool