Method | Description | |
---|---|---|
LoadSwf ( Stream stream ) : void |
Loads SWF file from a stream and checks it. Warning: As it uses a BinaryReader, it closes the stream afterwards.
|
|
SwfInfo ( Stream stream ) : System |
Creates a SwfInfo object for specified stream.
|
|
SwfInfo ( string filename ) : System |
Creates a SwfInfo object for specified file.
|
Method | Description | |
---|---|---|
ReadAllBytesFromStream ( Stream stream, byte buffer ) : int |
Reads all bytes from a stream and returns number of bytes read.
|
public LoadSwf ( Stream stream ) : void | ||
stream | Stream | /// Stream. |
return | void |
public SwfInfo ( Stream stream ) : System | ||
stream | Stream | /// Stream (required). This stream is closed by SwfInfo object! |
return | System |
public SwfInfo ( string filename ) : System | ||
filename | string | /// Filename (required). |
return | System |