C# 클래스 PeerCastStation.FLV.AMF.AMFWriter

상속: IDisposable
파일 보기 프로젝트 열기: kumaryu/peercaststation

공개 메소드들

메소드 설명
AMFWriter ( Stream output ) : System
AMFWriter ( Stream output, bool leave_open ) : System
Close ( ) : void
Dispose ( ) : void
WriteBool ( bool value ) : void
WriteByteArray ( byte value ) : void
WriteDate ( System.DateTime value ) : void
WriteEcmaArray ( AMFValue>.IDictionary value ) : void
WriteNull ( ) : void
WriteNumber ( double value ) : void
WriteNumber ( int value ) : void
WriteObject ( AMFObject value ) : void
WriteStrictArray ( ICollection value ) : void
WriteString ( string value ) : void
WriteValue ( AMFValue value ) : void
WriteXML ( string value ) : void
WriteXMLDocument ( string value ) : void

메소드 상세

AMFWriter() 공개 메소드

public AMFWriter ( Stream output ) : System
output Stream
리턴 System

AMFWriter() 공개 메소드

public AMFWriter ( Stream output, bool leave_open ) : System
output Stream
leave_open bool
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

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

public abstract WriteBool ( bool value ) : void
value bool
리턴 void

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

public abstract WriteByteArray ( byte value ) : void
value byte
리턴 void

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

public abstract WriteDate ( System.DateTime value ) : void
value System.DateTime
리턴 void

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

public abstract WriteEcmaArray ( AMFValue>.IDictionary value ) : void
value AMFValue>.IDictionary
리턴 void

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

public abstract WriteNull ( ) : void
리턴 void

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

public abstract WriteNumber ( double value ) : void
value double
리턴 void

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

public abstract WriteNumber ( int value ) : void
value int
리턴 void

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

public abstract WriteObject ( AMFObject value ) : void
value AMFObject
리턴 void

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

public abstract WriteStrictArray ( ICollection value ) : void
value ICollection
리턴 void

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

public abstract WriteString ( string value ) : void
value string
리턴 void

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

public abstract WriteValue ( AMFValue value ) : void
value AMFValue
리턴 void

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

public abstract WriteXML ( string value ) : void
value string
리턴 void

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

public abstract WriteXMLDocument ( string value ) : void
value string
리턴 void