TarOutputStream.Close Method

Ends the TAR archive and closes the underlying OutputStream. This means that finish() is called followed by calling the TarBuffer's close().

[Visual Basic]
Overrides Public Sub Close()
[C#]
public override void Close();

See Also

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