TarInputStream.GetNextEntry Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarInputStream.GetNextEntry Method 

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.

public TarEntry GetNextEntry();

Return Value

The next TarEntry in the archive, or null.

See Also

TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace