CreateOutputTarArchive Method

The OutputStream based constructors create a TarArchive for the purposes of 'c'reating a tar archive. Thus, use these constructors when you wish to create a new tar archive and write files into it.

Overload List

The OutputStream based constructors create a TarArchive for the purposes of 'c'reating a tar archive. Thus, use these constructors when you wish to create a new tar archive and write files into it.

public static TarArchive CreateOutputTarArchive(Stream);

public static TarArchive CreateOutputTarArchive(Stream,int);

public static TarArchive CreateOutputTarArchive(Stream,int,int);

See Also

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