Property | Type | Description | |
---|---|---|---|
options | SWFReaderOptions |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FindImage ( int cid ) : IImage | ||
ReadSWF ( SWFContext ctx ) : |
Reads a SWF from the stream.
|
|
SWFReader ( Stream swfIn, SWFReaderOptions options, StringBuilder binaryDump, IABCLoadInterceptor abcInterceptor ) : System |
Initializes a new instance of a SWF parser.
|
Method | Description | |
---|---|---|
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 ) : |
||
ReadPlaceObject2 ( ) : |
||
ReadRemoveObject2 ( ) : RemoveObject | ||
ReadSceneAndFrameLabelData ( ) : void | ||
ReadScriptLimits ( ) : void | ||
ReadSprite ( ) : void | ||
ReadSymbolClass ( ) : void | ||
ReadTag ( ) : bool | ||
ReadText ( Tag format ) : void | ||
ReadXMLMetadata ( ) : void |
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. |
return | System |