TarInputStream Class

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().

For a list of all members of this type, see TarInputStream Members.

System.Object
   MarshalByRefObject
      Stream
         TarInputStream

[Visual Basic]
Public Class TarInputStream
   Inherits Stream
   Implements IDisposable
[C#]
public class TarInputStream : Stream, IDisposable

Requirements

Namespace: ICSharpCode.SharpZipLib.Tar Namespace

Assembly: SharpZipLib.dll

See Also

TarInputStream Members | ICSharpCode.SharpZipLib.Tar Namespace