ClassPackage: exclToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
Unrevised from 8.2 to 9.0.
8.2 version

buffer-input-simple-stream

This class is a subclass of direct-simple-stream. This class describes a stream which reads from an octet buffer, in a similar manner to a string-input-simple-stream, which reads from a lisp string.

The options when creating an instance of this class are: buffer, external-format, start and end. A buffer is a vector which is a simple-array with element type (unsigned-byte 8) or (signed-byte 8).

See streams.htm for general information on simple-streams in Allegro CL. See also make-buffer-input-stream.


Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
Unrevised from 8.2 to 9.0.
8.2 version