C# Class Shadowsocks.Controller.StreamWriterWithTimestamp

Inheritance: System.IO.StreamWriter
Datei anzeigen Open project: nladuo/AutoShadowsocks Class Usage Examples

Public Methods

Method Description
StreamWriterWithTimestamp ( Stream stream ) : Shadowsocks.Util
Write ( string value ) : void
WriteLine ( string value ) : void

Private Methods

Method Description
GetTimestamp ( ) : string

Method Details

StreamWriterWithTimestamp() public method

public StreamWriterWithTimestamp ( Stream stream ) : Shadowsocks.Util
stream Stream
return Shadowsocks.Util

Write() public method

public Write ( string value ) : void
value string
return void

WriteLine() public method

public WriteLine ( string value ) : void
value string
return void