| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: (var buffer &key index start end external-format) forms
Similar to with-input-from-string
but with an octet buffer (a vector that is a simple-array
with element
type (unsigned-byte 8)
or
(signed-byte 8)
) instead of a lisp string. The
external-format argument should be the name of an
external-format, or :default
will cause it to be
looked up in the locale.
See streams.htm for information on the simple-streams implementation in Allegro CL.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |