Sets a stream’s position to a new absolute position. Allows #”start”, #”end”, a <stream-position>, or an <integer> as the position.
open
| pos | An instance of type-union( <stream-position>, <integer>, one-of(#”start”, #”end”) ). |
| stream | An instance of <stream>. |
| new-position | An instance of type-union( <stream-position>, <integer> ). |
Sets a stream’s position to a new absolute position. | |
A method on <basic-positionable-stream>. |
A method on <basic-positionable-stream>.