C# Class NntpClient.Decoders.BinaryDecoder

Inheritance: IBinaryDecoder
Mostrar archivo Open project: strider-/NntpClient

Public Methods

Method Description
BinaryDecoder ( Connection conn ) : System
Decode ( Action OnChunkDownloaded ) : void

Protected Methods

Method Description
GetCrc32 ( ) : string

Method Details

BinaryDecoder() public method

public BinaryDecoder ( Connection conn ) : System
conn Connection
return System

Decode() public abstract method

public abstract Decode ( Action OnChunkDownloaded ) : void
OnChunkDownloaded Action
return void

GetCrc32() protected method

protected GetCrc32 ( ) : string
return string