C# Class DotAmf.IO.AmfxWriter

AMFX writer.
Mostra file Open project: artema/DotAmf

Public Methods

Method Description
Create ( Stream stream, bool handleDispose = false ) : XmlWriter

Create an AMFX writer for the stream.

Method Details

Create() public static method

Create an AMFX writer for the stream.
public static Create ( Stream stream, bool handleDispose = false ) : XmlWriter
stream Stream
handleDispose bool
return System.Xml.XmlWriter