Property | Type | Description | |
---|---|---|---|
MAX_VERSION | int | ||
signature | string |
Method | Description | |
---|---|---|
ReadData ( |
Reads the data from a binary file
|
|
Serialize ( |
Serializes the specified writer.
|
|
SwfHeader ( ) : System.Text |
Constructor.
|
|
SwfHeader ( string signature, byte version, uint fileSize, |
Creates a new SwfHeader instance.
|
public ReadData ( |
||
binaryReader | Binary reader. | |
return | void |
public Serialize ( |
||
writer | Writer. | |
return | void |
public SwfHeader ( string signature, byte version, uint fileSize, |
||
signature | string | Signature. |
version | byte | Version. |
fileSize | uint | Size of the file. |
dimensions | Dimensions. | |
fps | float | FPS. |
frames | ushort | Frames. |
return | System.Text |