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.
Parameters
- numToSkip
- The number of bytes to skip.
See Also
TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace