Next Previous Up Top Contents Index

5.11 The STREAMS module

stream-open?

Open generic function

Summary

Generic function for testing whether a stream is open.

Signature

stream-open? stream => open? 

Arguments

stream
An instance of <stream>.

Values

open?
An instance of <boolean>.

Library

io

Module

streams

Description

Returns #t if stream is open and #f if it is not.

See also

close, page 65


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index