TarArchive.CloseArchive Method

Close the archive. This simply calls the underlying tar stream's close() method.

[Visual Basic]
Public Sub CloseArchive()
[C#]
public void CloseArchive();

See Also

TarArchive Class | TarArchive Members | ICSharpCode.SharpZipLib.Tar Namespace