C# Class NntpClient.Decoders.BinaryDecoder

Inheritance: IBinaryDecoder
Afficher le fichier Open project: strider-/NntpClient

Méthodes publiques

Méthode Description
BinaryDecoder ( Connection conn ) : System
Decode ( Action OnChunkDownloaded ) : void

Méthodes protégées

Méthode Description
GetCrc32 ( ) : string

Method Details

BinaryDecoder() public méthode

public BinaryDecoder ( Connection conn ) : System
conn Connection
Résultat System

Decode() public abstract méthode

public abstract Decode ( Action OnChunkDownloaded ) : void
OnChunkDownloaded Action
Résultat void

GetCrc32() protected méthode

protected GetCrc32 ( ) : string
Résultat string