C# Class DotAmf.IO.AmfxWriter

AMFX writer.
Afficher le fichier Open project: artema/DotAmf

Méthodes publiques

Méthode Description
Create ( Stream stream, bool handleDispose = false ) : XmlWriter

Create an AMFX writer for the stream.

Method Details

Create() public static méthode

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