Next Previous Up Top Contents Index

5.11 The STREAMS module

<stream-position>

Abstract class

Summary

The class representing non-integer stream positions.

Superclasses

<object>

Init-keywords

None.

Library

io

Module

streams

Description

A direct subclass of <object>. It is used in rare cases to represent positions within streams that cannot be represented by instances of <integer>. For example, a stream that supports compression will have some state associated with each position in the stream that a single integer is not sufficient to represent.

The <stream-position> class is disjoint from the class <integer>.

Operations

as stream-position-setter stream-size

See also

<position-type>, page 82


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index