TarInputStream.Skip Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class 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 skipCount
);

Parameters

skipCount
The number of bytes to skip.

See Also

TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace