TarOutputStream.Finish Method

SharpZip Compression Library

SharpZip Compression Library

TarOutputStream.Finish Method 

Ends the TAR archive without closing the underlying OutputStream. The result is that the EOF record of nulls is written.

public void Finish();

See Also

TarOutputStream Class | ICSharpCode.SharpZipLib.Tar Namespace