Skip over n bytes in the current memory input stream. Returns the number of bytes skipped. Returns 0 or less than n, if the position is at the end of the stream.
Return type: INT64
Access: PUBLIC
Applies to: Progress.IO.MemoryInputStream class
SkipBytes(INPUT n AS INT64)