Method | Description | |
---|---|---|
Clone ( ) : |
Creates a copy of the RiffChunk.
|
|
GenerateBinaryImage ( byte buffer, int startIndex ) : int |
Generates a binary representation of this RiffChunk and copies it into the given buffer.
|
|
ReadNext ( Stream source ) : |
Attempts to read the next RIFF chunk from the source stream.
|
|
RiffChunk ( string typeID ) : System |
Constructs a new RiffChunk for the given typeID.
|
Method | Description | |
---|---|---|
RiffChunk ( |
Constructor for derived classes used to initialize and validate RiffChunk properties.
|
Method | Description | |
---|---|---|
ISupportBinaryImage ( byte buffer, int startIndex, int length ) : int | ||
RiffChunk ( ) : System |
public GenerateBinaryImage ( byte buffer, int startIndex ) : int | ||
buffer | byte | Buffer used to hold generated binary image of the source object. |
startIndex | int | 0-based starting index in the |
return | int |
public static ReadNext ( Stream source ) : |
||
source | Stream | Source stream for next RIFF chunk. |
return |
protected RiffChunk ( |
||
preRead | Pre-parsed |
|
typeID | string | Expected type ID. |
return | System |
public RiffChunk ( string typeID ) : System | ||
typeID | string | Expected type ID. |
return | System |