C# Class PeerCastStation.FLV.AMF.AMFWriter

Inheritance: IDisposable
Mostrar archivo Open project: kumaryu/peercaststation

Public Methods

Method Description
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

Method Details

AMFWriter() public method

public AMFWriter ( Stream output ) : System
output Stream
return System

AMFWriter() public method

public AMFWriter ( Stream output, bool leave_open ) : System
output Stream
leave_open bool
return System

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

WriteBool() public abstract method

public abstract WriteBool ( bool value ) : void
value bool
return void

WriteByteArray() public abstract method

public abstract WriteByteArray ( byte value ) : void
value byte
return void

WriteDate() public abstract method

public abstract WriteDate ( System.DateTime value ) : void
value System.DateTime
return void

WriteEcmaArray() public abstract method

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

WriteNull() public abstract method

public abstract WriteNull ( ) : void
return void

WriteNumber() public abstract method

public abstract WriteNumber ( double value ) : void
value double
return void

WriteNumber() public abstract method

public abstract WriteNumber ( int value ) : void
value int
return void

WriteObject() public abstract method

public abstract WriteObject ( AMFObject value ) : void
value AMFObject
return void

WriteStrictArray() public abstract method

public abstract WriteStrictArray ( ICollection value ) : void
value ICollection
return void

WriteString() public abstract method

public abstract WriteString ( string value ) : void
value string
return void

WriteValue() public abstract method

public abstract WriteValue ( AMFValue value ) : void
value AMFValue
return void

WriteXML() public abstract method

public abstract WriteXML ( string value ) : void
value string
return void

WriteXMLDocument() public abstract method

public abstract WriteXMLDocument ( string value ) : void
value string
return void