MemoryFile::SkipBytes

MemoryFile::SkipBytes
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 skip bytes.