C# (CSharp) ICSharpCode.SharpZipLib.Tar TarInputStream - 35 examples found. These are the top rated real world C# (CSharp) examples of ICSharpCode.SharpZipLib.Tar.TarInputStream extracted from open source projects. You can rate examples to help us improve the quality of examples.
The TarInputStream reads a UNIX tar archive as an InputStream. methods are provided to position at each successive entry in the archive, and the read each entry as a normal input stream using read().