virtual int SkipBytes(int numBytes) = 0;
SkipBytes skips (ignores) a given number of bytes. Same return values as Read.
Parameters |
Description |
int numBytes |
Number of bytes to be skipped. |
An int value containing the skip bytes.