C# 클래스 SWFProcessing.SWFModeller.SWFReader

상속: IDisposable, IImageFinder
파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
options SWFReaderOptions

공개 메소드들

메소드 설명
Dispose ( ) : void
FindImage ( int cid ) : IImage
ReadSWF ( SWFContext ctx ) : SWF

Reads a SWF from the stream.

SWFReader ( Stream swfIn, SWFReaderOptions options, StringBuilder binaryDump, IABCLoadInterceptor abcInterceptor ) : System

Initializes a new instance of a SWF parser.

비공개 메소드들

메소드 설명
FinishTag ( uint followingOffset ) : void
Log ( string comment ) : void
MarkDumpOffset ( string comment, bool makeGap = false ) : void
ReadDefineMorphShape ( Tag format, uint followingOffset ) : void
ReadDefineShapeN ( Tag tagType, uint followingOffset ) : void
ReadDoABC ( uint followingOffset ) : void
ReadEditText ( ) : void
ReadEnableDebugger2 ( ) : void
ReadFileAttributesTag ( bool &as3 ) : void
ReadFont ( Tag fontType ) : void
ReadFontAlignZones ( ) : void
ReadFontName ( ) : void
ReadHeader ( SWFContext ctx ) : void
ReadImageBlob ( Tag tag, uint followingOffset ) : void
ReadPlaceObject ( uint followingOffset ) : PlaceObject
ReadPlaceObject2 ( ) : PlaceObject
ReadRemoveObject2 ( ) : RemoveObject
ReadSceneAndFrameLabelData ( ) : void
ReadScriptLimits ( ) : void
ReadSprite ( ) : void
ReadSymbolClass ( ) : void
ReadTag ( ) : bool
ReadText ( Tag format ) : void
ReadXMLMetadata ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FindImage() 공개 메소드

public FindImage ( int cid ) : IImage
cid int
리턴 IImage

ReadSWF() 공개 메소드

Reads a SWF from the stream.
public ReadSWF ( SWFContext ctx ) : SWF
ctx SWFContext
리턴 SWF

SWFReader() 공개 메소드

Initializes a new instance of a SWF parser.
public SWFReader ( Stream swfIn, SWFReaderOptions options, StringBuilder binaryDump, IABCLoadInterceptor abcInterceptor ) : System
swfIn Stream A stream with SWF data to read from.
options SWFReaderOptions
binaryDump StringBuilder Only has an effect in debug builds.
abcInterceptor IABCLoadInterceptor Only has an effect in debug builds.
리턴 System

프로퍼티 상세

options 공개적으로 프로퍼티

public SWFReaderOptions options
리턴 SWFReaderOptions