C# (CSharp) ICSharpCode.SharpZipLib.Tar TarInputStream.GetNextEntry - 32 examples found. These are the top rated real world C# (CSharp) examples of ICSharpCode.SharpZipLib.Tar.TarInputStream.GetNextEntry extracted from open source projects. You can rate examples to help us improve the quality of examples.
Get the next entry in this tar archive. This will skip over any remaining data in the current entry, if there is one, and place the input stream at the header of the next entry, and read the header and instantiate a new TarEntry from the header bytes and return that entry. If there are no more entries in the archive, null will be returned to indicate that the end of the archive has been reached.