Set the reading position of the current stream.
Return type: VOID
Access: PUBLIC
Applies to: Progress.IO.MemoryInputStream class
Reset(INPUT position AS INT64)
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.