C# Class DotAmf.IO.AmfxReader

AMFX reader.
Mostra file Open project: artema/DotAmf

Public Methods

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

Create an AMFX reader for the stream.

Method Details

Create() public static method

Create an AMFX reader for the stream.
public static Create ( Stream stream, bool handleDispose = false ) : XmlReader
stream Stream
handleDispose bool
return XmlReader