Property | Type | Description | |
---|---|---|---|
_data | byte[] | ||
_tagCode | int |
Method | Description | |
---|---|---|
Add ( object value ) : void |
Adds the specified value.
|
|
BaseTag ( ) : System |
constructor
|
|
BaseTag ( byte data ) : System |
constructor
|
|
BaseTag ( byte data, int tagcode ) : System | ||
GetEnumerator ( ) : IEnumerator |
get swf bytecode block enumerator for foreach-loops
|
|
GetTagCode ( ) : TagCodeEnum |
swf tag code property
|
|
ReadData ( byte version, |
Reads the data for the swf decompilation.
|
|
Resolve ( Swf swf ) : void |
Resolves the specified SWF.
|
|
Serialize ( |
ISwfSerializer.Serialize
|
|
UpdateData ( byte version ) : void |
Rebuild tag data for swf compilation
|
|
this ( int index ) : byte[] |
indexer for accessing bytecode blocks
|
public BaseTag ( byte data, int tagcode ) : System | ||
data | byte | |
tagcode | int | |
return | System |
public ReadData ( byte version, |
||
version | byte | Version. |
binaryReader | Binary reader. | |
return | void |
public Serialize ( |
||
writer | Writer. | |
return | void |
public UpdateData ( byte version ) : void | ||
version | byte | Version. |
return | void |