SkipBytes( ) method (MemoryInputStream)

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

Syntax

SkipBytes(INPUT n AS INT64)
n
The number of bytes to skip over.