C# Class Tailf.Tail

Show file Open project: kerryjiang/Tailf Class Usage Examples

Public Methods

Method Description
Run ( ) : void
Stop ( ) : void
Tail ( string path, int nLines ) : System

Private Methods

Method Description
ChangeLoop ( ) : void
EnqueueLine ( int nLines, List lines, string line ) : void
MakeTail ( int nLines, string path ) : void
OnChanged ( string l ) : void
fw_Changed ( ) : void

Method Details

Run() public method

public Run ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Tail() public method

public Tail ( string path, int nLines ) : System
path string
nLines int
return System