virtual SF_EXPORT int SkipBytes(int numBytes);
SkipBytes skips (ignores) a given number of bytes.
Parameters |
Description |
int numBytes |
Number of bytes to ignore. |
An int value containing the number of bytes read. Returns -1 for error and if 0 or < numBytes, no more bytes available.