|
FireSync API
|
Adds a file to the tar archive by reading the file contents from a source stream.
This convenience method can be used instead of the combination of kTar_BeginWrite and streaming operations.
| tar | kTar object. |
| itemPath | Relative path of the item in the kTar object. |
| stream | Source stream. |
| fileSize | Size of the item. |