C# 클래스 DotAmf.IO.AmfxWriter

AMFX writer.
파일 보기 프로젝트 열기: artema/DotAmf

공개 메소드들

메소드 설명
Create ( Stream stream, bool handleDispose = false ) : XmlWriter

Create an AMFX writer for the stream.

메소드 상세

Create() 공개 정적인 메소드

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