TarOutputStream.Close Method

SharpZip Compression Library

SharpZip Compression Library

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().

public override void Close();

See Also

TarOutputStream Class | ICSharpCode.SharpZipLib.Tar Namespace