C# Class NZBHags.YDecoder

Show file Open project: maesse/NZBHags

Public Methods

Method Description
DecodeSegment ( Segment segment ) : void
Shutdown ( ) : void

Private Methods

Method Description
EnsureGoodName ( string file ) : string
ProcessSegment ( Segment segment ) : void
ReadLine ( Stream stream ) : string
Run ( ) : void
YDecoder ( ) : System
getValue ( string line, string parm ) : string

Method Details

DecodeSegment() public method

public DecodeSegment ( Segment segment ) : void
segment Segment
return void

Shutdown() public method

public Shutdown ( ) : void
return void