Méthode | Description | |
---|---|---|
ApplicationInfo ( ) : System |
Creates an empty ApplicationInfo block, application id will be 0, application data will be empty.
|
|
LoadBlockData ( byte data ) : void |
Parses the given binary metadata to an ApplicationInfo block
|
|
WriteBlockData ( Stream targetStream ) : void |
Will write the data describing this metadata block to the given stream.
|
public WriteBlockData ( Stream targetStream ) : void | ||
targetStream | Stream | Stream to write the data to. |
Résultat | void |