stream-position-setter

Sets a stream’s position to a new absolute position.  Allows #”start”, #”end”, a <stream-position>, or an <integer> as the position.

Exported from

Modifiers

open

Arguments

posAn instance of type-union( <stream-position>, <integer>, one-of(#”start”, #”end”) ).
streamAn instance of <stream>.

Values

new-positionAn instance of type-union( <stream-position>, <integer> ).
Summary
Sets a stream’s position to a new absolute position.

Functions

stream-position-setter

A class.
A class representing a location in a <positionable-stream>.
The class of integers.
The streams-protocol module.
The streams module.
The superclass of all stream classes.