adjust-stream-position

Sets the relative position of a stream.  The position is relative to the current position or from either end of the stream.

Exported from

Modifiers

open

Arguments

streamAn instance of <stream>.
deltaAn instance of <integer>.  The distance to move.
from:One of #”current”, #”start”, #”end”.  The position from where to move.  The default is #”current”.

Values

new-positionAn instance of type-union( <stream-position>, <integer> ).
Summary

Functions

adjust-stream-position

A class.
The streams-protocol module.
The streams module.
The superclass of all stream classes.
The class of integers.