| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | ||||||||||
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-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page was not revised from the 7.0 page.
Created 2005.12.9.
| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | ||||||||||