C# 클래스 Recurity.Swf.FwsFile

An uncompressed Swf file
상속: BaseFile, ISwfElement
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

공개 메소드들

메소드 설명
FwsFile ( ) : System.IO

Read ( Stream input ) : Stream

Write ( Stream output ) : void

메소드 상세

FwsFile() 공개 메소드

public FwsFile ( ) : System.IO
리턴 System.IO

Read() 공개 메소드

public Read ( Stream input ) : Stream
input System.IO.Stream
리턴 System.IO.Stream

Write() 공개 메소드

public Write ( Stream output ) : void
output System.IO.Stream
리턴 void