Method | Description | |
---|---|---|
GetCharacterByID ( |
|
|
Read ( Stream input ) : Stream |
Parses a Swf file tag by tag
|
|
SwfFile ( ) : System |
A uncompressed Swf file implementing ISwfElement, extending BaseFile
|
|
Verify ( ) : bool |
|
|
Write ( Stream output ) : void |
Writes the contents of this SwfFile instance to a stream. Compression is used if configured.
|
|
this ( int i ) : |
|
Method | Description | |
---|---|---|
FixFileAttributes ( ) : void |
Create proper file attributes for this Swf file
|
|
FixIncorrectStreamSize ( Stream s, long l ) : void |
Fixes the incorrect stream size by changing the length of a stream and dumping all data that do not fit into it.
|
|
WriteContent ( Stream output ) : ulong |
Writes the content of the Swf file into an output stream (no header)
|
public GetCharacterByID ( |
||
charID | ||
return |
public Read ( Stream input ) : Stream | ||
input | Stream | The Swf file as stream |
return | Stream |
public Write ( Stream output ) : void | ||
output | Stream | The destination stream to write to |
return | void |
public this ( int i ) : |
||
i | int | |
return |