C# Class withSIX.Sync.Core.Transfer.ConsoleWriter

Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
ConsoleWriter ( ) : System.Collections.Generic
ToString ( ) : string
UpdateOutput ( string data ) : void

Private Methods

Method Description
AddToBuffer ( ConsoleLine consoleLine ) : void

Method Details

ConsoleWriter() public method

public ConsoleWriter ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

UpdateOutput() public method

public UpdateOutput ( string data ) : void
data string
return void