TarOutputStream.Close Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarOutputStream.Close Method 

Ends the TAR archive and closes the underlying OutputStream.

public override void Close();

Remarks

This means that Finish() is called followed by calling the TarBuffer's Close().

See Also

TarOutputStream Class | ICSharpCode.SharpZipLib.Tar Namespace