C# (CSharp) ICSharpCode.SharpZipLib.Tar TarBuffer - 17 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die ICSharpCode.SharpZipLib.Tar.TarBuffer, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
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.