CreateInputTarArchive Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarArchive.CreateInputTarArchive Method

The InputStream based constructors create a TarArchive for the purposes of extracting or listing 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 extracting or listing 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);

Create TarArchive for reading setting block factor

public static TarArchive CreateInputTarArchive(Stream,int);

See Also

TarArchive Class | ICSharpCode.SharpZipLib.Tar Namespace