Method | Description | |
---|---|---|
Close ( ) : void |
Closes the opened writted stream
|
|
SwfWriter ( Stream stream ) : System |
constructor.
|
|
SwfWriter ( string fileName ) : System |
Creates a new SwfWriter instance.
|
|
Write ( |
Writes the (compressed or uncompressed) swf data to a stream. The stream gets flushed and closed afterwards.
|
public SwfWriter ( Stream stream ) : System | ||
stream | Stream | Stream, the swf shall be written to. |
return | System |
public SwfWriter ( string fileName ) : System | ||
fileName | string | Name of the file where the swf shall be written to |
return | System |