메소드 | 설명 | |
---|---|---|
LoadBlockData ( byte data ) : void |
Loads the picture data from a Metadata block.
|
|
Picture ( ) : System | ||
WriteBlockData ( Stream targetStream ) : void |
Will write the data describing this metadata block to the given stream.
|
메소드 | 설명 | |
---|---|---|
CalculateMetadataBlockLength ( ) : void |
Calculates the total size of this block, taking into account the lengths of the variable length fields.
|
|
CalculateMetadataBlockLength ( uint mimeLength, uint descriptionLength, uint pictureDataLength ) : void |
Calculates the total size of this block, taking into account the lengths of the variable length fields. If the lengths of the variable length fields are already available, use this function, otherwise use the parameterless override. |
public WriteBlockData ( Stream targetStream ) : void | ||
targetStream | Stream | Stream to write the data to. |
리턴 | void |