TarBuffer Class
The TarBuffer class implements the tar archive concept of a buffered input stream. This concept goes back to the days of blocked tape drives and special io devices. In the C# universe, the only real function that this class performs is to ensure that files have the correct "block" size, or other tars will complain.

You should never have a need to access this class directly. TarBuffers are created by Tar IO Streams.

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

System.Object
   TarBuffer

[Visual Basic]
Public Class TarBuffer
[C#]
public class TarBuffer

Requirements

Namespace: ICSharpCode.SharpZipLib.Tar Namespace

Assembly: SharpZipLib.dll

See Also

TarBuffer Members | ICSharpCode.SharpZipLib.Tar Namespace