| Package | com.swfwire.decompiler |
| Class | public class SWFWriterContext |
| Inheritance | SWFWriterContext Object |
Provides the context for SWFWriter when writing a single tag.Necessary because writing a tag could depend on previous tags. e.g. DefineFontAlignZonesTag requires data from any previously written DefineFont3Tag
| Property | Defined By | ||
|---|---|---|---|
| bytes : SWFByteArray | SWFWriterContext | ||
| fileVersion : uint | SWFWriterContext | ||
| fontGlyphCounts : Object | SWFWriterContext | ||
| result : SWFWriteResult | SWFWriterContext | ||
| tagBytes : Vector.<ByteArray> | SWFWriterContext | ||
| tagId : int | SWFWriterContext | ||
| tagStack : Vector.<SWFTag> | SWFWriterContext | ||
| Method | Defined By | ||
|---|---|---|---|
| SWFWriterContext | |||
| bytes | property |
public var bytes:SWFByteArray| fileVersion | property |
public var fileVersion:uint| fontGlyphCounts | property |
public var fontGlyphCounts:Object| result | property |
public var result:SWFWriteResult| tagBytes | property |
public var tagBytes:Vector.<ByteArray>| tagId | property |
public var tagId:int| tagStack | property |
public var tagStack:Vector.<SWFTag>| SWFWriterContext | () | Constructor |
public function SWFWriterContext(bytes:SWFByteArray, fileVersion:uint, result:SWFWriteResult)bytes:SWFByteArray | |
fileVersion:uint | |
result:SWFWriteResult |