File::SkipBytes

File::SkipBytes
virtual int SkipBytes(int numBytes) = 0;
Description

SkipBytes skips (ignores) a given number of bytes. Same return values as Read.

Parameters
Parameters 
Description 
int numBytes 
Number of bytes to be skipped. 
Return Value

An int value containing the skip bytes.