SkipBytes( ) method (MemoryInputStream)

Skip over n-btyes from the current memory input stream. Returns the number of bytes skipped. Returns 0 or less than n, if 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)