Свойство | Type | Description | |
---|---|---|---|
Data | byte[] | ||
Files | List |
Méthode | Description | |
---|---|---|
Extract ( |
Extracts the specified file.
|
|
Find ( string path ) : |
Attempts to find a file by its path.
|
|
Insert ( string name, string folder, byte fileData ) : void |
Adds a new file to the tag.
|
|
Remove ( |
Removes a file from the tag.
|
|
Replace ( |
Replaces the specified file.
|
public Extract ( |
||
file | The file to extract. | |
Résultat | byte[] |
public Find ( string path ) : |
||
path | string | The path of the file to find. |
Résultat |
public Insert ( string name, string folder, byte fileData ) : void | ||
name | string | The name of the file to add. |
folder | string | The folder the file is located in. |
fileData | byte | The file data. |
Résultat | void |
public Remove ( |
||
file | The file to remove. | |
Résultat | void |
public Replace ( |
||
file | The file to replace. | |
newData | byte | The data to replace it with. |
Résultat | void |