<basic-stream>

The basic instantiable stream class.

Exported from

Modifiers

abstract primary open

Make keywords

outer-stream:An instance of <stream> or #f.  Defaults to this instance.
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:?

Superclasses

Subclasses

Functions on <basic-stream>

The streams module.
The superclass of all stream classes.
The class of all types, including classes and other types.
The class of all Dylan objects.
A class.
The class of streams that can access multiple elements with a single read/write command.
A class.
A generic function.
A generic function.