| C1.C1Flash.2 Assembly > C1.C1Flash.Base Namespace : FSWFStream Class |
The following tables list the members exposed by FSWFStream.
| Name | Description | |
|---|---|---|
![]() | FSWFStream Constructor | Initialize a FSWFStream object. |
| Name | Description | |
|---|---|---|
![]() | Append | Appends another stream to this stream. |
![]() | DumpToFile | Writes the stream FSWFStream to the given file. |
![]() | DumpToMemory | Writes the stream to a memory stream. |
![]() | FlushBits | Kick out the current partially filled byte to the this. |
![]() | GetBuffer | Gets the data buffer. |
![]() ![]() | MaxNum | Compares the absolute values of 4 signed integers and returns the unsigned magnitude of the number with the greatest absolute value. |
![]() ![]() | MinBits | Calculates the minimum number of bits necessary to represent the given number. |
![]() | WriteBits | Adds 'size' bits from 'data' to the FSWFStream. |
![]() | WriteByte | Writes an 8 bit stream of data to the FSWFStream. |
![]() | WriteDWord | Writes a 32 bit stream of data to given FSWFStream in reversed byte order. |
![]() | WriteLargeData | Writes large data to the stream. |
![]() | WriteWord | Writes a 16 bit stream of data to the FSWFStream. |