This section describes the protocol for implementing wrapper streams. For information on using wrapper streams, see Section 5.8 on page 52.
<wrapper-stream>Open instantiable class
inner-stream:, specifies the wrapped stream.
Open generic function
inner-stream wrapper-stream => wrapped-stream
Open generic function
inner-stream-setter stream wrapper-stream => stream
inner-stream slot of wrapper-stream to stream, and the outer-stream slot of stream to wrapper-stream.
Open generic function
outer-stream stream => wrapping-stream
Open generic function
outer-stream-setter wrapper-stream stream => wrapper-stream
outer-stream slot of stream to wrapper-stream.