TarInputStream.Skip Method

SharpZip Compression Library

SharpZip Compression Library

TarInputStream.Skip Method 

Skip bytes in the input buffer. This skips bytes in the current entry's data, not the entire archive, and will stop at the end of the current entry's data if the number to skip extends beyond that point.

public void Skip(
   long numToSkip
);

Parameters

numToSkip
The number of bytes to skip.

See Also

TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace