SkipBytes( ) method (MemoryInputStream)
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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
|
- n
- The number of bytes to skip over.