C# (CSharp) ICSharpCode.SharpZipLib.Tar TarBuffer - 17 ejemplos encontrados. Estos son los ejemplos en C# (CSharp) del mundo real mejor valorados de ICSharpCode.SharpZipLib.Tar.TarBuffer extraídos de proyectos de código abierto. Puedes valorar ejemplos para ayudarnos a mejorar la calidad de los ejemplos.
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 "record" size, or other tars will complain.
You should never have a need to access this class directly. TarBuffers are created by Tar IO Streams.