<basic-positionable-stream>

A class.

Exported from

Modifiers

abstract free open

Make keywords

direction:One of #”input”, #”output”, #”input-output”.  The default is #”input”.  This indicates whether the string is readable or writable or both.
element-type:An instance of <type>.  The type of each data element of the stream.  The default is <object>.
start:?
end:?
outer-stream:An instance of <stream>.  Defaults to this instance.

Superclasses

Subclasses

Methods on <basic-positionable-stream>

The streams module.
The class of all types, including classes and other types.
The class of all Dylan objects.
The superclass of all stream classes.
The basic instantiable stream class.
A stream that supports the positionable stream protocol.
The class of streams over disk files.
The class of streams over sequences.
Sets the relative position of a stream.
A generic function.
Returns the position of a stream.
Sets a stream’s position to a new absolute position.