The TarOutputStream writes a UNIX tar archive as an OutputStream. Methods are provided to put entries, and then write their contents by writing to this stream using write().
For a list of all members of this type, see TarOutputStream Members.
System.Object
   MarshalByRefObject
      Stream
         TarOutputStream
[Visual Basic]
Public Class TarOutputStream
   Inherits Stream
   Implements IDisposable
[C#]
public class TarOutputStream : Stream, IDisposable
Requirements
Namespace: ICSharpCode.SharpZipLib.Tar Namespace
Assembly: SharpZipLib.dll
See Also
TarOutputStream Members | ICSharpCode.SharpZipLib.Tar Namespace