C# 클래스 DotAmf.Decoder.AmfPacketDecoder

AMF packet decoder.
파일 보기 프로젝트 열기: artema/DotAmf 1 사용 예제들

공개 메소드들

메소드 설명
AmfPacketDecoder ( AmfEncodingOptions options ) : System

Constructor.

Decode ( Stream stream, XmlWriter output ) : void

Decode an AMF packet into an AMFX format.

비공개 메소드들

메소드 설명
CreateDecoder ( AmfVersion version, AmfEncodingOptions options ) : IAmfDecoder

Create AMF decoder.

ReadDataCount ( AmfStreamReader reader ) : uint

Read number of following headers/messages.

ReadPacketVersion ( AmfStreamReader reader ) : AmfVersion

Read AMF packet version.

메소드 상세

AmfPacketDecoder() 공개 메소드

Constructor.
public AmfPacketDecoder ( AmfEncodingOptions options ) : System
options DotAmf.Data.AmfEncodingOptions Encoding options.
리턴 System

Decode() 공개 메소드

Decode an AMF packet into an AMFX format.
Error during decoding.
public Decode ( Stream stream, XmlWriter output ) : void
stream Stream
output System.Xml.XmlWriter
리턴 void