CreateInputTarArchive Method

The InputStream based constructors create a TarArchive for the purposes of e'x'tracting or lis't'ing a tar archive. Thus, use these constructors when you wish to extract files from or list the contents of an existing tar archive.

Overload List

The InputStream based constructors create a TarArchive for the purposes of e'x'tracting or lis't'ing a tar archive. Thus, use these constructors when you wish to extract files from or list the contents of an existing tar archive.

public static TarArchive CreateInputTarArchive(Stream);

public static TarArchive CreateInputTarArchive(Stream,int);

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

See Also

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