C# 클래스 NntpClient.Decoders.BinaryDecoder

상속: IBinaryDecoder
파일 보기 프로젝트 열기: strider-/NntpClient

공개 메소드들

메소드 설명
BinaryDecoder ( Connection conn ) : System
Decode ( Action OnChunkDownloaded ) : void

보호된 메소드들

메소드 설명
GetCrc32 ( ) : string

메소드 상세

BinaryDecoder() 공개 메소드

public BinaryDecoder ( Connection conn ) : System
conn Connection
리턴 System

Decode() 공개 추상적인 메소드

public abstract Decode ( Action OnChunkDownloaded ) : void
OnChunkDownloaded Action
리턴 void

GetCrc32() 보호된 메소드

protected GetCrc32 ( ) : string
리턴 string