|
FireSync API
|
Closes a tar stream opened in write mode.
This method finalizes the current tar stream. Output is flushed to the underlying stream, but the underlying stream itself is not flushed.
It is not necessary to call this method directly; if this method has not been called, it will be called automatically when the kTar object is destroyed.
If other kTar methods are called after closing the archive (aside from kObject_Destroy), undefined behavior will result.
| tar | kTar object. |