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);