C# (CSharp) ICSharpCode.SharpZipLib.Tar TarOutputStream.CloseEntry - 8 примеров найдено. Это лучшие примеры C# (CSharp) кода для ICSharpCode.SharpZipLib.Tar.TarOutputStream.CloseEntry, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Close an entry. This method MUST be called for all file entries that contain data. The reason is that we must buffer data written to the stream in order to satisfy the buffer's block based writes. Thus, there may be data fragments still being assembled that must be written to the output stream before this entry is closed and the next entry written.