DelegatedFile::SkipBytes

DelegatedFile::SkipBytes
virtual int SkipBytes(int numBytes);
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 bytes skipped.