stream-size

Returns the size of the stream.  The default implementation return #f.

Exported from

Modifiers

open

Arguments

streamAn instance of <stream>.

Values

sizeAn instance of type-union(<general-integer>, <false>).  #f indicates the stream has no size.
Summary
Returns the size of the stream.
A method on <file-stream>.
A method on <sequence-stream>.
A method on <wrapper-stream>.

Functions

stream-size

A method on <file-stream>.

stream-size

A method on <sequence-stream>.

stream-size

A method on <wrapper-stream>.

The class of streams over disk files.
The class of streams over sequences.
A class.
The streams-protocol module.
The streams module.
The superclass of all stream classes.