Reset( ) method (MemoryInputStream)

Set the reading position of the current stream.

Return type: VOID

Access: PUBLIC

Applies to: Progress.IO.MemoryInputStream class

Syntax

Reset(INPUT position AS INT64)
position

The position in the current stream you want to set the reading position to. If the value of position is less than zero or greater than the amount of bytes available to read, the AVM generates a runtime error.